Skip to content

Commit

Permalink
Create .htaccess so Pattern Info shows.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely authored Jan 31, 2017
1 parent 1a9e6ce commit d226c57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<FilesMatch "\.(twig)$">
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
</FilesMatch>

0 comments on commit d226c57

Please sign in to comment.