Divvens
Well-known member
I followed the instructions here: http://xenforo.com/help/cache/
This is currently in my config.php file
I've read that you also need to assign a file directory of some sort for the Cache to properly work? I'm on "Semi-Dedicated" hosting (it is still shared in a sense, not a vps/dedicated server.) and I wish to utilize the default caching method nothing else.
Do I need to add anything else/do anything else in order to get the Cache working properly?
This is currently in my config.php file
PHP:
$config['cache']['enabled'] = true; $config['cache']['frontend'] = 'Core'; $config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_'; $config['cache']['backend'] = 'File';
I've read that you also need to assign a file directory of some sort for the Cache to properly work? I'm on "Semi-Dedicated" hosting (it is still shared in a sense, not a vps/dedicated server.) and I wish to utilize the default caching method nothing else.
Do I need to add anything else/do anything else in order to get the Cache working properly?