Site Config Update

Hello,
I have been trying to update my custom site config file, but oddly with no success. I even deleted the entire config and still no change.
Can this be caused by the config staying in the cache and not changing? If yes, is there any way to flush the cache?
Thank you

Hi Ken, caching can be an issue if you have APC on your system (check the debug output to see if it’s being used). If it is, you can disable it in the config file and see if you get different results. Updating the site config files via the admin page should clear the APC cache if it’s enabled. If you control the server, you can also restart it, which will clear the cache. But I would recommend disabling caching firs to make sure it’s actually a cache issue and not something else.

Hope that’s some help.