Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Clean URLs now fail on new server


Caterham - 5:49 pm on Aug 9, 2009 (gmt 0)


/cgi-bin/php5.cgi/myfolder/index.php
and now the re-writes whip the index.php off the end of that, and all hell breaks loose.

Either exclude the path via a rule above all or switch the whole thing off by placing a .htaccess into your cgi-bin with
RewriteEngine off. That would prevent runtime execution of mod_rewrite as well (excluding won't).

BTW;
# Internally rewrite requests for "index.html" or "/" to "index.php"
Since you're redirecting index.html requests... instead of rewriting internal lookups for index.html like those caused by mod_dir (DirectoryIndex) you may want to adjust DirectoryIndex to DirectoryIndex index.php


Thread source:: http://www.webmasterworld.com/apache/3968831.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com