I replaced the index.php in the wp-content/plugins directory with a one-line .htaccess file:
Options All -Indexes
Is this this safer than the index.php file:
<?php
// Silence is golden.
?>
I've heard either will work. Other thoughts?
I replaced the index.php in the wp-content/plugins directory with a one-line .htaccess file:
Options All -Indexes
Is this this safer than the index.php file:
<?php
// Silence is golden.
?>
I've heard either will work. Other thoughts?
either way works well
You must log in to post.