The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
My site was causing browser errors re "too many redirects", and I was unable to access the site or Admincp.
I found this advice on editing the .htaccess file and that partially fixed the problem - the site now comes up, but when I click on a forum link or thread link, it just reloads the homepage. I can now get into Admincp, but when I click on the vbSEO control panel link it just loads my site home page, so I can't disable vbSEO that way. In case it makes any difference, my forums are in mydomain/forum/ and I have RewriteBase /forum/ enabled There is also a .htaccess file in the root public folder or the domain that contains the following rule which just redirects all requests to the /forum/ folder; Code:
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.mydomain\.com\.au/forum RewriteRule (.*) http://www.mydomain.com.au/forum/ [L,R=301] |
#2
|
||||
|
||||
![]()
Use this article to disable your mods (regain admincp access) https://vborg.vbsupport.ru/showthread.php?t=259619 *Simply add the disable hooks code at the top of config first, then follow other info if that does not restore admincp access first.
*You may also need to temporarily rename .htaccess to .htaccess1 or similar if login issues still persist after disabling hooks. As for the vbseo password, if it was a newer version of vbseo then find the config file and edit it - the config.xml is located in: /vbseo/resources/xml/config.xml Find the lines: Code:
<setting> <name>VBSEO_ADMIN_PASSWORD</name> <value>635182cbab83bcdg50a83993c933r4bf</value> </setting> <setting> Code:
<setting> <name>VBSEO_ADMIN_PASSWORD</name> <value></value> </setting> <setting> ![]() |
Благодарность от: | ||
MarkFL |
#3
|
|||
|
|||
![]()
Many thanks TheLastSuperman
I can access Admincp, but I can't get into the vbSEO Control Panel to turn vbSEO off. When I click on the vbSEO Control Panel, it just loads the forum home page. I have disabled hooks and that didn't make any difference. I tried renaming .htaccess, but then the site won't come up at all. Any other ideas before I start trying database edits? |
#4
|
||||
|
||||
![]()
vBulletin does not need an .htaccess file, so you must have some serious set-up issues if it fails without one.
|
#5
|
||||
|
||||
![]() Quote:
- Leave .htaccess alone, if it was renamed then rename it back to original name .htaccess. - Disable hooks via the code you add to config.php. - Login to admincp. - Disable vBSEO. (DO NOT UNINSTALL if you're even considering going to DBSEO, if you uninstall all your old url hierarchy and other settings will be lost). - Change Friendly URLs setting via: Admincp > Settings > Options > Friendly URLs > *Set this to "Standard URLs" and save. Now check the site, does it load without issue? *If you cannot get into admincp at all, use the article I linked to above to reset admincp access i.e. disable hooks via config.php code AND disable all hooks per the sql query provided by Steve M. - that should give you access to admincp again. If anything perhaps your admin rights were revoked or changed... it's a possibility so check the user table, find your username by name or id and see if your usergroup id is set to 6 or not. |
#6
|
|||
|
|||
![]() Quote:
--------------- Added [DATE]1471660809[/DATE] at [TIME]1471660809[/TIME] --------------- Quote:
I had been trying to get into the vbSEO control panel to disable it - I forgot I could just disable it from Products in Admincp! However, I have now lost all my SEO friendly URLs, and my site did have a very good SERP ranking so I really need to do something about this. Quote:
I'd never heard of DBSEO so I need to investigate this. Thanks for all your help! |
#7
|
||||
|
||||
![]() Quote:
Remember though, you won't get the exact same url's with mod rewrite friendly setting, most maybe but if you had a custom setup before imho the only way to return to nearly the same setup would be with dbseo, you'll need to confirm this with them as it's a paid modification and we shant be discussing it in detail here, you can post on their site and ask the specific questions you need to there ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|