Webhosting | Hosting - My Hosting PartnerWebhosting | Hosting - My Hosting PartnerWebhosting | Hosting - My Hosting PartnerWebhosting | Hosting - My Hosting Partner

404 and 500 errors

404 and 500 errors
MijnHostingPartner

404 and 500 errors

Common error messages

If you are a web developer you have probably had to deal with it before.Error messages are very common as a web developer.Very often these error messages are easy to solve but what exactly are the error messages?

A 500 error

If you are a Wordpress user this error may look familiar to you.It is usually easy to solve by changing your php version.Sometimes it happens that the error is still present.This can of course be very annoying but it does not necessarily have to do with the php version.There is also a chance that you have a custom web.config.If this is the case you can always check it to see if there are any errors in it!If you have a self-programmed website it is also always advisable to look into your code because there is a chance that something is not right in it.When looking at the code it is advisable to make a local backup of your website and then enable the error messages in php.The error messages in php will tell you exactly on which line something is wrong and what is wrong, so it will be easier for you to fix it!

A 404 error

Even if you have never created a website, chances are you have seen a 404 error.A 404 error means that a certain file is not there or that the file cannot be found.If this file is not there, it is usually pretty easy to solve by just creating it or putting in the right file.If your files are there but still can not be found then it is advisable to turn on url rewrite.This often helps to solve your problem!