Problem with vbseo

draque

New Member
I can not get on a category on my forum. I press, but not enter.

I have instal vbseo. before going up to install he works

Thanks.
 

draque

New Member
Does anyone know what would be the problem?
Why do not enter the forum category .
I have install vbseo
 

draque

New Member
No, message. I try to enter on a category forum and nothing happens, not enter.
If i create a new forum can not get him.
I use vbulletin 3.8.1 and vbseo 3.2.0
 

Grinderhand

New Member
Post your .htaccess file here. If you have any site details in the file, just xxx that part out. Make sure it is the one you are using, not just the one in the archive, or we won't be able to help.
 

draque

New Member
php_value memory_limit 64M
# 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\.xxx\.ro
RewriteRule (.*) http://www.xxx.ro/$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]

This is the htaccess
 

Grinderhand

New Member
Comment out these two lines like this and see if that works for you:

Code:
#RewriteCond %{HTTP_HOST} !^www\.xxx\.ro
#RewriteRule (.*) http://www.xxx.ro/$1 [L,R=301]
 

Grinderhand

New Member
So you can load the forum home, but when you try to go to a forum or anywhere else, nothing happens? You just stay on the forum home page? Or you get a white page?
 

draque

New Member
No, no page white. just nothing happens. I hve this problem and when i create a new forum[add new forum] and when i try to enter on him nothing happens.
 

acidman

New Member
not a problum at all..

A "category" link is en 'empty' link that reduce the PR your web-pages.

do to this nature of SEO, vbseo disable those "links" for a better PR.

cheers!
 

acidman

New Member
ill be happy to :)
you hv access to all your forums :) right?
so, you dont need a CATEGORY's becuse its keeps you one more link (click) away from ur homepage, a usless/empty link that vbseo is set to disable.

if u use hierarchical urls (most of you will), ur homepage will got the most "power" and as u get inside, links & pages get more weak.

web pages that have distance of one link away from homepage hv more power then pages that have distance of two links away from homepage.

sorry for my bad english.
 

acidman

New Member
vbseo will disable the catagory links as default and turn it as an in-page links. its natural and required by some SEO strategy. i thinks you can disable it or enable it via vbseo panel.
 

Grinderhand

New Member
It's not really a category he's having trouble with, it's a newly created forum that has posts in it, but with VBSEO turned on, it's not accessible for some reason. All his old forums work fine, but this new one that has posts created before installing VBSEO does not.
 
Top