vBulletin Search Engine Optimization
This is a discussion on 404s after upgrade within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I moved my stuff to a new server and upgraded everything to the latest. Now, I'm only getting 404s on ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 404s after upgrade
I moved my stuff to a new server and upgraded everything to the latest. Now, I'm only getting 404s on all of my URLs. I assume this is an htacess issue, but I've tried everything I can find. It's got mod_rewrite working. htaccess is there and looks right to me. Reality TV Forums at Survivor.com I turned off the plug in for now, until I can get it to work. Here is what htaccess looks like. # 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} !^forums.survivor.com RewriteRule (.*) http://forums.survivor.com/$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] Here's part of the httpd config file: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_METHOD} ^TRACE RewriteRule .* - [F] </IfModule> Last edited by cwalton; 11-24-2007 at 06:15 PM. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| License: Upgrade, Downloads? | etterra | Pre-Sales Questions | 1 | 08-22-2007 12:53 PM |
| Please Upgrade to vBSEO 3.0 GOLD by Friday, April 20th | Joe Ward | vBSEO Announcements | 17 | 04-30-2007 01:23 PM |
| Problem! after vBulletin upgrade and Vbseo upgrade | MacedonWarrior | Troubleshooting | 7 | 12-12-2006 07:53 AM |