Sushovan Mukherjee July 14, 2024 No Comments How to create a docker project with PHP-8.3 MySQL-8.0 Apache with SSL Creating a Project Architecture is an art. There are many ways to make a docker project. I am adding the best approach I have found…
Sushovan Mukherjee July 14, 2024 No Comments How to stop author scanning on WordPress site Author scanning is very helpful for hackers for DDoS and Brute-Force attacks. We should stop it if we are using a WordPress site. Normally we…
Sushovan Mukherjee July 14, 2024 No Comments How to create a docker project with PHP-5.6 MySQL Apache with SSL Creating a Project Architecture is an art. There are many ways to make a docker project. I am adding the best approach I have found…
Sushovan Mukherjee July 10, 2024 No Comments Cannot find how a page is redirecting? When we debug JavaScript, sometimes we cannot find how a page redirects to another page. Normally, it happens when we have lots of JavaScript involved…