MarcoBarbosa
04-10-2008, 10:59 AM
Hi,
I have a rails application running on bluehost, but whenever i click a link on the site i get an 404 error from apache.
The application is working properly locally on my computer (with webrick), now that i have uploaded to the server is not working.
As the 404 page i get is from Apache, the problem is not related to my code (as i mentioned before, it works locally).
It seems that apache doesn't know the MVC or something, as it looks for a folder like /controller/action.html wich surely shouldn't exist.
If i click a link, i get 404, it doens't look for the controller and then the action and load the view.
Anybody got something like this?
Am i missing something that i should have changed?
Please help!
I have a rails application running on bluehost, but whenever i click a link on the site i get an 404 error from apache.
The application is working properly locally on my computer (with webrick), now that i have uploaded to the server is not working.
As the 404 page i get is from Apache, the problem is not related to my code (as i mentioned before, it works locally).
It seems that apache doesn't know the MVC or something, as it looks for a folder like /controller/action.html wich surely shouldn't exist.
If i click a link, i get 404, it doens't look for the controller and then the action and load the view.
Anybody got something like this?
Am i missing something that i should have changed?
Please help!