I have a TYPO3 site that's been running with realURLs autoconf for years.
The pattern is very simple: Domain/language/pid e.g. example.com/d/6
Now I have to make an addition to the realURL config, but I'm not sure on how to reproduce the setup by autoconf in a manual configuration file (we don't want to change the URLs)
How's that done? I've tried outputting the serialized autoconf values via var_export(), but no work.
Or: how can I create the URL pattern above in realurl_conf?
Thanks! Urs