[TYPO3-english] Page caching and RealURL

Pero Peric pperic at mail.com
Wed Nov 19 19:40:19 CET 2014


On 17.11.2014. 13:13, Sinisa Mitrovic wrote:
> Hello,
>
> I have one page which I do not want to be cached, and in Page Properties
> I set no cache. In RealURL I have
>      'preVars' => array(
>           array(
>               'GETvar' => 'no_cache',
>               'noMatch' => 'bypass',
>           ),
>      ),
>
> So I do not have no cache part in URL. Is this page cached anyway?

I had almost same situation few days ago. You can check this in admin 
panel (if page is cached or not) but i belive that page will still be 
cached (if not then i don't see a point of URL no_cache var). Anyway, i 
solved this with a condition like:

[globalVar = TSFE:id = 7]
    config.no_cache = 1
[end]

Regards


More information about the TYPO3-english mailing list