For some reason save option wasn't working for me . For anyone who has same problem : try to copy code in your .htaccess file manually. This code is working for me . # Lines That should already be in your .htacess <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "co...