/ Published in: Apache
Expand |
Embed | Plain Text
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_Host} ^[YourSite.com] [NC] RewriteRule ^(.*)$ http://[www.YourSite.com]/$1 [L,R=301]
You need to login to post a comment.
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_Host} ^[YourSite.com] [NC] RewriteRule ^(.*)$ http://[www.YourSite.com]/$1 [L,R=301]
You need to login to post a comment.