BestWindowsHostingASP.NET - We are facing so many cases of wordpress hacks now a days. it's determined that almost all of them are associated with mail scripts in upload folder for spam mailing and a few of them are associated with database hacks. We want to follow these instructions make our work secure and effective.
Disable PHP Execution in Some WordPress Directories
It is an easier thanks to improve your WordPress security is by disabling PHP execution for some WordPress directories.
Create a blank .htaccess file and paste this code within it:
<Files *.php>
deny from all
</Files>
Next step, upload this file to your /wp-content/uploads/ and /wp-includes/ directories.
Protect Your WordPress Configuration wp-config.php File
The most vital file in our WordPress website’s root directory is wp-config.php file. It contains almost all required info about our WordPress database. to protect your wp-config.php file from unathorized access, simply add this code to your .htaccess file:
<files wp-config.php>
order allow,deny
deny from all
</files>
May be few of us are aware of these tricks but make it your general practice is more important. It will enhance the security of our websites and make our work more effective.
Best WordPress Hosting Recommendation
One of the most important things when choosing a good WordPress
hosting is the feature and reliability. HostForLIFE
is the leading provider of Windows hosting and affordable WordPress, their
servers are optimized for PHP web applications such as the latest WordPress
version. The performance and the uptime of the hosting service are excellent
and the features of the web hosting plan are even greater than what many
hosting providers ask you to pay for.
At HostForLIFE.eu, customers can also experience fast WordPress
hosting. The company invested a lot of money to ensure the best and fastest
performance of the datacenters, servers, network and other facilities. Its
datacenters are equipped with the top equipments like cooling system, fire
detection, high speed Internet connection, and so on. That is why
HostForLIFE.eu guarantees 99.9% uptime for WordPress. And the engineers do
regular maintenance and monitoring works to assure its WordPress hosting are
security and always up.
0 comments:
Post a Comment