1 頁 (共 1 頁)

如何把ErrorDocument 403訊息換成自製的訊息

發表於 : 2006-02-06 14:17
eduyian
apache中的設定可以防止外連圖片。
但如何把ErrorDocument 403訊息換成自製的訊息或圖片呢?

發表於 : 2006-02-06 14:53
archangell
# Customizable error response (Apache style)
# these come in three flavors
ErrorDocument 403 /mesg
403後面放你要讓人家看的網頁或是訊息\r
如果是訊息要加上"
:-)

發表於 : 2006-02-06 15:34
eduyian
archangell 寫:# Customizable error response (Apache style)
# these come in three flavors
ErrorDocument 403 /mesg
403後面放你要讓人家看的網頁或是訊息\r
如果是訊息要加上"
:-)
3Q!請幫我看看吧!

http://eduyian.no-ip.com/xoops/modules/ ... eading_001

發表於 : 2006-02-08 11:45
問題狂
已經成功了! :-)