Search Our Database

How To Disable APC Cache In Linux Using .htaccess

Last updated on |
by

You can disable APC cache easily by adding the following code into your .htaccess file.

php_flag apc.cache_by_default Off