vBSeo Problem

Ikram45

New Member
hi,
i'm having problem with vBseo. when I installed it, and when I clicked on a category/forum section of mine it said
Not Found

The requested URL /news-announcements/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

but after disabling vBseo, it works fine

P.S:i'm using vBSeo 3.2.0 nulled..
 
you havent updated your .htaccess file to allow urlrewrite.

like this

# 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 %{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]

using note pad paste this into a new file and save , then change file name to .htaccess then upload to your servers/hosting root directory
 
if your using vBulletin 3.8 and vBSEO 3.2 there are compatibilty issues and you need the patch that was released
 
3.8 doesnt cause these errors, 3.8 has a problem vbseo and ajax features.
yeh its to do with your htaccess file
and CrapH is right, you just need to replace with it says
www\.yourdomain\.com

with your actual domain, keeping the \'s
also if that doesnt work you need to allow
#RewriteBase /

by un-checking it like this
RewriteBase /

also if your forum is on this kind of directory, like home/public_html/forum/
then you need to specify this by saying

RewriteBase /forum/

thats an example. follow the readme in the vbseo folder that you downloaded and it has more detail in setting it up.

hope this helps
 
Nevermind, I had to just overwrite the .htaccess with the one in the vBSeo Folder. It works fine but now that I have vBSEO :: Sitemap Generator how to use it and help with it thank you :)
 
I have this error:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311296 bytes) in /home/slatinaf/public_html/includes/class_postbit.php(304) : eval()'d code on line 210
 
Back
Top