0

Where do I find realURLs replace patterns? For example realurl replaces a space " " with a line "-". Or "ä" to "ae". And so on. I need the hole "replace-list"

nbar
  • 6,028
  • 2
  • 24
  • 65

1 Answers1

0

You will find it in typo3conf/ext/realurl/class.tx_realurl_advanced.php

biesior
  • 55,576
  • 10
  • 125
  • 182
  • I found this class, but it's late here and I stop for today. I didn't find a fast way to create a list with all rewrites (that's what I need). For the task right now i found a work around, so it's not very important anymore. – nbar Nov 27 '14 at 18:24