Page 1 of 1

Rewrite rule for Apache 1.3.33

Posted: Wed Feb 13, 2008 2:16 am
by BornForCode
Hello

How can i rewrite the htaccess file to do the equivalent of the following lines:

Code: Select all

RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
It seems that in Apache 1.3.33 this lines don't work properly :( (a 500 error is triggered).

Thank you