1
0
This commit is contained in:
Christiaan Goossens
2017-02-09 07:50:51 +01:00
commit 9b25e5b785
11 changed files with 455 additions and 0 deletions

10
public/.htaccess Normal file
View File

@ -0,0 +1,10 @@
RewriteEngine On
# Some hosts may require you to use the `RewriteBase` directive.
# If you need to use the `RewriteBase` directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
#
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]