How do I disable APC cache via .htaccess?
To disable APC cache via .htaccess:
-
Connect to your account through FTP or cPanel’s File Manager.
-
Navigate to your domain’s
public_html/directory. -
Open your
.htaccessfile in a text editor (or download it to edit locally). -
Add the following line:
php_flag apc.cache_by_default Off -
Save the file and re-upload it if you edited the copy locally.