DirektiveDesDons/.htaccess

5 lines
176 B
ApacheConf
Raw Permalink Normal View History

2022-12-08 18:01:23 +01:00
# Redirect everything to index.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /DirektiveDesDons/index.php [L,QSA]