Disabling APC on Your Hosting Account
If you want to disable Alternative PHP Cache (APC), you can do so by modifying your PHP initialization file file.
- Using your hosting account's editor (Web & Classic / cPanel / Plesk), open your website's PHP initialization file.
Note: We recommend backing up your PHP initialization file file before modifying it. You can do this by copying and renaming it in your file manager.
- On a new line, type apc.enabled=0.
- Save your changes.