Learn how to secure the wp-config.php file to prevent unauthorized access to your sensitive configuration data.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-config.php - [F,L]
</IfModule>
Learn how to secure the wp-config.php file to prevent unauthorized access to your sensitive configuration data.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-config.php - [F,L]
</IfModule>