[TYPO3-english] exclude Parameters in cooluri
Jan Bednarik
info at bednarik.org
Mon Aug 16 22:44:45 CEST 2010
Hi,
> so you mean, it is not possible to hide f.e. parameter x,y and z from the
> url, like this way, that they are not shown as ?x=bla&y=bla&z=bla AND not
> shown as x/y/z.html
no. This is possible and I've already told you how to do it and it's
shown in the default conf file:
<!-- parts defined this way will be removed from URL -->
<part>
<parameter>paramC</parameter>
</part>
> and other question is. can I get the parameter this way together that it
> looks like x-y-z.html?
Yes, have a look at the documentation and look for attribute after. I'm
not 100% sure, but I think it's like this:
<part after="-">
...
</part>
Regards
--
Jan Bednarik
www.bednarik.org - web about TYPO3 in czech
More information about the TYPO3-english
mailing list