vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
|
#3
| |||
| |||
|
yes it is .crackberryaddicted.com do I need to have it blackberryforums.crackberryaddicted.com And thanks for your help Michael
|
|
#4
| ||||
| ||||
|
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?
|
|
#5
| |||
| |||
|
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
| ||||
| ||||
|
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]
|
|
#7
| |||
| |||
|
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
| ||||
| ||||
|
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]
|
|
#9
| |||
| |||
|
500 error with and without rewritebase
|
|
#11
| |||
| |||
|
OK
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't login to forum from a linked page in a thread | tuoitresoidong | Troubleshooting | 2 | 04-13-2008 06:41 PM |
| Login page not found and login not working with Opera | Simon Moon | Troubleshooting | 1 | 01-13-2008 04:00 PM |
| Kein Forum Login nach Einrichtung von vBSEO | Hottommi | Deutsch | 2 | 07-23-2007 07:57 AM |
| 404 error for every forum after install | StarBuG | Troubleshooting | 3 | 07-19-2007 05:23 PM |
| Forum is down after VBSEO install | rollo | Troubleshooting | 6 | 09-20-2006 02:17 AM |