Re: eruby installation remote
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, At Fri, 27 Feb 2004 7:13:35 -0600, <[email protected]> wrote: > It worked!!! Congratulations. > One more question. I have a main public_html folder and my cgi-bin folder is directly underneath it. > > I moved the examples test.rhtml and foo.rhtml to the main public_html folder. I have my .htaccess file in the main public_html folder with the options listed below. The file includes seem to be relative to the eruby executable - I needed to change a line in test.rhtml to ERuby.import("../foo.rhtml"). Is this correct? Will all my *.rhtml incluse be handled the same way? Currently ERuby.import imports files from the current directory (or you can specify the absolute path). Sorry for inconvenience. Shugo