hello,
i removed index.php using this code from the wiki:
RewriteEngine On
RewriteCond $1 !\.(gif|jpeg|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]and now none of my searches will work. not the simple form, not the advanced search, nothing.
i tried turning on the debugger and the second line it spits out is:
URI: /405.shtml/
i cant figure out the problem.
ive changed my path settings. that didnt help at all. am i not looking some where?
thanks for any help.