Page 1 of 1

'[[root_url]]' tag [SOLVED]

Posted: Fri Feb 25, 2011 1:09 pm
by DevAnd
Hello everyone, I'm Italian, so sorry for my bad English. I've a simple question.
In the CSS files i see this tag: '[[root_url]]', instead of {root_url}. The problem is that [[root_url]] doesn't change his value even if I edit config['root_url'] in config.php, while {root_url} works properly (except in the CSS). How can i solve this?

Thank you all in advance.

Re: '[[root_url]]' tag

Posted: Fri Feb 25, 2011 8:27 pm
by Jeff
[[root_url]] is correct. The problem is that the stylesheets get cached and the system doesn't realize that it needs to up. If you clear the cache it should recreate the files with the new $config['root_url'].

Re: '[[root_url]]' tag

Posted: Fri Feb 25, 2011 9:11 pm
by DevAnd
You're right, thanks a lot.