• Resolved cogdog

    (@cogdog)


    On my first install I got Internal Server errors all over the place (had to remove the plugin to get my site back). Since my host does not provide editing to httpd.conf, I was able to add the equivalent for

    <Directory /home/www/>
    AllowOverride All
    </Directory>

    by adding to my htaccess file

    Order deny,allow
    Allow from all

    I am not expert on whether this was what I needed or if my initial install went south, but I am now Super Caching

    http://wordpress.org/extend/plugins/wp-super-cache/

  • The topic ‘[Plugin: WP Super Cache] Getting Around the 500 Internal Errors’ is closed to new replies.