ich hab wiedermal ein mod_rewrite problem.
trotz der sumaoptimierungsanleitung von larsneo hab ich viewtopic.php?p=xx im index und noch so einiges anderes das da eigentlich nicht hinsoll.
di robots zum ausschluss von privmsg etc hab ich jetzt mal mit wildcards modifiziert.
aber das die htaccess anscheinend nur eingeschränkt funktioniert macht mir ehrlich sorge.
könnte mal jemand draufschauen
htaccess
und die ergebnisse einer siteabfrage kann man hier besichtigenRewriteEngine On
RewriteCond %{REQUEST_FILENAME} /foto-forum/index.html
RewriteRule (.*) /foto-forum/index.php [L]
RewriteCond %{REQUEST_FILENAME} /foto-forum/viewforum([0-9]*)-([0-9]*)-([0-9]*).html
RewriteRule (.*) /foto-forum/viewforum.php?f=%1&topicdays=%2&start=%3 [L]
RewriteCond %{REQUEST_FILENAME} /foto-forum/forum([0-9]*).html
RewriteRule (.*) /foto-forum/viewforum.php?f=%1 [L]
RewriteCond %{REQUEST_FILENAME} /foto-forum/ptopic([0-9]*).html
RewriteRule (.*) /foto-forum/viewtopic.php?t=%1&view=previous [L]
RewriteCond %{REQUEST_FILENAME} /foto-forum/ntopic([0-9]*).html
RewriteRule (.*) /foto-forum/viewtopic.php?t=%1&view=next [L]
RewriteCond %{REQUEST_FILENAME} /foto-forum/ftopic([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).html
RewriteRule (.*) /foto-forum/viewtopic.php?t=%1&postdays=%2&postorder=%3&start=%4 [L]
RewriteCond %{REQUEST_FILENAME} /foto-forum/ftopic([0-9]*)-([0-9]*).html
RewriteRule (.*) /foto-forum/viewtopic.php?t=%1&start=%2 [L]
RewriteCond %{REQUEST_FILENAME} /foto-forum/ftopic([0-9]*).html
RewriteRule (.*) /foto-forum/viewtopic.php?t=%1 [L]
RewriteCond %{REQUEST_FILENAME} /foto-forum/ftopic([0-9]*).html
RewriteRule (.*) /foto-forum/viewtopic.php?t=%1&start=%2&postdays=%3&postorder=%4&highlight=%5 [L]
http://www.google.de/search?q=site:axel ... N&filter=0
vielen dank schonmal
gruss axel