View Single Post
  #2 (permalink)  
Old 01-09-2006, 12:45 PM
ADAM Web Design's Avatar
ADAM Web Design ADAM Web Design is offline
WebProWorld 1,000+ Club
 
Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,181
ADAM Web Design RepRank 1
Default

Is it ASP?

If so, try this if the page doesn't actually exist before the page loads.

Code:
Response.Status = "404 Not Found"
Again, this has to go before any page content itself loads.

That usually seems to work.
Reply With Quote