Skip to content

Commit

Permalink
Added app.php entrypoint in htaccess
Browse files Browse the repository at this point in the history
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
  • Loading branch information
xh3n1 committed Mar 15, 2019
1 parent 298d1c3 commit 0dfc2ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public_html/lists/.htaccess
Expand Up @@ -13,7 +13,8 @@ DirectoryIndex index.php
Require all denied
</IfModule>
</FilesMatch>
<FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php|connector.php)$">
# app.php is the entrypoint for phpList4
<FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php|connector.php|app.php)$">
# Apache < 2.3
<IfModule !mod_authz_core.c>
Order allow,deny
Expand Down

0 comments on commit 0dfc2ad

Please sign in to comment.