Powweb $5.77 hosting plan can allow you to have single domain to be hosted. However from the powweb OPS, you still can add additional domain to your control panel. Small tweak to the .htaccess will change your powweb single domain hosting into multiple domains hosting
- First, add a new domain name to OPS control panel. And wait for domain propagation to complete.
- Create new folder for this domain, from FTP login.
- Create a new .htaccess file for this domain folder, place it inside this folder.
- Paste infollowing content:
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} domain_name.tld
RewriteCond %{REQUEST_URI} !subfolder/htdocs/
RewriteRule ^(.*)$ domain_name/htdocs/$1 [L] -
Place your new domin files into ftp folder domain_name/htdocs/
By this you can add multiple domain names to powweb hosting. And its now become unlimited domain hosting. Alert that this method is legal, and not violate powweb term and condition etc.
Go to Powweb Hosting







May 18th, 2007 at 8:49 pm
[...] account only able to host single website. However this can be overwrite, refer to my post “Powweb Multiple Addon Domains“ and instruction given for how to add more domain name to powweb [...]