[Typo3] Real url disables mailforms?
Dan Jensen
dan at delete_this.wildside.dk
Mon Jun 20 11:38:53 CEST 2005
Hi list,
Is there anyone that has tried to install Real Url whereupon the
mailforms stops working? Disable real url and it works again...
Here's what i think happens:
Somehow the rewrite makes typo3 stop sending mails from forms properbly
because some kind of referer mismatch. Before I start the big search i
wanted to hear if there are others with the same problem.
My setup:
Typo3 3.7.0
Real Url 0.2.0
Real url setup:
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
'init' => array(
'enableCHashCache' => 1,
'enableUrlDecodeCache' => 1,
'enableUrlEncodeHash' => 1,
),
'rewrite' => array(
),
'preVars' => array(
),
'pagePath' => array(
'type' => 'user',
'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '-',
'languageGetVar' => 'L',
'expireDays' => 3
),
'fileName' => array (
'defaultToHTMLsuffixOnPrev' => 1,
'index' => array(
'page.html' => array(
'keyValues' => array (
'type' => 1,
),
),
),
'print.html' => array(
'keyValues' => array (
'type' => 98,
),
),
),
'fixedPostVarSets' => array(
),
'postVarSets' => array(
'_DEFAULT' => array(
),
),
);
I hope someone can help.
Thanks
Dan Jensen
Wildside
More information about the TYPO3-english
mailing list