yama/phplist/master/public_html/lists/.htaccess - Htaccess File

yama/phplist/master/public_html/lists/.htaccess

DirectoryIndex index.php

<FilesMatch ".(php|inc)$">
Order allow,deny
deny from all
</FilesMatch>
<FilesMatch "(index.php|dl.php|ut.php|lt.php|download.php)$">
Order allow,deny
allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache