point multiple domain to single web hosting account
- by suriyan suresh
point multiple domain to single web hosting account using htaccess
i have used the following .htaccess file in my public_html directory
RewriteEngine on
RewriteCond %{HTTP_HOST} ^site1.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.site1.org$
RewriteRule ^/?$ "/site1.org\/" [R=301,L]
directory structure
/public_html/site1.org/welcome.html
…