MySQL db is set up and database.yml was updated with the correct
details.
host: p50mysql59.secureserver.net
port: 3306
And the site doesn’t work. I get a 403 Forbidden error.
And GoDaddy support team keeps emailing me, saying the root directory
is missing a default index file.
I really don’t have a choice with web hosting selection and I need
this site to run. It’s not going to be a high traffic site. The url is http://elitehousings.com/
your actual url would be http://elitehousings.com/elle/ and when you
navigate to that, you get a more descriptive error. GoDaddy is
correct about missing the index.html file, but that’s because they’re
looking at the root of your site and not the rails app.
It does look like it’s a permissions error on dispatch.fcgi though.
Elle,
On second look, it looks like you’ve uploaded your app directly to the
“rails” folder. Ideally they’re setup is to create a “rails apps”,
then all of your applications would be sub directories off of it.
e.g.
/rails_apps/site1/
/rails_apps/site2/
The instructions you’ve followed probably won’t work without it being
in this format.
There has got to be a better option than shared hosting with Godaddy.
If your client wants the application they’ve paid to be developed to
work, and work well, they’re going to have to step up and pay for a
real hosting option.
I’ve actually had great success running a rails app on GoDaddy’s
virtual dedicated servers… so if they want to stay with GoDaddy,
that’s definitely an option. Just make sure not to use their
java-based cpanel software. Slows the server way down just to have it
running. (When I complained to support of slow speeds, that’s what
they told me to disable, and that did the trick)
So, I changed the location of my redirect file and this time I got:
Application error (something was wrong in the application and it
didn’t load).
So I thought this is progress. I deleted all the files and uploaded
the whole application again – to ensure all the files are there. But
now I’m getting “Failed to open page” again.
GoDaddy support team said i should have the .htaccess file in the root
directory. I also changed the symbolic link to say “new”. And uploaded
a redirect in the root folder. But now if I go to either http://elitehousings.com
or http://elitehousings.com/new/ the page just doesn’t load and after
a while I get “failed to open page” error.
The client had a different web hosting company – which support and
service was shocking. He then changed to GoDaddy without consulting
with me. I just want the application to load and work – even really
slow. I could then advice the client to upgrade to the dedicated
server for faster connection. But for now, what should I do?
Nope. Working on a mac.
If I change my .htaccess rule:
RewriteBase /rails
I get Application Error - Application failed to load properly
And if I have the rule pointing to /new
The error is failed to load page.
Java is not enabled.
AddHandler cgi-script .cgi
RAILS_GEM_VERSION = ’ 1.2.3’ unless defined?
And the site doesn’t work. I get a 403 Forbidden error.
Can anyone please please help?
–
“Instead of building newer and larger weapons of mass destruction, I
think mankind should try to get more use out of the ones we have.”,
Jack Handey
Java is not enabled.
AddHandler cgi-script .cgi
RAILS_GEM_VERSION = ’ 1.2.3’ unless defined?
And the site doesn’t work. I get a 403 Forbidden error.
Can anyone please please help?
–
“Instead of building newer and larger weapons of mass destruction, I
think mankind should try to get more use out of the ones we have.”,
Jack Handey
–
“Instead of building newer and larger weapons of mass destruction, I
think mankind should try to get more use out of the ones we have.”,
Jack Handey
with me. I just want the application to load and work – even really
work, and work well, they’re going to have to step up and pay for a
your actual url would behttp://elitehousings.com/elle/andwhen you
tried to deploy the site yesterday and followed the instructions
2. I have a “rails” directory inside my root “/” directory and created
RewriteBase /rails
9. MySQL db is set up and database.yml was updated with the correct http://elitehousings.com/
–
“Instead of building newer and larger weapons of mass destruction, I
think mankind should try to get more use out of the ones we have.”,
Jack Handey
–
“Eppure si muove”
–
“Instead of building newer and larger weapons of mass destruction, I
think mankind should try to get more use out of the ones we have.”,
Jack Handey
with me. I just want the application to load and work – even really
work, and work well, they’re going to have to step up and pay for a
your actual url would behttp://elitehousings.com/elle/andwhenyou
tried to deploy the site yesterday and followed the instructions
2. I have a “rails” directory inside my root “/” directory and created
RewriteBase /rails
9. MySQL db is set up and database.yml was updated with the correct http://elitehousings.com/
“Instead of building newer and larger weapons of mass destruction, I
think mankind should try to get more use out of the ones we have.”,
Jack Handey
–
“Instead of building newer and larger weapons of mass destruction, I
think mankind should try to get more use out of the ones we have.”,
Jack Handey
I tried calling GoDaddy’s support and their reply was: This is custom
scripting and we can’t help you with this.
I also realised that what I’m getting is an error 500. But what should
I do?