[HELP] vBSEO Question (:

ExileWarrior

New Member
Hey guys, I was like wondering around on vbteam and i was like **** this ****, how am i surpost to get people on my site god dammit and i saw this thing called vbSEO and im like wowowowow :) and then i read it and im like THIS IS IT! So ye i downloaded, then upload to FTP but i got a few questions :

.htaccess code is :

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\.stonedcity\.org
#RewriteRule (.*) http://www.stonedcity.org/$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]

where it my domain is was i surpost to put it there or leave it as yourdomain.com?

Now i uploaded vBSEO Sitemap to, Sounds awesome lol :)

But ye i just deleted keygen and made a password for it...
Do i just leave all settings as defult and it will auto do da shit?

Also with the Sitemap do i have to go to Google URL add and add the sitemap or will it auto do?

:) Thnx for your help bros (:
 
OMFG... Well first it added my site to google in 5 minutes once installed.

Second it like made new *** like this :
Code:
http://www.stonedcity.org/members/exilewarrior.html
And
Code:
Thired : http://www.stonedcity.org/lounge/485-****-yea.html
Okay... Now i hate .html is there a way to change to .php???
 
I want to keap this setting :

stonedcity.org/members/exilewarrior.html

But i dont like the new thread urls :

stonedcity.org/entrance-zone/blablabla.html

How can i change this?
 
Back
Top