RE: [contentbox-version] Re: Problem with the admin and url of web site

Have you tried the interceptor that Luis and I told you about. I’m almost certain it is your issue. By default, a ColdBox application will store the URL used to reinit the app in application-wide settings and use that URL for all redirects from then on. It is set in routes.cfm. If you want the app to be hit from multiple URLs, you must implement the preProcess interceptor that sets the base URL into the event object on every request.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

How would that help with development?

Secondly I don’t see why writing an interceptor to get around this bug should be needed, everyone else requires the user when installing to enter the domain to be used for the URL to stop this from happening.

Worst case I could do this, but I don’t see how this is going to solve my development issue either.