Problem with symlink url
Posted by: juminoz
Posted on: 2006-03-29 19:29:00
I'm currently hosting a rail application in a subdomain. I was told that it's not supposed to work, but it's except that I have to put a "/" at the end of url to make it work:
web.com/app/ <-- will work
web.com/app <-- give me a bad request error
Is there a way to fix this? "app" is basically a symlink which points to the public directory of the application.
Thanks