I was wondering why I couldn't log in when I go to my website using http://ebbcharts.com, but when I use http://www.ebbcharts.com, the login works. Can someone please try this problem for me? Is this a known bug? Thanks.
Announcement
Collapse
No announcement yet.
Login issue
Collapse
X
-
We use secure cookies so your www. cookies aren't available to your non-www. doman. You should redirect one to the other to ensure your users can login.
Here is a tutorial to handle this: http://etuts.org/redirect-www-and-no...sing-htaccess/Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
-
Okay, thanks. That makes sense.
I see a couple of "domain" in the script below. This one I don't know about: domain\.com (do I replace it with www.ebbcharts.com, ebbcharts.com or ebbcharts\.com)? Or is the backslash a typo?
# Always use www in the domain
# Replace ‘domain.com’ with your domain name
RewriteEngine on
RewriteCond %{HTTP_HOST} ^([a-z.]+)?domain\.com$ [NC]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .? http://www.%1domain.com%{REQUEST_URI} [R=301,L]
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment