Quote:
Originally Posted by adnedarn
It was just pointed out to me that the chatbox won't work when you type terraforums.com into the address bar... But www.terraforums.com it works fine. Any idea why that would be? Attached is what it looks like.
Thanks!
Andrew
|
We have a .htaccess entry that redirects site.com to
www.site.com -- we don't use the short form -- maybe you should do that?
Eg:
Code:
RewriteCond %{HTTP_HOST} ^ausphotography.net.au$ [NC]
RewriteRule ^(.*)$ "http\:\/\/www\.ausphotography\.net\.au\/$1" [R=301,L]