Update .htaccess

fixes issue #139
This commit is contained in:
TylahBucktonPereira 2019-01-17 09:45:11 +13:00 committed by Tylah Buckton-Pereira
parent 3abeb18858
commit 52de6f0344
1 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
RewriteEngine On
RewriteRule ^(.*)$ public/$1
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1
</IfModule>