Displaying 1 result from an estimated 1 matches for "funshop".
Did you mean:
funaho
2005 Mar 05
1
How to provide Rails hosting on Apache/FastCGI enviroment?
...s. So, I''ve been testing to setup rails application, and
there was no problem. But with Rails version 0.10.0 release,
previous way doesn''t work.
Following is a scenario which worked well before, but now beats me.
1. Eric has his own rails directory and he is developing ''funshop''
in that directory. (/home/eric/rails/funshop)
2. Eric symlinks(ln -s) /home/eric/rails/funshop/public to
/home/eric/public_html/funshop. (public_html is web root)
Now, anyone can access http://eric.hosting.com/funshop.
/home/eric/rails/public/.htaccess:
<snip>
# This wo...