Skip to content

Commit c9b2fc5

Browse files
committed
Add security files into the servers directory
1 parent e009179 commit c9b2fc5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

servers/.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<IfModule mod_rewrite.c>
2+
RewriteEngine On
3+
RewriteRule ^index\.php$ - [L]
4+
RewriteRule . - [f]
5+
</IfModule>

servers/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Direct Access Denied.

0 commit comments

Comments
 (0)