404 page when PHP is installed

Hey! I have PHP installed on my website and I want to change the 404 page. Would I have to go through the PHP configuration files to do this or is there an easier way?

If you are using the default starter project, you can add something like this to the .htaccess:

ErrorDocument 404 <request path here>