View Full Version : Issues?
The3rdNipple
11-17-2008, 02:14 AM
After I installed vBSEO, I clicked on a section on my forum, and I got a 404 Error, is this vBulletins fault or vBSEO's?
mikewastaken
11-17-2008, 02:19 AM
more info is needed, what part of the forum
a 404 error is usually when the page does not exist
--------------- Added 1226895664 at 1226895664 ---------------
I checked out your site, something went wrong with the integration, or a setting where it makes the url cleaner looking
The3rdNipple
11-17-2008, 02:32 AM
Would that mean my htacess is wrong?\
Heres my htacess
DirectoryIndex index.php
# 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 /forums/
RewriteCond %{HTTP_HOST} !^www\.allboutlife\.net
RewriteRule (.*) http://www.allboutlife.net/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vBSEO_sitemap/vBSEO_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vBSEO.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vBSEO.php [L,QSA]
And whys my index page gone aswell?
mikewastaken
11-17-2008, 02:48 AM
IMO, I would restore a backup and try again, something didn't go right
or go through the installation instructions again and try to fix it
Lynne
11-17-2008, 03:01 AM
You should be asking for help at vbseo.com.
The3rdNipple
11-17-2008, 03:14 AM
Alright, I'm sure I did something wrong with my htacess though.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.