作者:水寒 日期:2008-01-31
DocumentRoot /webroot/
ServerName localhost
ErrorDocument 404 http://jiansuo.com/404_2.html
DocumentRoot /webroot/
ServerName malu
ErrorDocument 404 http://21pt.com/404_1.html
假如 http://localhost 和 http://malu 都指向同一目录,
如果 /webroot/xxxx.htm 文件不存在
那么访问 http://localhost/mypage.htm 则转向http://j...