I m always worried (and maybe a little paranoid) about Wordpress security, and despite this CMS is pretty secure and stable there is no limit to the improvements you can add to make your website tougher. You can find a lot of plugins stating to make your site hacker-proof, but I try to stay away from them because I don’t like the idea to have something making changes I don’t know in the php code. That’s why I prefer to add manually little php strings and keep track of them so, if something goes wrong, I can delete them. Here is a little list containing useful tips.
1) To prevent people from peering at your php.ini file write this code into your .htaccess file:
<Files php.ini>
Order allow,deny
Deny from all
</Files>
2) To prevent people from peering at your .htaccess write this code into the .htaccess itself:
<Files .htaccess>
order allow,deny
deny from all
</Files>
3) To prevent people from peering at your plugins folder cread with your notepad a black file and name it index.html Place this file in the plugins folder.
4) Prevent people, and malicious softwares from peering at your wordpress version remove from the footer.php or header.php file located in your theme this line: <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
Tags: security, trick, Wordpress
Related Articles
Latest Articles
- I am going on Vacation at last!
- New Transcend Digital Frame T.Photo 720
- How to change the preview picture in Folder Thumbnail in Vista
- Nokia N810 running Google Android? Yes, it can!
- How to export bookmarks from Firefox to Internet Explorer
- Shuttle Barebone XPC SN78SH7
- How to use Pwnage tool to jailbreak (unlock) iPhone and iPod
- Enable Spellchecking in Firefox 3
Leave a Comment
All contents are licenced under a Creative Commons Licence.


Comments
Windows XP SP3 endless reboot boot (Stop c0000139): Didn’t work for me, I couldn’t get past the...
Fix “Browseui.dll was not found” issue in Windows XP: worked like a charm …recommended.
Windows XP SP3 endless reboot boot (Stop c0000139): Thanks worked for me
Disable Windows Vista and XP from requiring for password on wakeup from Standby or Hibernation : Your blog is...
How to remove Windows Genuine Advantage (WGA) plug-in from Firefox: “If any info related to the plugin...
Windows XP SP3 endless reboot boot (Stop c0000139): No found it via google searching for a problem