Merge pull request #190 from nbdd0121/patch-1

Explicitly enable rewrite engine in .htaccess
This commit is contained in:
Dave Earley 2016-09-06 20:59:24 +01:00 committed by GitHub
commit df9bdc365a
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
RewriteRule ^(.*)$ public/$1 [L]
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]