View Single Post
02-28-2006, 06:56 PM
#11
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

Originally Posted by cpvr
Ya, but I believe a php programmer can add something to the VB scripts to blcok certain proxy scripts from being able to access.
Or take a step back and let the server handle it (either by blocking requests in http.conf [or .htaccess ] or on the hardware itself).

Code:
if ($request.isProxied)
    $request.redirectTo("goaway.html")
hehe