Hey,
I am using Capistrano to deploy my PHP applications.
Now, I notice a strange thing here (or maybe this is something I do not understand).
Capistrano deploys application to releases
folder and then, symlinks current
to point to latest release.
Now, when I access these files, I have to access them like this: http://example.com/current/
Is there a way, I can tell capistrano (or make it work) so that I can rather use: http://example.com/
to access these deployed files?
Regards
Nikhil Gupta.