Welcome Guest, Not a member yet? Register   Sign In
removing index.php
#2

[eluser]jairoh_[/eluser]
just add an .htaccess file in your project and write
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]

and remove the index.php setting in your base url


Messages In This Thread
removing index.php - by El Forum - 08-21-2013, 05:33 AM
removing index.php - by El Forum - 08-21-2013, 02:16 PM
removing index.php - by El Forum - 09-03-2013, 12:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB