engelsystem/public/.htaccess

9 lines
172 B
ApacheConf
Raw Normal View History

2017-08-28 16:21:10 +02:00
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>