hello,
I'm using vBCMS and trying config vbseo to work with this.
My vbcms.php [changed to index.php] is in root and vBulletin is in /forums.
My htaccess in root is empty and my htaccess in /forums/ 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 /forums/
RewriteCond %{HTTP_HOST} !^www\.joaobarroca\.net
RewriteRule (.*) JoaoBarroca.Net [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]
I input in CRR [vbseo config] this
Code:
'^index.php\?area=vbcmsarea_home$' => 'vbcms/'
'^index.php\?do=morenews$' => 'vbcms/morenews'
'^index.php\?area=vbcmsarea_content&name=(.+)&contentid=(\d+)$' => 'content/$1-$2.html'
'^index.php\?area=vbcmsarea_content&do=searchcontent$' => 'content/search'
'^index.php\?area=vbcmsarea_links$' => 'links/'
'^index.php\?area=vbcmsarea_links&do=showcat&catid=(\d+)$' => 'links/category-$1.html'
'^index.php\?area=vbcmsarea_links&do=showlinkentry&linkid=(\d+)&catid=(\d+)$' => 'links/linkentry-$1-$2.html'
'^index.php\?area=vbcmsarea_links&do=showlinkentry&linkid=(\d+)&catid=(\d+)&goto=lastcomment$' => 'links/linkentry-$1-$2-lastcomment.html'
'^index.php\?area=vbcmsarea_links&do=search&show=newlinks$' => 'links/newlinks'
'^vbcms.php\?area=vbcmsarea_links&do=search$' => 'links/search'
I think this config is wrong
see a page with vBCMS
Projetos Online - JoaoBarroca.Net
tks a lot
joao barroca