How to Disable APC Cache via .htaccess

You can disable APC Caching for your domain via .htaccess with the following steps:
  • Login to your account through FTP or cPanel's file manager

cPanel Login

  • Navigate to your domains "/public_html" directory

public_html

  • Locate your .htaccess file and open it in a text editor, or download the file to edit on your local computer using text-editor.
  • Add the following line to the .htaccess file: php_flag apc.cache_by_default Off
  • Save the .htaccess file, and re-upload it to your "/public_html" if you edited locally.
Was this answer helpful?

Also Read

How to Assign/Unassign a MySQL User to a Database

Assign User Privileges to a Database Log into cPanel   Under Databases, click MySQL...

How to Export a MySQL Database

Log in to cPanel   Click phpMyAdmin under the Databases tab On the left...

How to backup my files in cPanel using G1 BACKUP

Required Information To back up your website, you are going to need the following information:...

How to Import MySQL Database

 Log in to cPanel Under the category "Databases", click on phpMyAdmin On the...

How to Backup Entire Site in cPanel

You can backup your entire site including databases, e-mails, settings etc using the cPanel...