Welcome Guest, Not a member yet? Register   Sign In
SOLVED---removing index.php from site url .........Problem starting a project
#13

[eluser]Unknown[/eluser]
Try this one, it's working everywhere : Localhost below code working fine but when we host the website its not working. i am also facing same problem in my websites if you try to use below code.
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ index.php/$1 [L]


Messages In This Thread
SOLVED---removing index.php from site url .........Problem starting a project - by El Forum - 09-24-2013, 03:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB