How do I disable APC cache via .htaccess?
Posted by Brian F., Last modified by Brian F. on 29 June 2010 06:27 PM
|
To disable APC cache via .htaccess, you'll need to complete the following steps:
- Connect to your account through FTP or cPanels file manager
- Navigate to your domains public_html/ directory
- Locate your .htaccess file and open it in a text editor, or download the file to edit on your local computer
- 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 FTP if you edited the copy locally
|
(148 vote(s))
Helpful Not helpful
|