DNS! Make sure you have your DNS set up correctly.
Add something like this to your named.conf file:
zone "name.com" { type master; file "db.name.com"; };
THEN...make sure you have the db.name.com file in your /var/named directory. This file should look something like...
I set this up on my server and it doesn't work.
ErrorDocument 404 /errors/404.html
I'm using apache 1.3.20. Is there something new I don't know about that needs to be done? I checked my access log files and the server makes the request for the /errors/404.html file but the browser doesn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.