Marcos Nobre wrote:
> 
> 3) On netscape I type : http://mnobre.ovtdom/alliance and got an error 500
>     My index.html has a <% response.redirect ...%> ASP instruction and into
>     the directory I found a .htaccess file.
> 
> 4) After rename .htaccess file and reload the initial local site URL, I see the
> script code (source) on the browser
> 
> What can I do ? It seems that ASP isn't enable. Isn't it ?
> 

Whenever you get a server error, check out your error_log and see
what it says. There was likely an error running your script because
response.redirect is VBScript & Apache::ASP only support perl scripting
like:

  <% $Response->Write("test"); %>

Please see the examples in the dist ./site/eg, or online 
at http://www.apache-asp.org/eg/, for perl scripting examples
that do work.  perl scripting support in Apache::ASP is made
to be compatible with PerlScript under IIS/ASP.

-- Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

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

Reply via email to