routing question

I have a controller ThumbSettingsController

from what route would that be accessible?

I tried /thumbSettings, /ThumbSettings /thumb_settings and /thumbsettings

all don’t work

how is it supposed to be?

Hi MarcS,

can you put here your rounter configurations?

I think that you need put a action name after controller id, or define a default action on controller.

Hi Godfather

thanks for your reply

I do not have any special routing configurations.

I actually did have an action after controller name, I just didn’t post it here

Marc

Hi,

can you put here the url that you are calling? so I can have some idea of how the controller was called.