Title: RE: SES URL's and extra /
Thread: SES URL's and extra /
Forum: Need Help?
Conference: ColdBox
User: sanaullah73 Hi
Fixed // change routes.cfm LINE 61 (change to this)
[code]
<cfif not
len(getSetting('AppMapping'))>
<cfset
setBaseURL("http://#cgi.HTTP_HOST#/index.cfm")>
<cfelse>
<cfset
setBaseURL("http://#cgi.HTTP_HOST#/#getSetting('AppMapping')#/index.cfm")>
</cfif>
[/code]
are you using ColdBox v2.5.0 ?
I would recmend to to use
v.2.5.2 Luis resolved few SES issues.
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=24ED087D-FF65-CEF6-657D0DDB55F0B80C