dh. wenn ich das nochmals zusammenfassen darf:
1. Webroot hier kommt deine .htaccess rein mit folgendem Inhalt:
RewriteEngine On
#Options +Indexes
#Options +FollowSymLinks
#RewriteBase /
RewriteRule ^forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} forum/(admincp|modcp|clientscript|cpstyles|images|soap|s erver)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !chat
RewriteRule ^forum/(.*\.php)$ forum/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteRule ^forum/(archive/.*)$ forum/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^forum/(.+)$ forum/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !forum/
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ forum/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
2. ins Forumroot kommt die .htacces welche bei Vbseo mitgeliefert wurde:
# 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 /
muss das hier aktiviert werden?
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
muss das hier editiert werden?
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
muss das hier editiert werden?
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
3. Diese Zeilen kommen dann noch ins VBseocp unter den Menüpunkt "Benutzerdefinierte Rewrite Regeln":
/'^index.php\?area=vbcmsarea_home$' => 'vbcms/'
muss das hier editiert werden?
/'^index.php\?do=morenews$' => 'vbcms/morenews'
muss das hier editiert werden?
'index.php\?area=vbcmsarea_content&name=(.+)&conte ntid=(\d+)$' => 'content/$1-$2.html'
'index.php\?area=vbcmsarea_content&do=searchconten t$' => '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=ne wlinks$' => 'links/newlinks'
'index.php\?area=vbcmsarea_links&do=search$' => 'links/search'
4. Es wird im vbcmscp Contentbereich noch die "Seo Link aktivieren" aktiviert:
gehts dann

?
werde es jetzt mal ausprobieren.
Feedback kommt in 5min
Feedback: Alles scheint zu gehen - wenn aber Punkt 1 ins Spiel kommt kommt nur noch ein "Fehler 500"