uddhava Posted August 15, 2010 Share Posted August 15, 2010 It is driving me nuts. I have the main domain which has a joomla site. Then in a subfolder called 'shop' i have prestashop installed. For SEO optimization i have the famous non-WWW to WWW redirect in the htaccess.But this does not work for the subfolder /shop. It seems that the second .htaccess (from prestashop) is interfering. When i disable the PS htaccess it works well.Anybody has a solution to this double htaccess problem, or experienced it also ?So the main domain is http://pickupoprema.siIn the 1st htaccess this is rewritten to www.pickupoprema.si with this rule : RewriteCond %{HTTP_HOST} ^pickupoprema.si(.*) RewriteRule ^(.*)$ http://www.pickupoprema.si/$1 [R,L] The 2nd htaccess from PS is using the default rules that are generated by PS.When i visit http://pickupoprema.si it is redirect to WWW . etc etcBut when i visit http://pickupoprema.si/shop it is not redirected.... Link to comment Share on other sites More sharing options...
Fiedel Posted November 18, 2011 Share Posted November 18, 2011 I have exactly the same problem. Everything works fine, except this. Is this a problem with Prestashop? I asked already in several othe post. I cannot imagine that there is nobody on the whole world that doesn't kmow the answer. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now