Security 43 Recently updated 1 min read

How to Protect Your htaccess File

How to Protect Your htaccess File

You can prevent unauthorized access to your .htaccess file by adding the following rules to the file:


order allow,deny
deny from all
satisfy all

Related articles

Discussion

Loading the discussion…