I have tried changing the 'routes.rb' file to map a shortcut to this URL:
map.connect '', :controller => :register, :action => :log_in
With the intent being to route requests for http://www.biosurplus.net/equip' to the longer URL.
This isn't working. I've also tried to use 'map.root.'
Is the problem related to the fact that the application is running in a subfolder to another app?
Any suggestions would be appreciated.
Thank you!
-AAG