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 00f70c7 commit 634ba8aCopy full SHA for 634ba8a
public_html/lists/.htaccess
@@ -13,7 +13,8 @@ DirectoryIndex index.php
13
Require all denied
14
</IfModule>
15
</FilesMatch>
16
-<FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php|connector.php)$">
+# app.php is the entrypoint for phpList4
17
+<FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php|connector.php|app.php)$">
18
# Apache < 2.3
19
<IfModule !mod_authz_core.c>
20
Order allow,deny
0 commit comments