Welcome Guest, Not a member yet? Register   Sign In
How i can remove the index.php from the url
#2

[eluser]StevenSokulski[/eluser]
If you've followed the instructions here (http://ellislab.com/codeigniter/user-gui.../urls.html) it may be that your server does not have a compatible rewrite engine.

To check if Mod Rewrite is enabled, try the following in a PHP file on your localhost.

Code:
echo in_array('mod_rewrite', apache_get_modules());

Provided that returns true, then you might be using the wrong .htaccess file. The .htaccess file should be at the same level as your index.php file.

Good luck!


Messages In This Thread
How i can remove the index.php from the url - by El Forum - 09-15-2012, 09:44 AM
How i can remove the index.php from the url - by El Forum - 09-15-2012, 11:01 AM
How i can remove the index.php from the url - by El Forum - 09-15-2012, 12:48 PM
How i can remove the index.php from the url - by El Forum - 09-15-2012, 04:30 PM
How i can remove the index.php from the url - by El Forum - 09-15-2012, 04:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB