The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
She's using Firefox 4, like me. And she says other people are going though the same problem, so it must be within the site shouldn't it?
|
#12
|
||||
|
||||
If it's not a cookie problem I can't imagine how it's a site issue.
|
#13
|
||||
|
||||
Do you allow your users to browse your site with both:
Code:
www.yoursite.com Code:
yoursite.com |
#14
|
||||
|
||||
Quote:
Any other thoughts? she said, one user switched to the "blue" skin, and the problem stopped, but then she said another user uses the orange skin, without no problems. So, what's up? |
#15
|
||||
|
||||
Ok, here's a suggestion. Add this to your .htaccess to your root directory and see if it fixes the problem. This will redirect all non-www url's to www url's
Code:
RewriteEngine On rewritecond %{http_host} ^yoursite.com rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L] |
#16
|
||||
|
||||
Quote:
|
#17
|
||||
|
||||
public_html
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|