I need advice on researching the following problem.
The Wheels site has a set(URLRewriting="On") configured, everything looks great except for the root page.
All links built with linkTo look like website.tld/controller/action .
But in the / mode it "switches" to partial, and the links look like website.tld/index.cfm/controller/action . Interestingly, if the default route page was explicitly accessible (/ pages / index in this case), the correct URLs.
The website runs on Tomcat with Apache2 under Ubuntu, the standard wheel rewrite rules configured directly in the vhost configuration as a workaround to a known issue with .htaccess.
Where to begin? What variables can be checked and how to debug it?
Thanks.
UPD All that I see at the moment is that with the default action for direct access there is no Route: home in the debug output. Not sure how to use this information, I have very little experience with wheels.
source share