: RewriteCond %{HTTP_HOST} ^domain.com RewriteRule ^(.*)$ http://www.domain.com/ [R=permanent,L] don't usethe ^.*$, that matches all, plus you can end up with a redirect loop
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule ^(.*)$ www.domain.com/ [R=permanent,L]
don't usethe ^.*$, that matches all, plus you can end up with a redirect loop
More posts by @Debbie626
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.