Forum Moderators: coopster
Apache is set to include missing.html for any 404 pages, though it seems to be returning 500 errors for .htm pages.
site.com/notapage.html returns 404
site.com/notapage.php returns 404
site.com/notapage.htm returns 500
The westhost tech says that it's due to the fact PHP is directed to parse .htm files in .htaccess. How would I prevent a .htm file extension from returning a 500 status?