Results 1 to 6 of 6

Login Issue

This is a discussion on Login Issue within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have 200+ user complaints about login issues since I have install vBSEO . I don't know where to begin ...

  1. #1
    Member
    Real Name
    Mark Parrish
    Join Date
    Jul 2007
    Location
    Portland, OR
    Posts
    45
    Liked
    0 times

    Login Issue

    I have 200+ user complaints about login issues since I have install vBSEO.

    I don't know where to begin to describe the issues, they all seem very random to me. Any help would be great

    Mark
    Index of /

    Here is my .htaccess

    Code:
    RedirectMatch permanent ^/$ http://hotcouponworld.com/forums/index.php
    
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    
    
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums)
    #RewriteBase /
    
    #RewriteCond %{HTTP_HOST} !^www.hotcouponworld.com
    #RewriteRule (.*) http://www.hotcouponworld.com/forums/$1 [L,R=301]
    
    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]

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    you should uncomment these lines:
    Code:
    #RewriteCond %{HTTP_HOST} !^www.hotcouponworld.com
    #RewriteRule (.*) http://www.hotcouponworld.com/forums/$1 [L,R=301]
    (remove '#')

  3. #3
    Member
    Real Name
    Mark Parrish
    Join Date
    Jul 2007
    Location
    Portland, OR
    Posts
    45
    Liked
    0 times
    Thanks, before I do that I have .htaccess in both my root and my forums directory. Is this OK?

    I have the permanent Redirect match, is that alright as well?

    Mark

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You should apply similar redirect from non-www domain in root .htaccess as well.

  5. #5
    Junior Member
    Real Name
    jer
    Join Date
    Aug 2007
    Posts
    4
    Liked
    0 times

    Unhappy cant login at all after logout

    I am having similar problems, but I can give a little more details because it is even happening to me as the admin AFTER I LOGOUT:

    1) i login on the homepage
    2 i get the message, thank you for logging in
    3) it then goes to the logon page saying im not logged in, may not have proper permissions etc.

    This is happening to everyone who logs out. the only way I can regain access to the forum is by going thru the admin panel. please help!

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    do you have non-www domain redirection in place?

Similar Threads

  1. Login and Session Issues
    By Jared in forum Troubleshooting
    Replies: 13
    Last Post: 07-10-2007, 05:37 AM
  2. Replies: 4
    Last Post: 03-13-2007, 01:49 AM
  3. Not Able To Login without the WWW.
    By webgroup in forum Troubleshooting
    Replies: 4
    Last Post: 06-08-2006, 12:44 PM
  4. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •