Added engelsystem role

This commit is contained in:
2022-02-01 08:48:38 +01:00
parent 0479f1496e
commit 88c1cd00bc
13 changed files with 395 additions and 1 deletions

View File

@ -0,0 +1,8 @@
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>