Skip to content

Commit

Permalink
CO: fix bug extra space: htaccess directive order
Browse files Browse the repository at this point in the history
  • Loading branch information
Prestarocket committed Jul 17, 2018
1 parent 3a30fac commit 3ac9b21
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion admin-dev/backups/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion admin-dev/export/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion admin-dev/import/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion app/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion bin/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion cache/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion classes/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion config/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion config/xml/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion controllers/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion docs/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion docs/csv_import/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order alllow, deny
Order allow,deny
Allow from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion download/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion img/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
<Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|ico)$">
Allow from all
Expand Down
2 changes: 1 addition & 1 deletion localization/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion mails/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion modules/.htaccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<FilesMatch "\.tpl$">
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion override/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion pdf/.htaccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<FilesMatch "\.tpl$">
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion src/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion themes/.htaccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<FilesMatch "\.tpl$">
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion themes/classic/_dev/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion themes/classic/config/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion tools/htmlpurifier/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion tools/parser_sql/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion tools/profiling/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion translations/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down
2 changes: 1 addition & 1 deletion vendor/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny, allow
Order deny,allow
Deny from all
</IfModule>

Expand Down

0 comments on commit 3ac9b21

Please sign in to comment.