[TYPO3-english] RealURL Configuration Help

Sergey Alexandrov serg at alexandrov.us
Thu Nov 3 15:47:17 CET 2011


Rod,

Yes, save the original config, then edit default. There is  'fileName' 
array, where 'defaultToHTMLsuffixOnPrev' switches .html . Set it to 1 
and you should be ok:

     'fileName' =>
     array (
       'defaultToHTMLsuffixOnPrev' => 1,
       'acceptHTMLsuffix' => 1,
       'index' =>
       array (
         'print' =>
         array (
           'keyValues' =>
           array (
             'type' => 98,
           ),
         ),
       ),
     ),


On 11/2/2011 6:29 PM, Rod Naugler wrote:
> I don't need to configure realURL for any extensions. I installed and 
> activated the extension using the default setup from the manual. The 
> URLs I'm getting are:
> www.website.com/page1/
> www.website.com/page1/page2/
> www.website.com/page1/page2/page3/
>
> I've really gotten away from Typo3 over the past couple of years and 
> this is a fixup for a site who's host upgraded to PHP5. The site in 
> question is http://weddingsinfrance.com
>
> Can I just copy/rename the default configuration and tweak it from there?
> The addition you mention below, is that in the template or in the config?
>
> Thanks!
>
> Rod
>


More information about the TYPO3-english mailing list