Site With Security And Security Plugin. HT Access File



For the second time this blog under attack from crackers. Concentration on offline activities cause me to forget about updating the plugin. This weakness causes the plugin installed security that is not up to date alias obsolete and easily broken (crack). Some plugins like WP Security Scan , Secure WordPress , WP install Firewall which I had previously left behind two clicks of the latest version.

Do not want to repeat the third time in the crack, I tried to improve security by providing new plugins such as Ask Apache Password Protect , Log Lock Down, and one of the nation's plugin ' Do Injected ".

To download the plugin directly please just click here.

In addition to using the plugin, I tried to add. Htaccess file in wp-admin to restrict the IP addresses that can login, wp-config.php to hide the data the user name and password, WP Comment to restrict comments that will infuse the html and php script.

Here's the script that you can also use to upload to your Control Panel as. Htaccess file:

WP-Admin
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName “Access Control”
AuthType Basicorder deny,allow
deny from all
# Your IP Address
allow from xx.xxx.xxx.xx
(Replace xxx with your IP address)

WP-Config.php
# protect wpconfig.php
order allow,deny
deny from all


WP-Comment
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*yourblog.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
(Replace yourblog with "domain name" you)


For those of you who do not know how to make. Htaccess file follow these steps:
  1. Open Notepad on your computer by clicking Start, All programs, accessories, notepad.
  2. Copy and Paste the above script in Notepad.
  3. Name the file with a name. Htaccess
  4. Change from Text Document File Types to All Files.
  5. Click Save
  6. Go to File Manager in your C-Panel hosting and uploading. Htaccess file in public_html / wp-admin, for the number 1 and so adjust the folder name will be given. Htaccess file.
Similarly, a few things to strengthen your website. Do not forget to always update the plugin as soon as there is a new version. May be useful mainly for myself.


Category Article , , ,

What's on Your Mind...

Random Posts

Powered by Blogger.