karadav/www/.htaccess
2022-10-10 15:20:41 +02:00

9 lines
192 B
ApacheConf

Options -Indexes -Multiviews
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ /_router.php [L]