Welcome Guest, Not a member yet? Register   Sign In
CI not called when using mod_rewrite with PHP5 running as cgi
#11

[eluser]Sarfaraz Momin[/eluser]
can you try this .htaccess rule and let me know the results.

Code:
RewriteCond $1 !^(index\.php|images|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php?$1 [L]

This code is to skip the index.php from your urls. once you do this try to access pages/aboutus.


Messages In This Thread
CI not called when using mod_rewrite with PHP5 running as cgi - by El Forum - 11-06-2007, 09:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB