/ 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.
therobot on 10/08/07
11 people have marked this snippet as a favorite
arcturus
basicmagic
copyleft
vvarp
naz
wbowers
orhanveli
kurokikaze
dext
b1tstream
mprough
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.