vBulletin Search Engine Optimization
This is a discussion on 404 Error within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I keep getting the following error on all rewritten urls: Not Found The requested URL /forums/planted-nano-tanks.html was not found on ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 404 Error
I keep getting the following error on all rewritten urls: Not Found The requested URL /forums/planted-nano-tanks.html was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Now I looked under troubleshooting and it said "Open your .htaccess file and remove the '#' before 'RewriteBase' Please note: when enabled, you must include the path to your root vB folder (i.e. RewriteBase /forums)" But when I open up my .htaccess file, that line doesn't exist, In fact their are only three lines. They are: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^view_(.*).htm$ view.php?pg=$1 Shouldnt' there be a lot more? Kyle |
|
#2
| ||||
| ||||
| Re: 404 Error
Have you uploaded the .htaccess file provided with the vbseo package to your forums root directory?
|
|
#3
| |||
| |||
| Re: 404 Error
Yessir.
|
|
#4
| ||||
| ||||
| Re: 404 Error
The contents of the .htaccess file should read: 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 /
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !chat
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
|
|
#5
| |||
| |||
| Re: 404 Error
Fantastic that fixed it. It's not that I uploaded it wrong. That is what the file I downloaded from Vbseo.com/downloads contained.
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO 2.4.0 aktiv = Forum > error 404: Datei nicht gefunden! | tmp | Deutsch | 7 | 05-09-2006 02:07 AM |
| 404 Not Found error | Pirate | Troubleshooting | 3 | 01-25-2006 03:35 PM |
| Problems with 404 & Error 500 | Lazer | Troubleshooting | 11 | 11-06-2005 05:36 AM |
| Refresh 404 error | Dave | Pre-Sales Questions | 2 | 10-01-2005 01:23 PM |