View Single Post
Old 10-13-2003, 05:02 AM   PM User | #2
firepages
Super Moderator


 
Join Date: May 2002
Location: Perth Australia
Posts: 3,896
Thanks: 5
Thanked 79 Times in 78 Posts
firepages will become famous soon enough
403 and 404 documents do different things ,

404's are served when a page can not be found
403's are served when permission is denied denied

so try serving different pages for different situations ... eg

ErrorDocument 403 /path/block.htm
ErrorDocument 404 /path/custom_404.htm
__________________
resistance is...

MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
firepages is offline   Reply With Quote