Evil Glint Posted December 14, 2010 Share Posted December 14, 2010 All right, I'll keep this simple: I'm trying to set up custom error pages using the httpd.conf file. I've searched the web using Google all day, but I can't find the spot to put this code. ErrorDocument 403 /403.php ErrorDocument 404 /404.php I know I at Terminal.app I need to enter cd /etc/httpd , then enter sudo pico httpd.conf , but I don't know where to actually insert the code. And no, I'm not looking for info on how to do this with a .htaccess file. Thank you very much! Link to comment https://forums.phpfreaks.com/topic/221610-404-httpdconf/ Share on other sites More sharing options...
trq Posted December 14, 2010 Share Posted December 14, 2010 It can go anywhere within the httpd.conf file (though it should likely be placed within at least your vhost config), you might want to just check there isn't another one in there firstly though. Link to comment https://forums.phpfreaks.com/topic/221610-404-httpdconf/#findComment-1147106 Share on other sites More sharing options...
Evil Glint Posted December 14, 2010 Author Share Posted December 14, 2010 Thank you very much! Link to comment https://forums.phpfreaks.com/topic/221610-404-httpdconf/#findComment-1147109 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.