mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #7131 from luissquall/fix-htaccess-indentation
Set .htaccess indentation to 4 spaces
This commit is contained in:
commit
4d452812c0
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
Loading…
Reference in a new issue