VBSEO, is not working fine

Status
Not open for further replies.

Snap

Active Member
34
2011
0
0
Hello,

I installed VBSEO 3.5.1, but the problem is that now when I click on any forum it redirects me to the first forum!!!

Would someone please tell me what's the problem?

Thanks
 
10 comments
This is what's inside the .htaccess:

# 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|vbseo_sitemap)
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]
 
Do you have it this way?

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

Or you just took out your domain name to hide it?
 
@Snap add me on MSN i might be able to help you,
MSN: ihate[at]intovb.com

& Dont worry about the:
Code:
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

because it's disabled in your .htaccess as it has the # infront of it
if you were to remove the # then you would need to put the site url there.
 
I didn't write my domainname, I simply set the rewrite forum url to off, in VBSEO settings

And everything works now, I guess :)

Any suggestions?
 
@Snap add me on MSN i might be able to help you,
MSN: ihate[at]intovb.com

& Dont worry about the:
Code:
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
because it's disabled in your .htaccess as it has the # infront of it
if you were to remove the # then you would need to put the site url there.

I already fixed the problem as I said before, thanks :)

I added u on MSN :)
 
Status
Not open for further replies.
Back
Top