XSitePro Website Design Software Message Board

The online forum dedicated to XSitePro users. Get help with website design in general and using this popular and incredibly powerful website software
It is currently Tue May 21, 2013 4:32 pm

All times are UTC - 7 hours




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: www. and non www.
PostPosted: Thu Aug 04, 2011 2:11 am 
Offline
User avatar

Joined: Mon Jun 28, 2010 4:18 pm
Posts: 39
Location: Australia
Hi. hope I'm in the right place to ask this. How can I get rid of the non www. version of a site please? Even when the www. version loads, when I press the "home" tab, it reverts back to the non www. version. :?

Many thanks
Wendy

_________________
Cheers
Wendy
http://www.insomnia-connection.com


Top
 Profile  
 
 Post subject: Re: www. and non www.
PostPosted: Thu Aug 04, 2011 10:11 am 
Offline
User avatar

Joined: Sat Sep 03, 2005 7:47 pm
Posts: 8114
Location: California
Hi Wendy,

To make the Home link go to WWW, in xsitepro --> Publishing tab, make sure you have www in the top box --> www.insomnia-connection.com

To make all page always show as www, add the code below to your .htaccess file on your server -

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


And while you are there, you can add the code below to make all "404 page not found" errors go to your Home page, if you want -

Code:
ErrorDocument 404 http://www.insomnia-connection.com


Jason

_________________
Image


Top
 Profile  
 
 Post subject: Re: www. and non www.
PostPosted: Thu Aug 04, 2011 10:41 pm 
Offline
User avatar

Joined: Mon Jun 28, 2010 4:18 pm
Posts: 39
Location: Australia
Hi Jason, thanks a lot! :D

The site is an Australian domain so I just replace http://www.insomnia-connection.com with http://www.XXXXX.com.au?

Many thanks
Wendy

_________________
Cheers
Wendy
http://www.insomnia-connection.com


Top
 Profile  
 
 Post subject: Re: www. and non www.
PostPosted: Thu Aug 04, 2011 11:55 pm 
Offline
User avatar

Joined: Sat Sep 03, 2005 7:47 pm
Posts: 8114
Location: California
wendyann wrote:
Hi Jason, thanks a lot! :D

The site is an Australian domain so I just replace http://www.insomnia-connection.com with http://www.XXXXX.com.au?

Many thanks
Wendy


Yes and where it has .com in the code you would put .com.au

_________________
Image


Top
 Profile  
 
 Post subject: Re: www. and non www.
PostPosted: Fri Aug 05, 2011 12:39 am 
Offline
User avatar

Joined: Mon Jun 28, 2010 4:18 pm
Posts: 39
Location: Australia
I have just tried it and it works like a charm :D I'm assuming this is what Seo folk call canonicalization.
Anyway thanks a million!
Wendy

_________________
Cheers
Wendy
http://www.insomnia-connection.com


Top
 Profile  
 
 Post subject: Re: www. and non www.
PostPosted: Tue Sep 13, 2011 5:58 am 
Offline

Joined: Thu Aug 07, 2008 4:00 am
Posts: 492
Location: Gold Coast Australia
Jason wrote:
Hi Wendy,

To make the Home link go to WWW, in xsitepro --> Publishing tab, make sure you have www in the top box --> http://www.insomnia-connection.com

To make all page always show as www, add the code below to your .htaccess file on your server -

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


And while you are there, you can add the code below to make all "404 page not found" errors go to your Home page, if you want -

Code:
ErrorDocument 404 http://www.insomnia-connection.com


Jason


Hi Jason

Didn't know the 404 code so thanks for pointing that one out. Very handy as always.

Trust you are well and business is great.

Ash.

_________________
Interesting XSP Websites To Check Out
CFD Trading
CFD Trading Strategy
Concrete Resurfacing Sydney
Fall Protection Safety
Antenna Installation Sydney


Top
 Profile  
 
 Post subject: Re: www. and non www.
PostPosted: Tue Sep 13, 2011 9:52 am 
Offline
User avatar

Joined: Sat Sep 03, 2005 7:47 pm
Posts: 8114
Location: California
Glad to help :)

Jason

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 7 hours


Who is online

Users browsing this forum: Exabot [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group