: Redirecting www to non www in subfolder I have Joomla installed on root folder and another Joomla installed on a subfolder. I want to redirect www to no-www in subfolder by this code in blog
I have Joomla installed on root folder and another Joomla installed on a subfolder.
I want to redirect www to no-www in subfolder by this code in blog .htaccess:
RewriteCond %{HTTP_HOST} ^(www.example.com)?$
RewriteRule ^(.*)$ example.com/blog/ [R=301,L]
It worked for root redirect but when I want browse internal page it redirect the page to home page.
More posts by @Connie744
1 Comments
Sorted by latest first Latest Oldest Best
Try this in your .htaccess inside your subfolder:
RewriteCond %{HTTP_HOST} ^www.example.com [NC]
RewriteRule (.*) example.com/blog/ [R=301,L]
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.