[TYPO3-english] Trying to get realurl to work
Sinsia
m.sinisa at deepscreen.ch
Fri Aug 30 09:00:03 CEST 2013
Hi Azdour,
InRealUrl configuration under filename add this line
"'defaultToHTMLsuffixOnPrev' => 1," like in example:
'fileName' => array(
'index' => array(
//ajout pour printlink :
'print.html' => array(
'keyValues' => array(
type=> 98,
)
),
),
'_DEFAULT' => array(
'keyValues' => array(
)
),
// add .html suffix to the end of the path generated
'defaultToHTMLsuffixOnPrev' => 1,
),
),
Best regards,
Sinisa
On 30.8.2013 7:16, Dmitry Dulepov wrote:
> Hi!
>
> azdour wrote:
>> localhost/testwebsite/page/
>>
>> If I use the page alias field. But I am still looking to get my real
>> urls to look like the following:
>>
>> localhost/testwebsite/page.html
>
> It is described in the manual, how to make it. Read the manual, please
> :) It is useful.
>
More information about the TYPO3-english
mailing list