Help pleasee !!!!!! :(

Curtis129

New Member
can you please help me,

i just installed the vbseo and all was well then as soon as i went to the index to click on a threadit just showed as 404 page not found.

also when i uploaded the .htaccess file my forum went into a 500 internal server error.

can anyone please help me.

btw i get a 404 error any time i want to access anything on the forum instead of the index page




please help me :(
 

Curtis129

New Member
i actually ixed the internal error, ive got the sitmap generator going and everything, still got the f**kin 404 when i try open any forums!! :mad: arggghhh please somebody help me?
 

Grinderhand

New Member
1. Where did you get the VBSEO you're trying to work with? There are a few copies posted here, but a couple seem to have problems.

2. If possible, post your .htaccess file here.
 

chakru

New Member
I will tell you something! try to disable the hack and delete all the vbseo files in your forum root if u can able to login to admincp! There are lots of crap copies of vbseo nulled ones try to use the ones nulled by GYSN team..

and post your .htaccess file it seems the problem may be with that...
 

Grinderhand

New Member
You did change the two lines below to your site address, correct?

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

Curtis129

New Member
yeh i modified it and did that... still a 500 error when i upload that one, when i upload the one without all the # and text it doesnt give a 500 error,

they have my domain in it.

vbSEO is bullcrap if it keeps this up, it should just run smoothly shouldnt it?

also should i have a sitemap generator going with it?
 

Curtis129

New Member
this is the .htaccess file i have added onto my root and it doesnt give the 500 error, also the 404 error is still there when vbseo is installed



PHP:
RewriteEngine On

RewriteCond %{HTTP_HOST} .******.com
RewriteRule ^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{HTTP_HOST} .*****.com
RewriteCond %{REQUEST_URI} !/forums/(admincp/|modcp/|cron)
RewriteRule ^/forums/((archive/)?(.*\.php(/.*)?)?)$ /forums/vbseo.php [L,QSA]

RewriteCond %{HTTP_HOST} .******.com
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^/forums/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^/forums/(.+)$ /forums/vbseo.php [L,QSA]
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ x2yzseo_sitemap/x2yzseo_getsitemap.php?sitemap=$1 [L]
 

X-Treme

New Member
RewriteCond %{HTTP_HOST} .*xxxxx.com
RewriteCond %{REQUEST_URI} !/forums/(admincp/|modcp/|cron)
RewriteRule ^/forums/((archive/)?(.*.php(/.*)?)?)$ /forums/vbseo.php [L,QSA]

RewriteCond %{HTTP_HOST} .*xxxx.com

RewriteEngine On
RewriteRule ^((urllist|sitemap).*.(xml|txt)(.gz)?)$ x2yzseo_sitemap/x2yzseo_getsitemap.php?sitemap=$1 [L]

remove this line
 

Grinderhand

New Member
Ok, that's a real mishmash. First off, which do you have installed: unmodified sitemap generator or the x2yzseo sitemap generator? Your .htaccess file refers to both. Second, is your forum root /mysite or /mysite/forum? Third, edit your posted .htaccess to remove your sitename. Wouldn't want you to get busted.
 

X-Treme

New Member
# 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]

here is the orginal htaccess
 

Grinderhand

New Member
Yes, definitely. Try altering your existing .htaccess file as follows:

Code:
RewriteEngine On
RewriteBase /forums
# RewriteCond %{HTTP_HOST} .******.com
# RewriteRule ^/forums/((urllist|sitemap_).*.(xml|txt)(.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

# RewriteCond %{HTTP_HOST} .*****.com
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*.php(/.*)?)?)$ vbseo.php [L,QSA]

# RewriteCond %{HTTP_HOST} .******.com
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
# RewriteEngine On
RewriteRule ^((urllist|sitemap).*.(xml|txt)(.gz)?)$ x2yzseo_sitemap/x2yzseo_getsitemap.php?sitemap=$1 [L]

From your posting, I'm assuming your forum root on the server is /home/youraccount/public_html/forums. If that is the case, put the above .htaccess file in the public_html directory and give it a try. If that is not the case, replace your original /forums/ where they originally appeared and put a # in front of the RewriteBase line and put the .htaccess in the forum root, whatever that may be.
 

chakru

New Member
Curtis129 said:
the .htaccess file is the on that came with vbseo..

was i supposed to modify it?

also the vb i used was this one http://www.vbteam.info/compatible-scripts/8164-vbseo-3-2-0-nulled-copyright-removed.html

hrmmmm

hmm I use the same vbseo but it works perfectly for me.

here is my 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]

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

let me know if it works! please be fast I will be leaving soon!
 

Grinderhand

New Member
No, it's an add-on. If it's giving you grief, take it out. You don't have to comment out the line in .htaccess that refers to it.
 
Top