Mobile app version of vmapp.org
Login or Join
Debbie626

: 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

@Debbie626

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

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Debbie626

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme