-
Website
http://blog.kovyrin.net -
Original page
http://blog.kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
for you health
3 comments · 1 points
-
jamiew
1 comment · 6 points
-
qu1j0t3
1 comment · 1 points
-
TomK32
1 comment · 1 points
-
Scoundrel
9 comments · 1 points
-
-
Popular Threads
#domain1.com - base domain
#domain2.com
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} domain2.com
RewriteRule (.*) http://domain1.com/domain2/$1 [L]
#domain3.com
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} domain3.com
RewriteRule (.*) http://domain1.com/domain3/$1 [L]
#specific options for domain1.com will be here
Can I make it so that when a user visits http://existing-site.com/new-site the content is served from http://subdomain.new-site.com?