Hallo,
ja ist klar das man hierzu mehr Angaben benötigt. Ich versuch mal alles nötige zu posten. VBSeo funktioniert mit VB, aber irgendwie nicht mit VBCMS.
Forum-URL:
Startseite - Expert-Advisor.com
Das Forum-Root befindet sich unter "/forum"
Im Root "/" liegt die umbenannte vbcms.php also jetzt index.php
Hier die benutzerdefinierten Regeln von VBSeo:
//'calendar\.php$' => 'calendar/'
//'^calendar\.php\?c=1$' => 'calendar/'
//'^calendar\.php\?(c=1&)?do=(display.+?)(&year=)?$' => 'calendar/$2/[NF]'
//'calendar\.php\?(c=1&)?nojs=1' => 'calendar/nojs/[NF]'
//'calendar\.php\?(c=1&)?do=(display.+?)&nojs=1' => 'calendar/$2/nojs/[NF]'
//'calendar\.php\?(c=1&)?week=(\d+)&nojs=1' => 'calendar/week-$2/nojs/[NF]'
//'calendar\.php\?(c=1&)?month=(\d+)&year=(\d+)&nojs =1' => 'calendar/$3/$2/nojs/[NF]'
//'^calendar\.php\?do=getinfo&(c=1&)?day=(\d+)-(\d+)-(\d+)(&c=1)?$' => 'calendar/$2/$3/$4/'
//'^calendar\.php\?do=getinfo&e=(\d+)(&day=[0-9\-]+)?(&c=1)?$' => 'calendar/event-$1/'
//'^calendar\.php\?(s=&)?(c=1&)?(week=&)?month=(\d+) &year=(\d+)(&c=1)?(&do=displaymonth)?$' => 'calendar/$5/$4/'
//'^calendar\.php\?c=1&week=(\d+)(&do=displayweek&mo nth=.+?)?$' => 'calendar/week-$1/'
'^index.php\?area=vbcmsarea_home$' => '/'
'^index.php\?do=morenews$' => '/morenews'
'^index.php\?area=vbcmsarea_content&name=(.+)&cont entid=(\d+)$' => 'content/$1-$2.html'
'^index.php\?area=vbcmsarea_content&do=searchconte nt$' => 'content/search'
'^index.php\?area=vbcmsarea_links$' => 'links/'
'^index.php\?area=vbcmsarea_links&do=showcat&name= (.+)&catid=(\d+)$' => 'links/$1-$2.html'
'^index.php\?area=vbcmsarea_links&do=showlinkentry &name=(.+)&linkid=(\d+)&catid=(\d+)$' => 'links/$1-$2-$3.html'
'^index.php\?area=vbcmsarea_links&do=showlinkentry &name=(.+)&linkid=(\d+)&catid=(\d+)&goto=lastco mme nt$' => 'links/$1-$2-$3-lastcomment.html'
'^index.php\?area=vbcmsarea_links&do=search&show=n ewlinks$' => 'links/newlinks'
'^index.php\?area=vbcmsarea_links&do=search$' => 'links/search'
//'^index.php\?area=vbcmsarea_products$' => 'shop/'
//'^index.php\?area=vbcmsarea_products&name=(.+)&do= showcat&catid=(\d+)$' => 'shop/$1-$2.html'
//'^index.php\?area=vbcmsarea_products&do=showprod&n ame=(.+)&prodid=(\d+)&catid=(\d+)$' => 'shop/$1-$2-$3.html'
//'^index.php\?area=vbcmsarea_products&do=search$' => 'shop/search'
//'^index.php\?area=vbcmsarea_products&do=search&sho w=newprods$' => 'shop/search/newprods'
Hier die .htaccess aus dem Forum Root "/forum"
# 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]
Hier die .htaccess aus dem Root "/" (ist aber nicht am Serverwegen dem Fehler!)
RewriteEngine On
#Options +Indexes
#Options +FollowSymLinks
RewriteBase /
RewriteRule ^fanforum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ fanforum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} fanforum/(admincp|modcp|clientscript|cpstyles|images|soap|s erver)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !chat
RewriteRule ^fanforum/(.*\.php)$ fanforum/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteRule ^fanforum/(archive/.*)$ fanforum/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^fanforum/(.+)$ fanforum/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !fanforum/
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ fanforum/vbseo.php?vbseourl=$1&vbseorelpath=../../&%{QUERY_STRING} [L]