[Typo3] Typo3 with HTTP-Proxy

Bernhard Kraft kraftb at kraftb.at
Wed Sep 21 00:50:41 CEST 2005


Dmitry Dulepov wrote:
> Hi!
> 
> Holzhammer Wolfgang wrote:
> 
>>any ideas - tia,
> 
> 
> Please, do not cross-post to different groups!

Well actually this is ok as this question is not "dev" related and should
get asked on the "english" list. He was told to do so by Wolfgang and I think
this was correct behavour.


To issue your problem:
At line 6592 of tslib/class.tslib_content.php

There is the form tag for the editPanel$formTag = '<form name="'.$formName.'" action="'.htmlspecialchars(t3lib_div::getIndpEnv('REQUEST_URI')).'" method="post" enctype="'.$GLOBALS['TYPO3_CONF_VARS']['SYS']['form_enctype'].'" onsubmit="return TBE_EDITOR_checkSubmit(1);" style="margin: 0 0 0 0;">'; :

I guess setting the action to : t3lib_div::getIndpEnv('REQUEST_URI') causes the troubles as this
will contain the URI of your real server in your case ... you will encouter this problem more often ...
evertime when not relative links are used ...



greets,
Bernhard



More information about the TYPO3-english mailing list