Welcome Guest, Not a member yet? Register   Sign In
index.php removal issues
#1

[eluser]echo_boom[/eluser]
I found this previous forum post:
http://ellislab.com/forums/viewthread/155801/

I followed instructions within it and created .htaccess file:

Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]

The problem:
I have to MANUALLY remove the ‘index.php’ for the URL to look clean. When I just go to the root directory OR click on a link within the app----when CI figures out the URL by itself the index.php is still there.

How do I get index.php to be gone completely?


Messages In This Thread
index.php removal issues - by El Forum - 10-13-2012, 12:00 PM
index.php removal issues - by El Forum - 10-13-2012, 12:35 PM
index.php removal issues - by El Forum - 10-13-2012, 01:25 PM
index.php removal issues - by El Forum - 10-13-2012, 07:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB