jetzt muss ich ja doch nochmal nachfragen ....
in meinem forum root - verzeichnis phpbb - liegt jetzt folgende .htaccess
Code: Alles auswählen
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} /phpbb/forums.*
RewriteRule (.*) /phpbb/index.php
RewriteCond %{REQUEST_FILENAME} /phpbb/viewforum([0-9]*)-([0-9]*)-([0-9]*).*
RewriteRule (.*) /phpbb/viewforum.php?f=%1&topicdays=%2&start=%3
RewriteCond %{REQUEST_FILENAME} /phpbb/forum([0-9]*).*
RewriteRule (.*) /phpbb/viewforum.php?f=%1
RewriteCond %{REQUEST_FILENAME} /phpbb/ptopic([0-9]*).*
RewriteRule (.*) /phpbb/viewtopic.php?t=%1&view=previous
RewriteCond %{REQUEST_FILENAME} /phpbb/ntopic([0-9]*).*
RewriteRule (.*) /phpbb/viewtopic.php?t=%1&view=next
RewriteCond %{REQUEST_FILENAME} /phpbb/ftopic([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).*
RewriteRule (.*) /phpbb/viewtopic.php?t=%1&postdays=%2&postorder=%3&start=%4
RewriteCond %{REQUEST_FILENAME} /phpbb/ftopic([0-9]*)-([0-9]*).*
RewriteRule (.*) /phpbb/viewtopic.php?t=%1&start=%2
RewriteCond %{REQUEST_FILENAME} /phpbb/ftopic([0-9]*).*
RewriteRule (.*) /phpbb/viewtopic.php?t=%1
RewriteCond %{REQUEST_FILENAME} /phpbb/ftopic([0-9]*).*
RewriteRule (.*) /phpbb/viewtopic.php?t=%1&start=%2&postdays=%3&postorder=%4&highlight=%5
das forum liegt im pfad www.westieforum.de/phpbb/
und im domainroot liegt eine index.htm mit einer mega-weiterleitung
muss jetzt in die .htaccess vom domainroot auch was rein von der .htaccess aus dem forumroot ?
markus