I have a TYPO3 website that has been working with auturonf realURLs for many years.
The template is very simple: Domain / language / pid e.g. example.com/d/6
Now I need to add an addition to the realURL configuration, but I'm not sure how to reproduce the setting using autoconf in the configuration file manually (we do not want to change the URLs)
How is this done? I tried to output the serialized autoconf values ββvia var_export (), but did not work.
Or: how to create the URL pattern above in the realurl_conf file?
Thanks! Urs
source share