Merge https://github.com/redmatrix/redmatrix into pending_merge
This commit is contained in:
commit
f59edbb48f
@ -5,10 +5,10 @@ AddType audio/ogg .oga
|
|||||||
|
|
||||||
# don't allow any web access to logfiles, even after rotation/compression
|
# don't allow any web access to logfiles, even after rotation/compression
|
||||||
<FilesMatch "\.(out|log|gz)$">
|
<FilesMatch "\.(out|log|gz)$">
|
||||||
<IfModule !mod_access_compat.c>
|
<IfModule mod_authz_core.c>
|
||||||
Require all denied
|
Require all denied
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule mod_access_compat.c>
|
<IfModule !mod_authz_core.c>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
</IfModule>
|
</IfModule>
|
||||||
@ -20,7 +20,6 @@ AddType audio/ogg .oga
|
|||||||
RewriteRule "(^|/)\.git" - [F]
|
RewriteRule "(^|/)\.git" - [F]
|
||||||
RewriteRule "(^|/)store" - [F]
|
RewriteRule "(^|/)store" - [F]
|
||||||
|
|
||||||
|
|
||||||
# Rewrite current-style URLs of the form 'index.php?q=x'.
|
# Rewrite current-style URLs of the form 'index.php?q=x'.
|
||||||
# Also place auth information into REMOTE_USER for sites running
|
# Also place auth information into REMOTE_USER for sites running
|
||||||
# in CGI mode.
|
# in CGI mode.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
|
||||||
# Remove the following lines or modify it to run the string translator utility
|
# Remove the following lines or modify it to run the string translator utility
|
||||||
<IfModule !mod_access_compat.c>
|
<IfModule mod_authz_core.c>
|
||||||
Require all denied
|
Require all denied
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule mod_access_compat.c>
|
<IfModule !mod_authz_core.c>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<FilesMatch "\.tpl">
|
<FilesMatch "\.tpl">
|
||||||
<IfModule !mod_access_compat.c>
|
<IfModule mod_authz_core.c>
|
||||||
Require all denied
|
Require all denied
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule mod_access_compat.c>
|
<IfModule !mod_authz_core.c>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
Reference in New Issue
Block a user