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