Herzlich willkommen im Archiv vom ABAKUS Online Marketing Forum
Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.
Code: Alles auswählen
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} /forums.html
RewriteRule (.*) /index.php [L]
RewriteCond %{REQUEST_FILENAME} /viewforum([0-9]*)-([0-9]*)-([0-9]*).html
RewriteRule (.*) /viewforum.php?f=%1&topicdays=%2&start=%3 [L]
RewriteCond %{REQUEST_FILENAME} /forum([0-9]*).html
RewriteRule (.*) /viewforum.php?f=%1 [L]
RewriteCond %{REQUEST_FILENAME} /ptopic([0-9]*).html
RewriteRule (.*) /viewtopic.php?t=%1&view=previous [L]
RewriteCond %{REQUEST_FILENAME} /ntopic([0-9]*).html
RewriteRule (.*) /viewtopic.php?t=%1&view=next [L]
RewriteCond %{REQUEST_FILENAME} /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_FILENAME} /ftopic([0-9]*)-([0-9]*).html
RewriteRule (.*) /viewtopic.php?t=%1&start=%2 [L]
RewriteCond %{REQUEST_FILENAME} /ftopic([0-9]*).html
RewriteRule (.*) /viewtopic.php?t=%1 [L]
RewriteCond %{REQUEST_FILENAME} /ftopic([0-9]*).html
RewriteRule (.*) /viewtopic.php?t=%1&start=%2&postdays=%3&postorder=%4&highlight=%5 [L]
Die Datenbank ist ein bisschen überlastet.übrigens dein link: phpBB :
Critical Error Could not connect to the database
Code: Alles auswählen
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/board/forums\.html
RewriteRule (.*) /board/index.php [L]
RewriteCond %{REQUEST_URI} ^/board/viewforum([0-9]+)-([0-9]+)-([0-9]+)\.html
RewriteRule (.*) /board/viewforum.php?f=%1&topicdays=%2&start=%3 [L]
RewriteCond %{REQUEST_URI} ^/board/forum([0-9]+)\.html
RewriteRule (.*) /board/viewforum.php?f=%1 [L]
RewriteCond %{REQUEST_URI} ^/board/ptopic([0-9]+)\.html
RewriteRule (.*) /board/viewtopic.php?t=%1&view=previous [L]
RewriteCond %{REQUEST_URI} ^/board/ntopic([0-9]+)\.html
RewriteRule (.*) /board/viewtopic.php?t=%1&view=next [L]
RewriteCond %{REQUEST_URI} ^/board/ftopic([0-9]+)-([0-9]+)-([a-zA-Z]+)-([0-9]+)\.html
RewriteRule (.*) /board/viewtopic.php?t=%1&postdays=%2&postorder=%3&start=%4 [L]
RewriteCond %{REQUEST_URI} ^/board/ftopic([0-9]+)-([0-9]+)\.html
RewriteRule (.*) /board/viewtopic.php?t=%1&start=%2 [L]
RewriteCond %{REQUEST_URI} ^/board/ftopic([0-9]+)\.html
RewriteRule (.*) /board/viewtopic.php?t=%1 [L]
RewriteCond %{REQUEST_URI} ^/board/ftopic([0-9]+)\.html
RewriteRule (.*) /board/viewtopic.php?t=%1&start=%2&postdays=%3&postorder=%4&highlight=%5 [L]