Typo3: CoolURI: Using .html file extensions/endings instead of /
If you want your CoolURI URLs to simulate real .html files instead of directories (/page/subpage.html instead of /page/subpage/), simply put the following two lines in your CoolUriConf.xml file, right under <cooluri>:
<urlsuffix>.html</urlsuffix> <removetrailingslash>1</removetrailingslash>
...et voila: Proper filenames!



Post new comment