Forum

URL rewrite rule yourls

Max
31 March 2015, 20:09
Hi, can anyone help
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /yourls-loader.php [L]
</IfModule>

to UrlToolkit ?

Thanks
Hugo Leisink
1 April 2015, 08:54
That one is easy.
UrlToolkit {
ToolkitID = yourls
RequestURI exists Return
Match .* Rewrite /yourls-loader.php
}
Max
1 April 2015, 12:10
? only internal sercer error 500
Hugo Leisink
1 April 2015, 12:54
Could the 500 error be generated by the yourls-loader.php? What does the error logfile say?
This topic has been closed.