habe jetzt alle datein nochmal neu rübergespielt, leider ohne erfolg.
kann es sein, dass was mit der .htaccess nicht stimmt.
liste sie mal:
RewriteEngine on
RewriteCond %{REQUEST_URI} /(.*)-f([0-9]*)/(.*)-t([0-9]*)-s([0-9]*).html
RewriteRule (.*) /viewtopic.php?f=%2&t=%4&start=%5&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_URI} (.*)-f([0-9]*)/(.*)-t([0-9]*).html
RewriteRule (.*) /viewtopic.php?f=%2&t=%4&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_URI} /(.*)-f([0-9]*)/index-s([0-9]*).html
RewriteRule (.*) /viewforum.php?f=%2&start=%3&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_URI} /(.*)-f([0-9]*)/
RewriteRule (.*) /viewforum.php?f=%2&%{QUERY_STRING} [L]
RewriteCond %{QUERY_STRING} (.*)=http://(.*) [OR]
RewriteCond %{QUERY_STRING} (.*)=https://(.*) [OR]
RewriteCond %{QUERY_STRING} (.*)=ftp://(.*) [OR]
RewriteCond %{QUERY_STRING} ^(.*)UNION(.*) [OR]
RewriteCond %{QUERY_STRING} ^(.*)SQL_INJECTION(.*)
RewriteRule (.*)
http://127.0.0.1 [L,R=301]
RewriteEngine on
#if forum is in /forum/ replace with RewriteBase /forum/
RewriteBase /
RewriteRule ^(.*)-f([0-9]*)/(.*)-t([0-9]*)-s([0-9]*).html viewtopic.php?f=$2&t=$4&start=$5&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*)/(.*)-t([0-9]*).html viewtopic.php?f=$2&t=$4&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*)/index-s([0-9]*).html viewforum.php?f=$2&start=$3&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*)/ viewforum.php?f=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*) viewforum.php?f=$2&%{QUERY_STRING} [L]
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>