[TYPO3-dev] Multidomain Multilanguage realUrl issue
Dmitry Dulepov
dmitry.dulepov at gmail.com
Tue Nov 22 10:55:46 CET 2011
Hi!
Shanmugarajan K wrote:
> Currently i am having the realurl configuration as disablePathCache and
> enableUrlDecodeCache. are set to "On".
>
> For further googling, i found this link "
> http://typo3.toaster-schwerin.de/typo3_english/2005_08/msg00876.html" says
> the above two properties needs to disabled. i.e turn off.
Both these things are incorrect.
disablePathCache is a boolean and should be set to false.
enableUrlDecodeCache is a boolean and should be set to true.
true is just like that, it is not spelled in quotes (not as 'true' or
"true"). Same for false.
The post you found is from 2005. It is 2011 now, lots of things has changed :)
Your problem most likely comes from one or more of:
- old RealURL version (you absolutely must have 1.11.x by now)
- not all domains are entered in the RealURL configuration
- you are using _DEFAULT in RealURL configuration
- you did not enable strict mode in the RealURL ext properties
Try fixing those one by one.
--
Dmitry Dulepov
TYPO3 core&security teams member
Blog: http://dmitry-dulepov.com/
Twitter: http://twitter.com/dmitryd
Simplicity will save the world.
More information about the TYPO3-dev
mailing list