Re: Euphoria and CGI
- Posted by Gary Shingles <eu at 531pi.co.nz> Jun 23, 2007
- 675 views
Jerry Story wrote: > > c.k.lester wrote: > > > > Jerry Story wrote: > > > > > > This is what it does. > > > #!/home/jstory/euphoria/bin/exu without warning puts(1, "Content-type: > > > text/html\n\n") > > > puts(1, "\n") puts(1, "\n") puts(1, "\n") > > > > Have you modified your htaccess files? Sounds like Apache (or whatever web > > server you're using) doesn't know what to do with Euphoria source files. > > What, who is htaccess? > I'm using Opera. Opera understands html files. > Firefox does the same thing, with a different shade of blue. You should have a read of this link (on the Wiki): <A HREF="http://euwiki.ayo.biz/Can_Euphoria_do_CGI%3F">http://euwiki.ayo.biz/Can_Euphoria_do_CGI%3F</A> Halfway down it explains how to set up your web server to execute the CGI script. Gary