[coldbox:19308] [Coldbox 3.7] hostek.com and CF10 and CGI.PATH_INFO

Great that was an easy fix. I have to not be afraid to jump in to the ColdBox files and modify them.

Now I’ll work on the SSL issue which I think will be with hostek.

Thanks for the help!

Actually routes.cfm is a configuration file that’s part of your app. Well, it’s used by the SES interceptor. Glad it’s working.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

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

Ok U have spoken to Hostek, and it appears, which I am yet to confirm this.

When the Shared SSL is hit ColdBox is stripping part of the URL.

For example my Shared SSL is

https://securec40.ezhostingserver.com/andyscott-id-au/

Which when hitting ColdBox is then redirected to

https://securec40.ezhostingserver.com/

And throws an error, which I would expect it too throw with that URL. Hostek say there is nothing wrong with the .htaccess and it might be ColdBox doing another redirect here. Which would make it the SES / Security doing this.

Which when hitting ColdBox is then redirected to

Are you sure ColdBox is doing the redirect? It’s a 302 and CFLocation/ColdBox default to a 302.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

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

No I am not, but hostek have said something is doing a 301 redirect.

Yes, I typoed in my last message-- the redirect is a 301 which is not the ColdBox default.

Just put a CFAbort in your Application.cfc’s pseduo constructor and try again. That will quickly answer whether or not the request is making it to ColdFusion. Seems there’s a good chance it might be coming from IIS or a rewrite rule.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

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