Skip to content

Commit

Permalink
Explicitly enable rewrite engine in .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 authored Sep 6, 2016
1 parent 54c6108 commit 4b7a2ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
RewriteRule ^(.*)$ public/$1 [L]
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]

0 comments on commit 4b7a2ec

Please sign in to comment.