RE: EU driven Website - How?

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

Hi Tony.

I set up a euphoria-powered website a few years ago. I use cpanel on a linux
server (http://icestorm.com). I'll give you some info that should be useful.

First of all, public_html is your root folder for the webpages. Normally, this
is where you want index.htm to be. What I did was set up a permanent redirect
(/index.htm --> /index.exu). That way, your euphoria cgi program will be the main
page. If you go to my website http://fluidae.com you will see it redirect to
http://fluidae.com/index.exu.

I put my cgi stuff in /public_html because the entire site is powered by
euphoria. You could try that, or just put everything in the cgi-bin folder
instead. Whatever folder you choose, you can put exu and all of the include files
in the same folder as your euphoria programs. It is important to set the
permissions (chmod) on all of the files to 755 so they will execute.

I hope that helps.

By the way, here is another cgi example:
http://www.fluidae.com/euwiki_demo/euwiki.exu.

~Ryan W. Johnson

Fluid Application Environment
http://www.fluidae.com/

[cool quote here, if i ever think of one...]

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

Search



Quick Links

User menu

Not signed in.

Misc Menu