Bug #16732
closedhtmlarea, proxy and firefox
0%
Description
Running TYPO3 4.0.2 behind a proxy the domain in the browser and the HTTP_HOST server value in PHP may be different (browser: www.domain.tld, php/server: typo3.domain.tld). TYPO3 doesn't care about this since all paths etc. are relative and so everthing in the FE and BE works fine. But htmlarea (1.4.2) works with absolute urls which causes problems when working with Firefox (1.5 & 2.0). If you click on a content element for editing only the loading message appears while the editor itself doesn't start (no errors in the js console!). When trying to do the some thing with the Internet Explorer (6.0 & 7.0) everything works as expected.
Maybe this behaviour in the Firefox is a bug, but it would be nice to have a way around it...
(issue imported from #M4542)
Updated by Martin Kutschker over 16 years ago
Proxy handling has been improved in 4.2beta3. All absolute links in the BE (there are a few) incl. those in the RTE should work now.
Updated by Martin Kutschker over 16 years ago
Martin, did you configure TYPO3 accordingly? Have a look at the installer. There you will find the proxy configuration. Basically you must enter the IP address of your proxy.
Updated by Stanislas Rolland over 15 years ago
So, is this working now, or is there still a problem?
Updated by Stanislas Rolland over 14 years ago
All absolute paths have been removed in upcoming TYPO3 4.4beta.
Please try it when it becomes available this week..