w3tc .htaccess code
-
I have added some code to my .htaccess file to protect my wp-config file. The code is this one:
<files wp-config.php>
order allow,deny
deny from all
</files>I have placed this code at the top of my .htaccess file. Now, normally my .htaccess file starts with the code from W3TC.
Is it a problem to place this new code above the code from W3TC? Or does my .htacces file always have to start with the W3TC code?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘w3tc .htaccess code’ is closed to new replies.