What Is a 404 Error Code? How They Happen and Why You Should Fix Them

Basically, in this article, we are going to see what is 404 error code, so before going into this let’s understand what is error code. Error code is nothing but a numerical number assigned to known errors which can occur while debugging, running or executing the application/website (basically program code). This can happen due to […]

See More

WordPress permalink problem in windows server

Question : wordpress permalink problem in windows server Ans: If you are using IIS 7 and have admin rights on your server, you can use Microsoft’s URL Rewrite Module instead. Though not completely compatible with mod_rewrite, it does support WordPress’s pretty permalinks. Once installed, open the web.config file in the WordPress folder and add the following rule to the system.webServer element   […]

See More