Welcome Guest, Not a member yet? Register   Sign In
I am despairing to REMOVE index.php out of my site. Please help!
#2

[eluser]Aken[/eluser]
My MAMP install never required anything fancy. A fresh CI install could use this:

Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

Auto URI protocol should work fine. You've probably overcomplicated things after overlooking something simple. Remember that .htaccess rules can be as finicky as programming languages, too -- the question mark in the RewriteRule could make or break some installs.

What's generating the 404 error -- Apache or CI?


Messages In This Thread
I am despairing to REMOVE index.php out of my site. Please help! - by El Forum - 03-11-2013, 11:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB