Navigation Menu

Skip to content

Commit

Permalink
Set .htaccess indentation to 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
luissquall committed Jul 28, 2015
1 parent 003a0dd commit a3bb420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .htaccess
@@ -1,5 +1,5 @@
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
RewriteEngine on RewriteEngine on
RewriteRule ^$ app/webroot/ [L] RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L] RewriteRule (.*) app/webroot/$1 [L]
</IfModule> </IfModule>

0 comments on commit a3bb420

Please sign in to comment.