I am installing rails on a hosting server (aplus.net) where I have
very limited access (no root access, I’m limited to my /home/
usernames/ dir). They had ruby installed but no rubygems or rails.
I got rubygems and rails up and running, I created a new app in
www.mydomain.com/testruby, but when I go there I get a 403 - Forbidden
error:
“Forbidden
You don’t have permission to access /testruby/ on this server.
You may need to create an index.html page or enable the directory
browsing by creating an .htaccess file containing “Options +Indexes”.”
The aplus.net server seems to be running:
Apache 1.3.36
CGI 3.10
I checked my CHMOD permissions on the dir and they seem to be set
correctly.
Man, I felt like I was so close to getting this running I could taste
it!
I’m new to this server stuff, could someone please help me?