Could we help you? Please click the banners. We are young and desperately need the money
When setting up the parameter
config.baseURL = http://example.org/
in Typo3 it might lead to some very weird problems on the page.
For this to solve simply configure the baseURL parameter based on the URL referrer:
BASEURL = http://example.org/ [globalString = ENV:HTTP_HOST=dev.example.org] BASEURL = [globalString = ENV:HTTP_HOST=dev.example.org] AND [globalString =_SERVER|HTTPS=on] BASEURL = [global]
config.baseURL = {$BASEURL}