----- Original Message ----- 
From: "Joshua Chamas" <[EMAIL PROTECTED]>
To: "Arun pandey" <[EMAIL PROTECTED]>
Sent: Monday, February 07, 2005 12:05 PM
Subject: Re: default script ?


> Quoting Arun pandey <[EMAIL PROTECTED]>:
>
> > I guess one of the ways to solve your issues is to have an error
document in
> > your apache configuruation
> > say something like
> > ErrorDocument 404 /trapnotfound.asp
> >
> > and in your error document you could put all your document redirection
> > logic,  and then redirect to the desired / default script accordingly
> >
>
> This is a good suggestion.  Other than this, what I would do is
> for each script that you want to exist, you can create a symlink
> in Unix to the real script, or you can create a file that looks like:
>
> <% $Response->Include("realscript.asp"); %>
>
> Regards,
>
> Josh


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

Reply via email to