Nevermind, when putting this directly in your httpd.conf file you have to use the full path to your index.php

Might be a good note to add to the manual ;)

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


Richard Thomas wrote:
 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