Protect wp-config with .HTACCESS
wordpress snippet
Adding this to your .HTACCESS will prevent access to your wp-config.php file.
snippet : PHPcopy
<files wp-config.php> order allow,deny deny from all </files>
wordpress code snippetsAdding this to your .HTACCESS will prevent access to your wp-config.php file.
<files wp-config.php> order allow,deny deny from all </files>
Pingback: Tweets that mention Wordpress Protect wp-config with .HTACCESS – wpsnipp.com Wordpress code snippets for your blog -- Topsy.com