/ Published in: Regular Expression
Expand |
Embed | Plain Text
RewriteCond %{HTTP_HOST} !^www\.domain\.com [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://www.domain.com/$1 [L,R]
You need to login to post a comment.
