This is a discussion on ERROR 404 Documents within the Apache Web Server forums, part of the Web Server and Related Forums category; How can I set up my Apache server, which has name based virtual hosting, so that each domain hosted on ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"dave" <vb_rem_ove@4_rem_ove_scotts.com> schreef in bericht
news:418944e8_1@alt.athenanews.com... > How can I set up my Apache server, which has name based virtual hosting, so > that each domain hosted on the server can have their own ERROR html > documents? Add ErrorDocument 404 /ed/404.html into each virtual host context HansH |
|
|||
|
By putting ErrorDocument 404 /filename.htm undex each virtual host in
Vhosts.conf "dave" <vb_rem_ove@4_rem_ove_scotts.com> wrote in message news:418944e8_1@alt.athenanews.com... > How can I set up my Apache server, which has name based virtual hosting, so > that each domain hosted on the server can have their own ERROR html > documents? > > Thanks in advance for your help > > Dave > > |