vBulletin Search Engine Optimization
This is a discussion on Users have to login 3 times to be seen as "member" within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm not quite sure what the problem is but i loaded on vbseo and since them, my users have to ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Users have to login 3 times to be seen as "member"
I'm not quite sure what the problem is but i loaded on vbseo and since them, my users have to login 3-4 times before the forum recognizes them as members. Anyone else having this problem? I did the whole redirect thing but may not have understood the actual redirect, i don't know... My forums are located at www.jetgirls.net/forums (location of main files) but i have a forwarding alias setup at forums.jetgirls.net is this what the problem is or what could it be? i've already asked them to clear all cookies and to make sure they click the "remember me" box. yet, still having this problem. I've already reverted everything in my style, so i know it's not my style.. only other thing i can do is take all hacks off, but i did not have this problem before installing vbseo. Please help. Thanks! Kristie |
|
#2
| ||||
| ||||
|
Hello, you should setup 301 redirect form forums.jetgirls.net subdomain to Jetgirls.net as described in 301 Redirecting Domains
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
|
I did that.. but i'm wondering if i did it wrong? the thread really doesn't say how to redirect forums.xxx.net, so i really wasn't sure if i did it right. here's the code i put in Quote:
Quote:
Last edited by ktaylor; 06-03-2007 at 02:45 PM. |
|
#4
| |||
| |||
|
oh wait... i think i know what's wrong.. it's the little # sign in front isnt' it. gosh sometimes i feel so blonde! hahaha is there anything else in the htaccess that i should be paying special attention to and/or fix? edit: or should the actual code be this? Quote:
Last edited by ktaylor; 06-03-2007 at 01:59 PM. |
|
#5
| ||||
| ||||
|
Hello, that code is correct *in case if your main domain is forums.jetgirls.net*. But if your main domain is www. jetgirls.net you should use: Code: RewriteCond %{HTTP_HOST} !^www\.jetgirls\.net
RewriteRule (.*) http://www.jetgirls.net/forum/$1 [R=301,L]
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |