I deployed my app into a sub-directory ( Rails 3.2.12 / Apache w Passenger )
w the following vhost.conf :
<Location /myapp >
RackEnv production
RackBaseURI /myapp
</Location>
however , and correctly ( as Apache in this case try to reach a page)
or is there a better way not to raise the routing error for faulty users ?
thanks for your feedback