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 09cf9a2 commit f6ca78bCopy full SHA for f6ca78b
setup/.htaccess
@@ -1,3 +1,15 @@
1
+# If you want to enable the web based setup functionality, add your ip address
2
+# to the allow list below or comment out the IfVersion Deny deny blocks below.
3
+<Files "index.php">
4
+ <IfVersion < 2.4>
5
+ order allow,deny
6
+ deny from all
7
+ </IfVersion>
8
+ <IfVersion >= 2.4>
9
+ Require all denied
10
11
+</Files>
12
+
13
Options -Indexes
14
15
<IfModule mod_rewrite.c>
0 commit comments