Results 1 to 11 of 11

Can not login into forum after install

This is a discussion on Can not login into forum after install within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Installed VBSEO 3.2 Gold on GoDaddy, redirects seem to be working fine. Problem is logging into the forum,it says the ...

  1. #1
    Junior Member
    Real Name
    Harry French
    Join Date
    Jul 2008
    Posts
    9
    Liked
    0 times

    Can not login into forum after install

    Installed VBSEO 3.2 Gold on GoDaddy, redirects seem to be working fine. Problem is logging into the forum,it says the following:

    If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

    Am hoping if someone has a chance they could look at my site and give me some pointers. CrackBerryADDICTED.com

    Here is my htaccess settings:

    # 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 /blackberryforums/

    RewriteCond %{HTTP_HOST} !^www.crackberryaddicted\.com
    RewriteRule (.*) http://www.crackberryaddicted.com/blackberryforums/$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]

    Thanks Harry

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    What is your cookie domain in your vbulletin options? It should be .yoursite.com (include the first dot)
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Junior Member
    Real Name
    Harry French
    Join Date
    Jul 2008
    Posts
    9
    Liked
    0 times
    yes it is .crackberryaddicted.com do I need to have it blackberryforums.crackberryaddicted.com And thanks for your help Michael

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Well I see that when you click the link on your forum it is pointed at blackberryforums.crackberryaddicted.com, but then is getting rewritten to crackberryaddicted.com/blackberryforums. How exactly are you wanting it setup?
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    Junior Member
    Real Name
    Harry French
    Join Date
    Jul 2008
    Posts
    9
    Liked
    0 times
    At the risk of sounding really stupid...just so it works LOL. blackberryforums is a sub directory of crackberryaddicted. Dont you agree that the rewrites are working properly? I feel like I am so close to having this work on GoDaddy, after many hours of googling, reading it turns out that once you add a htaccess file to GoDaddy it may take up to one hour for it to get reconized.

  6. #6
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Well as of right now I see that vbseo is working, but not to how you are wanting it in the subdirectory.

    You should comment these lines out in your .htaccess if you have not already done so.

    Code:
    #RewriteCond %{HTTP_HOST} !^www.crackberryaddicted\.com
    #RewriteRule (.*) http://www.crackberryaddicted.com/blackberryforums/$1 [L,R=301]
    Add the # in front of those lines and reupload it to your website
    The Forum Hosting - Forum Hosting from the Forum Experts

  7. #7
    Junior Member
    Real Name
    Harry French
    Join Date
    Jul 2008
    Posts
    9
    Liked
    0 times
    Get a internal server error when going from home to forums with this setting:

    # 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 /blackberryforums/
    #RewriteCond %{HTTP_HOST} !^www.crackberryaddicted\.com#RewriteRule (.*) http://www.crackberryaddicted.com/blackberryforums/$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]

  8. #8
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Please try this:

    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 /blackberryforums/
    
    #RewriteCond %{HTTP_HOST} !^www.crackberryaddicted\.com
    #RewriteRule (.*) http://www.crackberryaddicted.com/blackberryforums/$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]
    If that does not work, try to comment out the rewritebase.
    The Forum Hosting - Forum Hosting from the Forum Experts

  9. #9
    Junior Member
    Real Name
    Harry French
    Join Date
    Jul 2008
    Posts
    9
    Liked
    0 times
    500 error with and without rewritebase

  10. #10
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Please open a support ticket with ftp and admincp access as well as your vbseocp.php password.
    The Forum Hosting - Forum Hosting from the Forum Experts

  11. #11
    Junior Member
    Real Name
    Harry French
    Join Date
    Jul 2008
    Posts
    9
    Liked
    0 times
    OK

Similar Threads

  1. Can't login to forum from a linked page in a thread
    By tuoitresoidong in forum Troubleshooting
    Replies: 2
    Last Post: 04-13-2008, 06:41 PM
  2. Login page not found and login not working with Opera
    By Simon Moon in forum Troubleshooting
    Replies: 1
    Last Post: 01-13-2008, 04:00 PM
  3. Kein Forum Login nach Einrichtung von vBSEO
    By Hottommi in forum Deutsch
    Replies: 2
    Last Post: 07-23-2007, 07:57 AM
  4. 404 error for every forum after install
    By StarBuG in forum Troubleshooting
    Replies: 3
    Last Post: 07-19-2007, 05:23 PM
  5. Forum is down after VBSEO install
    By rollo in forum Troubleshooting
    Replies: 6
    Last Post: 09-20-2006, 02:17 AM

Posting Permissions

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