Removing the WWW

mmportugal1040

New Member
Wurlie User
Mar 23, 2011
27
0
1
How can I remove the www from the beginning of the shorted url, instead of
http://www.zigs.me/***
to be
http://zigs.me/***

It will even shorter
Thanks
 

herdy1044

New Member
Wurlie User
Mar 26, 2011
3
0
0
1. Open Notepad or something like that.
2. Copy the follwing text in it and save it with the name ".htaccess".
3. Upload the file to the Root-Directory of your domain.
4. Thats it.

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\. [NC]
RewriteRule ^(.*)$ http://zigs.me/$1 [R=301,L]