Tagged Questions

0
votes
1answer
146 views

Opencart 1.4.9.4 redirects on Lighttpd 1.4.19-5+lenny2

Recently I've been looking into Opencart as a solution for simple E-commerce websites. I like it a lot, but I can't seem to get the redirection right. I am using lighttpd as a web server, and I've ...
0
votes
1answer
600 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 ...