You are welcome to look around. You will have to register before you can post a message, create a blog, chat live with our members, or add a site to our directory.
Block WP- folders from being indexed by search engines, the best way to block them in your robots.txt file. Add the following line to your list:
Code:
Disallow: /wp-*
Directories should not be left open for public browsing- There is a potential problem letting people know what plugins you have, or what versions they are. If there is some known exploit that is linked to a plugin, it could be easy enough for someone to use it to their advantage. Make an empty wp-content/plugins/index.html file or just add this line in your .htaccess file in your root:
Great Tips, The .htaccess should be used on all Linux/Apache Servers.
__________________
█ Keith I. Myers
█ K-Disk Networks - Reseller Hosting Specialists
█ Affordable Semi-Dedicated Reseller, Master Reseller and Alpha Reseller Hosting Done Right
█ End User Ticket Support Available | FFMPEG Active on All Plans
Thanks, I'm using the empty index.html file, to hide my image directories, although what you said is usefull too. Hiding plugins is necesarry as they may let hackers know how to get into your website.
Thanks for this thread, let's upload it before it's too late!