Dmitry Dulepov

Results 132 comments of Dmitry Dulepov

> But the only way out from here is \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit which does not support the rendering of a nice 404 page. You can provide your own 404 page using TYPO3...

It would be better to create a new query builder. There is no point to keep them all cached actually. Creating is cheap. Keeping them increases memory usage. Suggestion: ```diff...

Please, fix your configuration first. That `page` parameter does not exist in TYPO3.

I'll see if I can reproduce it.

@midhundevasia `realurl_autoconf.php` is a file that realurl generates if no manual configuration is present. If you put an empty `realurl_conf.php`, you disable automatic config but leave realurl without config at...

I still cannot confirm the issue. Since there is no new data, I close it.

Okay, now it better describes the issue. It seems that this does not work until the url with the filename gets to the cache. This is something I can test....

Still cannot reproduce it :( Tried with cleared url data and configuration like yours.

Yes, this is a good idea! I am going to review & add that. Thanks for suggestion!

What about using [this hook](https://github.com/dmitryd/typo3-realurl/blob/development/Classes/Configuration/ConfigurationReader.php#L530)?