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

[eluser]CroNiX[/eluser]
Also, try this htaccess
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]


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