Welcome Guest, Not a member yet? Register   Sign In
1and1 not redirect htacces / route.php
#2

This works for me:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
Reply


Messages In This Thread
RE: 1and1 not redirect htacces / route.php - by DiegoMGar - 12-02-2015, 02:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB