Dmitry Dulepov

Results 132 comments of Dmitry Dulepov

Host names will be different in your case. So singleton here will not work anyway. I think caching or optimisation is what is needed here.

Do you see `expireDays` in the [Configration reference](https://github.com/dmitryd/typo3-realurl/wiki/Configuration-reference)? :) The option does not exist.

> Didn't find it in the docs, but that doesn't mean there is no such thing This means it does not exist officially :)

I cannot promise. This is a side project for me, it is neither sponsored, nor supported by TYPO3, so it is not of high priority. I mostly fix bugs here.

`appendMissingSlash` is not about generating urls. The option says _missing_, which means... Well, [it is described in the docs](https://github.com/dmitryd/typo3-realurl/wiki/Configuration-reference#appendmissingslash).

At the moment it is not possible to remove trailing slash. You can probably use a `encodeSpURL_postProc` hook for that.

Yes, this is a bug. I will take care. Thanks for finding this!

Thank you, I will have a look soon.