Author Archives: Sunil Chaudhary - Page 3
Best way to disable PHP errors in WordPress
It is quite simple to disable error reporting in wordpress because we just need to add a line of code at the bottom of our configuration file. But while doing this we need to be careful about the correct placement.…
How to set keys in WordPress config for azure
As we know how much the wordpress keys are important to take us one step forward towards wordpress security. Setting up the authentication keys and salts is one of the important security tip. To know why they are important and…
Why and How to Set Authentication keys in WordPress
While we go through the points to harden your wordpress website setting the authentication keys are always come in picture. Generally we search over the internet for solution and somewhere we get sample keys to set and we set the…
Post listing is not showing in WordPress admin with IIS and SQL server database
Installing WordPress with IIS is a bit challenging when we are using SQL server as a database. Generally we use a plugin on azure to run wordpress setup with MSSQL that is "WP Db Abstraction" plugin. It is to be…
How to disable php files in upload folder of WordPress with IIS
This is an another security tip to harden your WordPress site running on IIS server. As we know hackers always try to find loop holes in the website to hack it. It is better to prepare yourself for each type…
Uncaught module definition dependency not found: tinymce/util/Delay in WordPress
Sometimes we face this issue showing in our console. We are talking about the case when we find this error while working with WordPress. I have also faced this issue and find a solution for it. Sharing the solution here,…