Welcome Guest, Not a member yet? Register   Sign In
Remove Index.php
#1

[eluser]Unknown[/eluser]
hello,

i want to remove index.php from url like
http://yoursite.com/index.php/football >> to http://yoursite.com/football

i tryed to make .htaccess file with this code

RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

but still i cant fix please help




Messages In This Thread
Remove Index.php - by El Forum - 06-23-2012, 08:43 AM
Remove Index.php - by El Forum - 06-23-2012, 09:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB