The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Dev site forwarding back to main
Hi everyone,
I'm trying to update my dev site by clearing out the old one and making a new copy. I've followed the directions posted here and this process has worked before: 1) Turn off forum 2) Change forum folder and forum URL in AdminCP to point to dev site 3) Copy db 4) Change (2) back to main site values 5) Copy files over to dev site 6) Load db copy with new values 7) Change config.php file to new values I've done all this but yet the dev site won't load and is immediately forwarding back to the main site. I do have DBseo installed but don't know how to account for this. Any ideas? |
#3
|
|||
|
|||
Good catch. Didn't think of that.
The .htaccess file was in fact copied over and I just deleted it. Unfortunately it still redirects to the main site. Should I make a new .htaccess file and put something particular in it? I feel like the deletion would take care of potential issues. |
#4
|
|||
|
|||
I have this in mine
Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^skaperend\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.skaperend\.com$ RewriteRule ^(.*)$ http://www.mystechtronics.net/$1 [R=301,L] |
#5
|
|||
|
|||
Just to confirm, this is what you have for your dev site .htaccess? I have a main .htaccess file that is quite long with custom rewrites and stuff for DBSeo. My dev site is located in a folder like this: mainsite.com/dev/forum.php.
|
#6
|
|||
|
|||
Yes I have a lot more info in my htaccess file but there is no need to upload the whole file
|
#7
|
|||
|
|||
Didn't work unfortunately.
The only thing I can think of is DBTech's DBSeo. On my old dev site we didn't have this since we made it before we installed the product, so maybe the doubled files are still redirecting to the main site. The issue is I can't get to the dev site AdminCP to check or disable the product. How can I disable a product without the AdminCP? Could I try just deleting those files on the dev site? --------------- Added [DATE]1430654425[/DATE] at [TIME]1430654425[/TIME] --------------- Ok, I disabled all plugins on the dev site by adding this to the config.php file - didn't work. PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|