I have a few directories that I need to be able to access by name, that have content outside of SilverStripe. However, if I visit http://www.mysite.com/directory, I am redirected to http://www.bucarsrv.com/directory/?url=/directory, and I get a 404 error page.
Is there a way that I can get SilverStripe to send me to these few "external" directories, without having to create redirector pages in SS? or is that the best way to solve this problem?