okay, ich will ja mal nicht übertreiben
|
|
Source code |
1 2 3 4 5 6 7 |
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /weter.php?seite=$1 [L,QSA]
</IfModule>
|
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH