Results 1 to 12 of 12

Log_In Problems

This is a discussion on Log_In Problems within the Troubleshooting forums, part of the vBSEO SEO Plugin category; My members are having log in problems. First off last week we upgraded to 3.7.3 from 3.7.1 and last night ...

  1. #1
    Junior Member
    Real Name
    Tim
    Join Date
    Oct 2008
    Posts
    8
    Liked
    0 times

    Log_In Problems

    My members are having log in problems. First off last week we upgraded to 3.7.3 from 3.7.1 and last night we installed VBSEO. Since last night when a member comes to the site and logs in, they will get the "Thanks for logging in" screen but when it comes back to the main forum it does not look like they are logged in. But if you click on any forum or link on that page you will then show logged in. Could this be related to teh VBSEO install?

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times
    I am having exactly the same problems on a 3.7.3 ive tried that link also [How to] Setup www.yourdomain.com or yourdomain.com (www vs. non-www) - With .htaccess 301 redirects

    However i noticed my members saying that http://mydomain.com/forum dosent work and returns a 404.

    Wreckless did you manage to fix yours?

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Hello ,

    What is your .htaccess content on both domain root and forum folders ?
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  5. #5
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times
    Inside root i have nothing but a few ip addresses being blocked:


    Root:

    <Limit GET HEAD POST>
    order allow,deny
    deny from 83.67.204.214
    etc etc the list goes on
    allow from all
    </LIMIT>


    Forum

    # 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\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$
    vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]


    I also have my admincp htaccess protected.. i dont think thats causing an issue is it?

    AdminCP

    AuthName "Restricted Area"
    AuthType Basic
    AuthUserFile /home/me/.htpasswd
    AuthGroupFile /dev/null
    require valid-user

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from my ip address
    </Limit>


    Any help would be much appreciated i am still stuck after installing it many days ado.. :(

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    It looks like you still didn't apply [How to] Setup www.yourdomain.com or yourdomain.com (www vs. non-www) - With .htaccess 301 redirects . Please change your .htaccess content within forum root to

    Code:
    # 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\.yourdomain\.com
    RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$
    vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    Last edited by Mert Gökçeimam; 10-20-2008 at 01:06 PM.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  7. #7
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    It looks like you still didn't apply [How to] Setup www.yourdomain.com or yourdomain.com (www vs. non-www) - With .htaccess 301 redirects . Please change your .htaccess content within forum root to

    Code:
    # 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\.mydomain\.com
    RewriteRule (.*) http://www.mydomain.com/forum/$1 [L,R=301]
     
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$
    vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
     
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
     
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

    I did this mate but still no hope... but im going to do it again so you can maybe check things out..?

    Edit: i have internal server error now...

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Please create a support ticket with a temporary ftp login as the above .htaccess should not create Internal Server error if there is something wrong.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  9. #9
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Please create a support ticket with a temporary ftp login as the above .htaccess should not create Internal Server error if there is something wrong.

    Ive reverted back to the htaccess within vbseo's folder to fix the issue... however i already have an on going ticket 11689 but i think the support staff have given up on me... but i still havent given them ftp access though... shall i create another one so you can take a look at it?

    Cheers

  10. #10
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times
    I have used the example uve given... this line was in two lines:

    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$
    vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    So i made it into one line so its working....
    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$
    vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

  11. #11
    Member
    Real Name
    maksam
    Join Date
    Apr 2008
    Posts
    80
    Liked
    0 times
    Sorry for another reply, however Mert if you come to my forum and try:

    http://mydomain.com/forum (without the www and the trailing slash at the end "/") you will see that it displays a 404 error....

    However i am going to work now and will be back after 5 hours roughly around 10pm GMT, and many thanks for your help i look forward to your replies..

  12. #12
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Quote Originally Posted by Kayz View Post
    Ive reverted back to the htaccess within vbseo's folder to fix the issue... however i already have an on going ticket 11689 but i think the support staff have given up on me... but i still havent given them ftp access though... shall i create another one so you can take a look at it?

    Cheers
    Replied your ticket
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Problems with the SEF
    By mrleeny in forum Troubleshooting
    Replies: 5
    Last Post: 06-10-2008, 07:26 PM
  2. Having Some Problems
    By BoTGoD in forum Troubleshooting
    Replies: 3
    Last Post: 06-28-2006, 07:00 AM
  3. got problems already lol
    By hornstar6969 in forum Troubleshooting
    Replies: 2
    Last Post: 05-22-2006, 06:58 PM
  4. Problems with PHP 4.4.1
    By dlutt in forum Troubleshooting
    Replies: 15
    Last Post: 11-08-2005, 03:24 PM
  5. Problems with ä, ü etc.
    By Silmarillion in forum Bug Reporting
    Replies: 12
    Last Post: 07-22-2005, 11:14 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
  •