Ich werde so langsam blöd im Kopp
Ich habe ein vBCMS, also eine Startseite, was von Google und Co. munter durchwühlt wird.
Aber meine Unterseiten, also die Threads von vB, welche nicht auf der Startseite gespiegelt wurden, mag niemand besuchen.
Die URL die klappt lautet:
http://www.xboxgamertag.de
bei
http://www.xboxgamertag.de/forum passiert nix.
Woran kann das liegen?
Meine htaccess sieht so aus:
Als Anhang die Abfrage bei Google.Code:RewriteEngine On RewriteCond %{QUERY_STRING} (.*)=http(.*) [NC,OR] RewriteCond %{QUERY_STRING} (.*)=ftp(.*) [NC,OR] RewriteCond %{QUERY_STRING} (.*)urlx=(.*) [NC] RewriteRule ^(.*) - [F] Options Indexes FollowSymLinks Includes ExecCGI MultiViews # 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 RewriteCond %{HTTP_HOST} !^www\.xxxxxxxxxx\.de RewriteRule (.*) http://www.xxxxxxx.de/$1 [R=301,L] # 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 / php_value max_execution_time 120 RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|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] # Suhoshinanpassung php_flag suhosin.cookie.encrypt Off php_value suhosin.request.max_vars 2048 php_value suhosin.post.max_vars 2048


LinkBack URL
About LinkBacks






Reply With Quote

