Disabling APC on Your Hosting Account
If you want to disable Alternative PHP Cache (APC), you can do so by modifying your php.ini
file.
To Disable APC
- Using your hosting account's editor, open your
php5.ini
orphp.ini
file. - On a new line, type apc.enabled=0.
- Save your changes.
NOTE: We recommend backing up your php5.ini
or php.ini
file before modifying it.