Skip to content

Commit 634ba8a

Browse files
xh3n1samtuke
authored andcommitted
Added app.php entrypoint in htaccess
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent 00f70c7 commit 634ba8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public_html/lists/.htaccess

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ DirectoryIndex index.php
1313
Require all denied
1414
</IfModule>
1515
</FilesMatch>
16-
<FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php|connector.php)$">
16+
# app.php is the entrypoint for phpList4
17+
<FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php|connector.php|app.php)$">
1718
# Apache < 2.3
1819
<IfModule !mod_authz_core.c>
1920
Order allow,deny

0 commit comments

Comments
 (0)