Skip to content

Commit

Permalink
add new htaccess file to adm_my_files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed Jan 16, 2023
1 parent 6b7c009 commit 185e671
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions adm_my_files/.htaccess
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
Order deny,allow
Deny from all
<IfModule mod_version.c>
<IfVersion < 2.4>
Order Deny,Allow
Deny from All
</IfVersion>
<IfVersion >= 2.4>
Require all denied
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_authz_core.c>
Order Allow,Deny
Deny from All
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</IfModule>

0 comments on commit 185e671

Please sign in to comment.