Display:
Sorted by Most Recent
-
26 FEB 09
How to: 301 Redirect from one domain to another using mod_rewrite - Brad Williams Blog: Life of an Internet Startup SAVE
PEOPLE
# conditional to keep domain.com from looping infinitely RewriteCond %{HTTP_HOST} ^(newsite.)?domain.com$ RewriteRule ^(.*) http://domain.com/$1 [R=301,L]TAGS