Installing VBSeo

Discussion in 'vBulletin' started by justforlebanon, Nov 2, 2007.

  1. #1
    I just installed vbseo to my forum
    and i replaced the original .htaccess
    but the problem is when the user logs in he is Correctly Logged in
    when he enters a thread and then goes back to the homepage
    his name won't be there
    (they wont say welcome...XXX)
    he is requested to login
    but in fact he is Logged in
    so he can post ...make threads...etc
    i have been told that this a problem of .htaccess
    plz how can i fix it
    thanks
    (should i edit Something in the .htaccess?)
     
    justforlebanon, Nov 2, 2007 IP
  2. BamaStangGuy

    BamaStangGuy Notable Member

    Messages:
    955
    Likes Received:
    51
    Best Answers:
    1
    Trophy Points:
    245
    #2
    Should open a ticket with VBSEO.
     
    BamaStangGuy, Nov 3, 2007 IP
  3. Dubz

    Dubz Peon

    Messages:
    1,859
    Likes Received:
    156
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Open a ticket. They are incredibly helpful I had a small hickup when I installed and after letting them know it was fixed immediately.
     
    Dubz, Nov 3, 2007 IP
  4. Shadab

    Shadab Peon

    Messages:
    376
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #4
    umm... A cookie problem ?

    But,
    Try contacting vBSEO, as said before by other members,
    to get a speedy fix.

    Thanx,
    Shadab.
     
    Shadab, Nov 3, 2007 IP
  5. itdevil

    itdevil Well-Known Member

    Messages:
    632
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    110
    #5

    please post the copy of .htaccess
     
    itdevil, Nov 3, 2007 IP
  6. jward

    jward Active Member

    Messages:
    452
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    90
    #6
    jward, Nov 8, 2007 IP
  7. ltjman22

    ltjman22 Well-Known Member

    Messages:
    489
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    108
    #7
    Yes, believe this is a cookie problem also!

    On the other hand, vbseo techs on their website are really helpful. They helped me a lot when I first installed the product.
     
    ltjman22, Nov 14, 2007 IP
  8. ozkorallah

    ozkorallah Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I have a .htaccess problem with vbseo, i can not use my .htaccess with vbseo .htaccess, also I submit a support ticket but they did not help me, they are very slow helping, and asking un profisional questions.

    till now it is bad.

    My htaccess:
    Options +ExecCGI
    AddHandler php-cgi .php
    Action php-cgi /cgi-bin/php.cgi
    
    HTML:
    Vbseo .htaccess
    RewriteEngine On
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    HTML:
    if using both codes in .htaccess the result is:
    The page isn't redirecting properly  
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    HTML:
    any help please.
    thank you in advanced.
     
    ozkorallah, Jan 17, 2008 IP