Page 1 of 1

error pages

PostPosted: 02. August 2006 10:06
by mastercrypt
where can i set custum error pages to my own ??

Sincerly Lars :oops:

PostPosted: 02. August 2006 13:05
by martinpre
you can set 404 pagen (i think that you mean them) like this:

create a file named .htaccess and open it

then write this with your new Errorpage
ErrorDocument 404 http://community.apachefriends.org/f/index.php

save it and load it to your webspace or copy it in the folder for which the Error page should be used

PostPosted: 02. August 2006 15:26
by dwion
mastercrypt,

I think what you're looking for is in the httpd-conf file (/xampp/apache/conf/httpd-conf) down around line 450. You can set custom error messages in three ways. Uncomment the option you want and set the path accordingly.