Welcome Guest, Not a member yet? Register   Sign In
rewrite problem
#1

[eluser]Alix.G[/eluser]
Hello everybody, I'm using an htaccess file to get rid of the index.php works fine on my computer, but when I put the site on my host it's not rewriting anything.

Here is my htaccess

Code:
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ http://www.gremco-sarl.com/index.php/$1 [L]

Thanks
#2

[eluser]Alix.G[/eluser]
Ok got it, sorry about that




Theme © iAndrew 2016 - Forum software by © MyBB