Re: Trying to install euphoria on web server HELP

new topic     » goto parent     » topic index » view thread      » older message » newer message

David Mosley wrote:
> 
> 3 put this in my .htaccess file (AddType text/html .exu
> AddHandler cgi-script .html
> AddHandler cgi-script .htm
> AddHandler cgi-script .exu .ex .exw .ecgi )

You seem to be missing the Options directive. Here's what works for me:

AddHandler cgi-script .esp
Options +ExecCGI
DirectoryIndex index.esp index.html index.htm

The DirectoryIndex just says that when there's no file specified, look
first for index.esp, then index.html, etc...

Let us know how it goes.

-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu