[TYPO3-english] CoolURI: Simulate index.html and merge two segments

Jan Bednarik info at bednarik.org
Tue Jan 18 20:50:54 CET 2011


Hi,

> 1.) Is it possible to simulate an index.html file? For example:
> domain.com/blah/index.html
> instead of
> domain.com/blah.html

Have you tried

<urlsuffix>/index.html</urlsuffix>
<removetrailingslash>1</removetrailingslash>

?

> 2.) Is it possible to merge two segments?
> When I have two different GET-Parameter:
> index.php?ext1[name]=Armin&ext1[gender]=Male

You can use <part after="-"> for ext1[name] parameter. That will add - 
instead of / after the parameter.

> I think CoolURI has more possibilities than RealURL and a very much
> better documentaion!

Thanks

> These two questions are unsolved for me in RealURL too ;-)

Well, I hope it will work.

Regards

Jan


More information about the TYPO3-english mailing list