Welcome Guest, Not a member yet? Register   Sign In
how do you bypass .htaccess?
#2

[eluser]cahva[/eluser]
This is in the userguide:
Quote:RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

That RewriteCond is translated: if url doesnt start with index.php, images or robots.txt then rewrite the url.
I you have similar, add magento folder to RewriteCond.


Messages In This Thread
how do you bypass .htaccess? - by El Forum - 08-10-2010, 03:25 PM
how do you bypass .htaccess? - by El Forum - 08-10-2010, 06:29 PM
how do you bypass .htaccess? - by El Forum - 08-10-2010, 09:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB