thw-theorie-web/.htaccess

8 lines
263 B
ApacheConf
Raw Normal View History

2017-12-13 16:41:48 +00:00
RewriteEngine On
RewriteRule ^loesung/abschnitt-(.+?).html index.php?show=loesung&katalog=$1 [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+?).html index.php?show=$1 [QSA]