hi,

I want to have a default scripts, what I mean. Let say I make the following 
request :

http://mysite.com/blah/script.asp

which normaly will invoke :

/document/root/blah/script.asp

What I want instead is :

if  '/document/root/blah/script.asp' does not exist 
        then 
                if '/document/root/mydefaults/blah/script.asp' exists
                    then call the defaults
                    else complain that file does not exists
        else go as normal


Is this possible ? if not where i have to look at ASP.pm so i can make it work ?

tia

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to