quick question -
Currently my urls look like this: index.cfm/camp/another-test
index.cfm/camp/another-test
I would like for them to look like this: camp/another-test
camp/another-test
I believe CFWheels requires that you route rewrite requests through rewrite.cfm not index.cfm.
See the comment by Chris Peters on this question
If you adjust:
to:
it should solve your problem, provided you have:
within /config/settings.cfm