Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^dwhs.com [nc]
rewriterule ^(.*)$ http://www.dwhs.com/$1 [r=301,nc]
This will redirect dwhs.com to www.dwhs.com (change dwhs.com to your domain name)
Step by step for DWHS Customers:
- log into your cpanel: www.your-main-domain.com/cpanel/
- Click file manager and click the option to see hidden files
- Make sure your in the folder public_html or www
- Then create a new file called: .htaccess
- Then in edit that file by adding this code:
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^dwhs.com [nc]
rewriterule ^(.*)$ http://www.dwhs.com/$1 [r=301,nc]

0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment