Tagged Questions
0
votes
1answer
620 views
Apache RewriteCond to Lighttpd
I want to migrate some sites running on apache to Lighttpd.
Can anyone help me to convert this Rewrite rule into a equivalent rule for Lighttpd:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond ...