Can you please help me how to convert the following into lighttpd rewrite?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?%{QUERY_STRING}&resource=$1 [L]
This is only what I have in .htaccess uncommented.
Thanks
Can you please help me how to convert the following into lighttpd rewrite?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?%{QUERY_STRING}&resource=$1 [L]
This is only what I have in .htaccess uncommented.
Thanks
You must log in to post.