Recent Topics

1 Aug 13, 2008 20:02    

My b2evolution Version: Not Entered

First I love the software. It is AMAZING and the support here has been even better.

Quick question:

Is there an easy way to tell b2 to accept the "www" version of a domain name as well as the non "www" version as well?

I have about 280 sites setup and occasionally a client will try to use the "www" in front of the domain and that sends them to the "default" site.

Thanks in advance!

Sincerely,

James
http://fortcollinsrealestateresources.com

And, for now, not www.fortcollinsrealestateresources.com

2 Aug 13, 2008 21:50

Far easier to use htaccess to redirect all "www.domain.com" to "domain.com" :

RewriteEngine On

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

¥


Form is loading...