http://kynam.x10hosting.com/phplist/index.php
It had worked until yesterday
htaccess :
Thanks
It had worked until yesterday
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>
Thanks