[TYPO3-english] RealUrl: Keep hyphen AND underscore

Torsten Schneider schneider at highest-mountains.de
Tue Apr 13 19:42:25 CEST 2010


Hello Lorenz,
> As far as I know it must be possible to get this working with a RewriteRule. Maybe you could post the rule you tried and failed with?

I tried this one:
RewriteRule ^([^A]*)A(.*)$ $1a$2
RewriteRule ^([^B]*)B(.*)$ $1b$2
RewriteRule ^([^C]*)C(.*)$ $1c$2
.
.
.
RewriteRule ^([^Z]*)Z(.*)$ $1z$2

Thank you for your help!

Torsten


More information about the TYPO3-english mailing list