vBSEO v3.3.0 Gold NULL Draxofavalon

specialist

New Member
waleedkhalid said:
guyz non of my thread's r working all of them r giving a 404 error please can someone help me thankzzzz

You're probably missing the .htaccess file.

Create a new text file and place the below code in it then save it as .htaccess

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

sundar

New Member
Draxofavalon said:
Try to set Default Settings in the URL Rewrite Preset, or manually edit the Groups URL setting.

its in default settings only still am getting the same problem

"domain.com/groups/chaos-theory-group-12-%discussion_title%.html"
 

DOPE

New Member
i tried for a couple hours and got this to work for my admincp and forumhome...
but when i click a post or member profile or anything other than forumhome and admincp, it gave me an error....help plz
 

DOPE

New Member
yeah i usually have no problems adding anything...
im almost positive its because of the .htaccess...
ive tried to do it everyway that was shown by different users, yet when enabled i can only view the admincp and forumhome... i changed the admincp name so i know i had to change it in the .htaccess...
but still doesnt work clicking on threads and members....
the link at the top is showing correctly, but an error page is displayed.
 

j0nty07

New Member
The reason I asked is because, when I forget to re-enable the seo xml in the product listing, I usally have a messed up thread listing, though I can view Forumhome and the admincp without any issues, but once the product is enabled all is well.

How about posting a copy of your htaccess, just so that it can be looked at to see if there is an error that has been overlooked?
 

j0nty07

New Member
Dope, try the following, double check that I've entered your admincp correctly.
Note: if this works for you, it is because 3 lines are commented out with #
Code:
RewriteEngine On
#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} !(admininpennet$cp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admininpennet$cp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
 

JASMINEO

New Member
I have an issue. I have nofollow external links set in vbseo control panel but when i check my forum none of the external links are nofollow?

Please help!

Thanks
 

riedel

New Member
specialist said:
You're probably missing the .htaccess file.

Create a new text file and place the below code in it then save it as .htaccess

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


:O thx dude, u save my phat ass xD
 

aLSa7eR_aL3RaBi

New Member
i have error with .htaccess
when i delete it
my forum work good
when i upload it
Forbidden

You don't have permission to access /vb/admincp/ on this server.

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

plz help
 
Top