PDA

View Full Version : www or not www


Pcwolfx?
12-22-2011, 11:00 PM
hi guys,
if you want use for your web link this style: http://www.example.com;

Open your .htaccess files and add this part:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]

Note: Edit example and com line.

If you not want the www (http://example.com) your web links, add this part and edit it;

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]

Robru
12-29-2011, 02:27 AM
Very usefull, thanks! :)

WriteToEnlight
02-21-2012, 10:31 PM
Thanks, I appreciate it.

Max Taxable
02-21-2012, 11:21 PM
I got rid of Dubya long ago.

abdobasha2004
03-24-2012, 07:46 PM
it is always better without www !