Correct me if I'm wrong but haven't you recently moved to XenForo? If so, did the user have these problems before?Nope, won't accept it. One forum user says she's never been able to login to our site using mobile. She's using the chrome browser on mobile.
Non-consistent cookiesWhat are the negatives to having www and non-www ways of getting to my site? Seems like a positive...
#Force www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]
#Force non-www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
Because in the BAD old days, you had FTP.whatever.com for FTP, SMTP.whatever.com for the SMTP server, POP.whatever.com for the POP3 server, and of course, the WWW prefix for the World Wide Web. Just different (and somewhat standardized layout of) protocol designators basically as the "subdomain" portion.I can't actually see the point in having www.
Can someone explain why you would want extra clutter in the URL?
We use essential cookies to make this site work, and optional cookies to enhance your experience.