|
|
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
If you can not find what you are looking for, you might want to try Google Advanced Search and get thousands of results, specifically selected for you.
Google Advanced Search
|
Leave a Comment
Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.


Comments
A Very Interesting Video Documentary About Google: Nice documentary, thanks for find & share..
Lock your computer with Blue Lock: Wow, cool…this is a great thing I’m coming across.. Thanks for u to share...
How to Make Windows 7 Right-Click Menu Transparent: i liked that it is supported on XP also..but reading that it is...
Web Talk Promotion! Win 10 Easeus Data Recovery Wizard Professional Software and Save $90!: Thanks for this giveaway. I...
How to Really Make your Internet Surfing Anonymous and Private: If u say Private or InPrivate option helps to surf the web...
Web Talk Promotion! Win 10 Easeus Data Recovery Wizard Professional Software and Save $90!: Hi Web Talk! Thanks for...
How to add a Send Link button in Google Chrome: Cool, useful since i often need to send a page 10x man.. .-= צבעים...
How to Destroy a Hard Disk Drive in less than 30 Seconds with DOS Commands: It seems that for me windows does not want to...
Web Talk Promotion! Win 10 Easeus Data Recovery Wizard Professional Software and Save $90!: I really need Data...
How to fix “Windows Explorer has stopped working” in Windows 7: A chkdsk worked for me Try chkdsk /r /f.....