ColdBox Forums Notification: Post to bug with SES settings?

Title: RE: bug with SES settings?
Thread: bug with SES settings?
Forum: Bugs (ColdBox)
Conference: ColdBox
User: sanaullah73

Hi Tony,

If you are on apache check this .htaccess file
[code]
RewriteRule
^$ index.cfm [QSA]
[/code]

This means if theres already a index.cfm then it
will pass all the url variables as it. then SES takes action later.

Actually
you have to convert your non-ses url to proper ses url.
index.cfm?event=ehGeneral.dspHome

/ShowHome
[code]
<cfset addCourse(
pattern="ShowHome/", handler="ehGeneral", action="dspHome" )>
[/code]

Most
important thing is pattern="" it try to find your keywords, if there then it
conver them into handlers and actions.

I hope this clear you how SES works.
Thanks
Sana

http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=6F2BE915-FF65-CEF6-65A295EE14A3B70E