We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adc39c commit 0fdaac5Copy full SHA for 0fdaac5
.htaccess
@@ -0,0 +1,6 @@
1
+# Disallow accessing anything in the directory other than ./deploy.php
2
+Order allow,deny
3
+Deny from all
4
+<FilesMatch ^\/?deploy\.php$>
5
+ Allow from all
6
+</FilesMatch>
0 commit comments