reachplc / digitalhub

A central repository for showing customers the full, Trinity Mirror wide, offering of digital adverts, build guides and example adverts.
0 stars 1 forks source link

Protect wp-config.php #231

Closed michaelbragg closed 10 years ago

michaelbragg commented 10 years ago

Dissallow access to wp-config.php

<Files wp-config.php>
  order allow,deny
  deny from all
 </Files>