htaccess on PHP fastcgi |
[eluser]JoostV[/eluser]
I had some problems with mod_rewrite on a shared hosting account (xxlwebhosting) where the hoster runs PHP as a fastcgi service. When I tried to use CI's SEO URLs, I got an error 'No input file specified'. I found the solution here: http://www.terencechang.com/2008/08/28/c...-apache-2/ This .htaccess works like a charm, notice the question mark behind index.php, that's the trick ![]() Code: RewriteEngine On
[eluser]Phil Sturgeon[/eluser]
We've had to do this in PyroCMS for a while now. To get your .htaccess working for both, try this snippet instead of the last line: Code: <IfModule mod_php5.c>
|
Welcome Guest, Not a member yet? Register Sign In |