[TYPO3] realurl: URL works, but 503 is reported
Heiner Lamprecht
heiner at heiner-lamprecht.net
Tue Aug 29 11:36:59 CEST 2006
Hi,
I just discovered a problem with realurl. The generated URLs work
fine in the browser, but the webserver reports a 503 status code
for some of the URL.
The problem only occurs for some URLs. The relevant part of the
configuration is:
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
...
'fixedPostVars' => array(
'52' => array (
array(
'GETvar' => 'tx_hldamgallery_pi1[galleryPID]',
'lookUpTable' => array(
'table' => 'pages',
'id_field' => 'uid',
'alias_field' => 'title',
'useUniqueCache' => 1,
'useUniqueCache_conf' => array(
'strtolower' => 1,
'spaceCharacter' => '-',
),
'autoUpdate' => 1
)
),
array(
'GETvar' => 'tx_hldamgallery_pi1[galleryCID]',
),
array(
'GETvar' => 'tx_hldamgallery_pi1[imgID]',
),
),
),
...
);
As you can see, I use an extension, which transferres a page id as a
parameter. This parameter is translated to the pagetitle, which
now becomes part of the speaking URL. All requests for id=52
report the 503 status code.
But why? What did I wrong, or have to do to fix this problem?
Thanks in advance,
Heiner
--
heiner at heiner-lamprecht dot net GnuPG - Key: 9859E373
Fingerprint: 3770 7947 F917 94EF 8717 BADB 0139 7554 9859 E373
More information about the TYPO3-english
mailing list