[TYPO3-dev] Custom Filenames in RealURL

Steffen Kamper steffen at sk-typo3.de
Tue Mar 25 22:44:37 CET 2008


"Jeff Segars" <jsegars at alumni.rice.edu> schrieb im Newsbeitrag 
news:mailman.1.1206477421.12811.typo3-dev at lists.netfielders.de...
> I'm attempting to generate custom filenames with RealURL and running
> into a brick wall so I wanted to get some feedback as to whether this
> is even possible.  From what I can see, its probably not but might be
> a nice addition to RealURL at some point in the future.
>
> Original URL:
> <http://mysite.com/calendar/?type=150&tx_cal_controller>[calendar]=70Go
> al URL: <http://mysite.com/calendar/my-calendar-name.ics>
>
> I know I can generate the following URLs...
> <http://mysite.com/calendar/my-calendar-name/index.ics> (where index
> is static and used for all ics
> urls)<http://mysite.com/calendar/my-calendar-name/ics/>
>
> Is it possible to generate a dynamic filename alongside a file
> extension based on the page type?
>
> Thanks,
> Jeff
>

Hi Jeff,

imho is this easy to configure, use section filename, eg
'fileName' => array (


  'defaultToHTMLsuffixOnPrev' => 1,
  'index' => array(
      'index.ics' => array(
          'keyValues' => array (
              'type' => 150,
          )
      )

  }



  vg  Steffen






More information about the TYPO3-dev mailing list