Path : /srv/www/vhosts/petrikov/ |
Current File : /srv/www/vhosts/petrikov/.htaccess |
RewriteEngine on #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule ^(.*)$ /index.php?screen=$1 [QSA] #RewriteRule index.php?screen=aktuality-(.*) /index.php?screen=aktuality&page=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?screen=$1 [L,QSA]