Rewrite rule for Apache 1.3.33
Posted: Wed Feb 13, 2008 2:16 am
Hello
How can i rewrite the htaccess file to do the equivalent of the following lines:
It seems that in Apache 1.3.33 this lines don't work properly
(a 500 error is triggered).
Thank you
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.phpThank you