vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO 3.2.0 Patch Release for vB 3.8 vBSEO Total Support Team Launches DeskPro vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Testing on new server, VBSEO not working

This is a discussion on Testing on new server, VBSEO not working within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I am moving my site to a new server and I have moved the site, reinstalled VBSEO 3.1.0 but it ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 01-10-2008, 11:13 AM
Senior Member
vBSEO Pre-Release Team
 
Real Name: Mike Simonds
Join Date: Oct 2005
Location: Texas
Posts: 214
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
Unhappy Testing on new server, VBSEO not working

I am moving my site to a new server and I have moved the site, reinstalled VBSEO 3.1.0 but it doesn't seem to work

The plugin is turned on and mod_rewrite is also installed

Here is a phpinfo > phpinfo()


You can also go to my front page > SportsRant.com - Sports Talk With An Attitude
and see that my custom CMS rewrites are working

Here is my .htaccess file

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 %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
I know that it is something probably simple, but I just cannot figure it out

Thanks,
Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 01-10-2008, 11:30 AM
Senior Member
vBSEO Pre-Release Team
 
Real Name: Mike Simonds
Join Date: Oct 2005
Location: Texas
Posts: 214
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
I wanted to add that the rewrite is working in my forums, but this is on a custom Mod that I have for a hot topic > What is your greatest sports moment - Sportsrant Community

why wouldn't vbseo be rewriting the others? Again any help would be appreciated

~Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 01-10-2008, 11:55 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Hello Mike,

try to manually define your domain root folder in VBSEO_CUSTOM_DOCROOT option in config_vbseo.php file.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 01-10-2008, 12:08 PM
Senior Member
vBSEO Pre-Release Team
 
Real Name: Mike Simonds
Join Date: Oct 2005
Location: Texas
Posts: 214
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
Thanks for the quick reply Oleg, but that did not work

I tried the following:

And that did not do it man, anything else you can think of?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 01-10-2008, 12:16 PM
Senior Member
vBSEO Pre-Release Team
 
Real Name: Mike Simonds
Join Date: Oct 2005
Location: Texas
Posts: 214
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
could this be something that is causing it:
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

and if so, how do I rewrite them to the test server with IP 216.120.255.91 or 216.120.255.91/~rantman

Sorry to be trouble here man, just need to test this and make sure everything works and is configured correctly on this new server

~Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 01-10-2008, 02:06 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Try "/home/rantman/public_html".
Also, please upload phpinfo script to your new server so that I can check it.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 01-10-2008, 02:59 PM
Senior Member
vBSEO Pre-Release Team
 
Real Name: Mike Simonds
Join Date: Oct 2005
Location: Texas
Posts: 214
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
Done > phpinfo()
Change Made to config file also, nothing has changed Oleg

I appreciate you taking the time to look into this

Could it be something with the temporary license that I have issued to me for this test server?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 01-10-2008, 04:02 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Please try to also set VBSEO_CUSTOM_TOPREL option to "/forums/".
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 01-10-2008, 04:35 PM
Senior Member
vBSEO Pre-Release Team
 
Real Name: Mike Simonds
Join Date: Oct 2005
Location: Texas
Posts: 214
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
Done Man and no change
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 01-10-2008, 05:05 PM
Senior Member
vBSEO Pre-Release Team
 
Real Name: Mike Simonds
Join Date: Oct 2005
Location: Texas
Posts: 214
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
Oleg are you sure that it is not something to do with the temporary license. I have had problems in the past with a license where it disabled my VBSEO on my live site and Joe had to correct the URL or something like that?

reason I say that is if you follow this link > What is your greatest sports moment - Sportsrant Community

and look at the breadcrumb, it seems to be working there!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 01-10-2008, 05:07 PM
Senior Member
vBSEO Pre-Release Team
 
Real Name: Mike Simonds
Join Date: Oct 2005
Location: Texas
Posts: 214
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
now it seems to be working! Did you change something here?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 01-10-2008, 05:12 PM
Senior Member
vBSEO Pre-Release Team
 
Real Name: Mike Simonds
Join Date: Oct 2005
Location: Texas
Posts: 214
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
something is strange:

If you go to Rant Forums or /~rantman/forums/ is does not work

BUT

If you go to Rant Forums or just /forums/ then it works

I am not sure, but I guess once I move it will work just fine. Does that make sense to you at all
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 01-10-2008, 06:57 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Looks like this happens since it's located ina temp folder (~rantman).
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Moved to a new server, not working. Please help! Sal Collaziano Troubleshooting 2 08-30-2007 06:36 PM
moved to a new server, stopped working aviv_e Troubleshooting 5 08-26-2007 08:22 AM
VBSEO Testing sinjix_media Troubleshooting 9 06-11-2007 09:59 PM
testing vbseo esck Pre-Sales Questions 6 04-11-2007 12:27 AM
Testing Server... der peter Deutsch 14 03-09-2007 02:36 PM


All times are GMT -4. The time now is 11:00 PM.


Powered by vBulletin Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.