how to use parked domains as addon domains
For those not familiar with the terminology:
- http://en.wikipedia.org/wiki/Domain_parking
Many web hosts limit the number of additional domains you can have on an account, however they usually allow you to park any domain you want, regardless of the addon domains limit. Simply place this code in your .htaccess file, and you will be able to use any parked domain exactly like an addon domain.
RewriteCond %{HTTP_HOST} ^www\.vhost\.com$
RewriteRule ^/$ /vhost/$1 [L]
Happy Webmastering ![]()
