Displaying 1 result from an estimated 1 matches for "stomer".
Did you mean:
tomer
2006 Feb 14
9
Deploying in Dreamhost
...t resides the app/, public/
and so on. Like I said I can see my static pages that I have under
public since I have in the Managed host panel the following:
Web Directory: /home/username/[ webaddress.com/public ] /
The problem comes in my index.html where I make a reference to
app/controller/customer#submit
in the html by
<p><a href="/customer/submit" >Contact</a></p>
which gives me a file not found/400 error. I have already checked all
the files as far as permission (done a recursive chmod 755 on app/) and
the shebang. So about the only thing I can thi...