redirect www to non www in subfolder

by joomir
0 replies
I have joomla installed on root folder and another joomla installed on subfolder. I want to redirect www to non in subfolder by this code in blog htaccess:

RewriteCond %{HTTP_HOST} ^(www\.mydomain\.com)?$
RewriteRule ^(.*)$ http://mydomain.com/blog/$2 [R=301,L]


it worked for root redirect but when i want browse internal page it redirect the page to home page. What is problem?
#redirect #subfolder #www

Trending Topics