Thread
:
.htaccess Q -- redirect subdomain page to main domain page
View Single Post
02-06-2010, 07:40 PM
spacedog
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Code:
RewriteCond %{HTTP_HOST} !^sub\.domain\.com RewriteRule (.*) http://domain.com/$1 [R=301,L]
spacedog
View Public Profile
Find More Posts by spacedog