Added config/instructions for nginx/Apache URL rewriting - fixes #1

This commit is contained in:
Bernd Bestel
2017-06-04 18:32:34 +02:00
parent 23146417e6
commit f0f84b304b
2 changed files with 6 additions and 0 deletions

4
.htaccess Normal file
View File

@@ -0,0 +1,4 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]