bei mir ist dieses problem, wenn ich hier draufklicke (siehe bild)
http://img119.imageshack.us/img119/5688/bild678pp.jpg
meine htaccess schaut so aus (kopiert von deiner reloades short url):
Code: Alles auswählen
php_flag session.use_trans_sid off
RewriteEngine On
# extended rewriting only for .html [thx to Caterham]
RewriteRule !\.html$ - [L]
# Short URL implementation [larsneo]
RewriteCond %{REQUEST_URI} ^/forums\.html
RewriteRule (.*) /index.php [R=301,L]
RewriteCond %{REQUEST_URI} ^/index-mark\.html
RewriteRule (.*) /index.php?mark=forums [L]
RewriteCond %{REQUEST_URI} ^/index\.html
RewriteRule (.*) /index.php [L]
RewriteCond %{REQUEST_URI} ^/forum([0-9]*)-([0-9]*)-([0-9]*)\.html
RewriteRule (.*) /viewforum.php?f=%1&topicdays=%2&start=%3 [L]
RewriteCond %{REQUEST_URI} ^/forum([0-9]*)-([0-9]*)\.html
RewriteRule (.*) /viewforum.php?f=%1&start=%2 [L]
RewriteCond %{REQUEST_URI} ^/forum([0-9]*)-mark\.html
RewriteRule (.*) /viewforum.php?f=%1&mark=topics [L]
RewriteCond %{REQUEST_URI} ^/forum([0-9]*)\.html
RewriteRule (.*) /viewforum.php?f=%1 [L]
RewriteCond %{REQUEST_URI} ^/ptopic([0-9]*)\.html
RewriteRule (.*) /viewtopic.php?t=%1&view=previous [L]
RewriteCond %{REQUEST_URI} ^/ntopic([0-9]*)\.html
RewriteRule (.*) /viewtopic.php?t=%1&view=next [L]
RewriteCond %{REQUEST_URI} ^/ftopic([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*)-([a-zA-Z0-9]*)\.html
RewriteRule (.*) /viewtopic.php?t=%1&start=%2&postdays=%3&postorder=%4&highlight=%5 [L]
RewriteCond %{REQUEST_URI} ^/ftopic([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*)\.html
RewriteRule (.*) /viewtopic.php?t=%1&postdays=%2&postorder=%3&start=%4 [L]
RewriteCond %{REQUEST_URI} ^/ftopic([0-9]*)-([0-9]*)\.html
RewriteRule (.*) /viewtopic.php?t=%1&start=%2 [L]
RewriteCond %{REQUEST_URI} ^/ftopic([0-9]*)\.html
RewriteRule (.*) /viewtopic.php?t=%1 [L]
RewriteCond %{REQUEST_URI} ^/fpost([0-9]*)\.html
RewriteRule (.*) /viewtopic.php?p=%1 [L]
RewriteCond %{REQUEST_URI} ^/post-newtopic-([0-9]*)\.html
RewriteRule (.*) /posting.php?mode=newtopic&f=%1 [L]
RewriteCond %{REQUEST_URI} ^/post-reply-([0-9]*)\.html
RewriteRule (.*) /posting.php?mode=reply&t=%1 [L]
RewriteCond %{REQUEST_URI} ^/post-([a-z]*)-([0-9]*)\.html
RewriteRule (.*) /posting.php?mode=%1&p=%2 [L]
RewriteCond %{REQUEST_URI} ^/profile([0-9]*)\.html
RewriteRule (.*) /profile.php\?mode=viewprofile&u=%1 [L]
RewriteCond %{REQUEST_URI} ^/search-author-(.*)\.html
RewriteRule (.*) /search.php\?search_author=%1 [L]
RewriteCond %{REQUEST_URI} ^/search-([0-9]*)-([0-9]*)\.html
RewriteRule (.*) /search.php\?search_id=%1&start=%2 [L]
RewriteCond %{REQUEST_URI} ^/search-([a-zA-Z]*)\.html
RewriteRule (.*) /search.php\?search_id=%1 [L]
RewriteCond %{REQUEST_URI} ^/privmsg-([a-zA-Z]*)-([0-9]*)\.html
RewriteRule (.*) /privmsg.php\?mode=%1&u=%2 [L]
RewriteCond %{REQUEST_URI} ^/privmsg-([a-zA-Z]*)\.html
RewriteRule (.*) /privmsg.php\?folder=%1 [L]
RewriteCond %{REQUEST_URI} ^/register\.html
RewriteRule (.*) /profile.php\?mode=register&agreed=true [L]
RewriteCond %{REQUEST_URI} ^/profile-([a-zA-Z0-9]*)\.html
RewriteRule (.*) /profile.php\?mode=%1 [L]
RewriteCond %{REQUEST_URI} ^/faq\.html
RewriteRule (.*) /faq.php [L]
RewriteCond %{REQUEST_URI} ^/search\.html
RewriteRule (.*) /search.php [L]
RewriteCond %{REQUEST_URI} ^/memberlist\.html
RewriteRule (.*) /memberlist.php [L]
<files archive>
ForceType application/x-httpd-php
#AcceptPathInfo On # uncomment this if you have apache2
</files>was läuft da immer schief?? alles andere funktioniert tadelos!
wär dir für einen tipp dankbar!