RewriteEngine on
    RewriteOptions Inherit
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php

The above works in .htaccess but not in my httpd.conf, I get a 400 bad request error

any ideas?

Richard Thomas - Code Monkey
Cyberlot Technologies Group Inc.
507.398.4124 - Voice

Reply via email to