Title: ateam's Replies | WordPress.org

---

# ateam

  [  ](https://wordpress.org/support/users/ateam/)

 *   [Profile](https://wordpress.org/support/users/ateam/)
 *   [Topics Started](https://wordpress.org/support/users/ateam/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ateam/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ateam/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ateam/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ateam/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ateam/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Super Cache working fine, but install required wp-content chmod 777](https://wordpress.org/support/topic/super-cache-working-fine-but-install-required-wp-content-chmod-777/)
 *  [ateam](https://wordpress.org/support/users/ateam/)
 * (@ateam)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/super-cache-working-fine-but-install-required-wp-content-chmod-777/#post-668265)
 * I think your issue is the OWNER of wp-content.
 * You DO NOT WANT chmod 777! I would only go as far as 775.
 * So, wp-content needs to “chown apache” (or whatever is the appropriate user for
   your system).
 * You could get away with “chgrp apache” with the chmod 775.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Installed WP-Super-Cache, no love :(](https://wordpress.org/support/topic/installed-fine-enabled-no-love/)
 *  [ateam](https://wordpress.org/support/users/ateam/)
 * (@ateam)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/installed-fine-enabled-no-love/#post-668195)
 * To incursio et al:
 * I just spent several hours working this as well! After I double checked everything,
   reread this forum and all related links – I STILL COULDN’T GET IT TO WORK.
 * I’m not an idiot – so clearly I was missing something obvious because other people
   got it to work. So, I started to debug it.
 * Then I found out… This line in `wp-config.php`
    `define( 'WP_CACHE', true );`
 * must come before this line:
    `require_once(ABSPATH.'wp-settings.php');`
 * Hope that helps…

Viewing 2 replies - 1 through 2 (of 2 total)