doncot
Forum Replies Created
-
Thanks donncha,
I edited wp-content/cache/.htaccess and removed following lines:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html A300
</IfModule>or fix my Apache config file like below:
<Directory “/var/www/blog”>
Options FollowSymLinks
AllowOverride FileInfo AuthConfig –> AllowOverride All
Order allow,deny
Allow from all
</Directory>Now It is ok.
But I have not got idea how to rewrite my .htaccess.(do you mean /.htaccess or wp-content/cache/.htaccess ?)
And how to fix my Apache config file?Anyway,Thank you so much. 🙂
My website for example is : http: //blog.mywebsite.com/
refer to Troubleshooting:
10.If pages are randomly super cached and sometimes not, your blog can probably be viewed with and without the “www” prefix on the URL. You should choose one way and install the Enforce www preference( http://txfx.net/code/wordpress/enforce-www-preference/)plugin.But it still can’t work.Could someone help me.thx
I got the same ‘500 Internal Server Error’
/var/www/blog/wp-content/cache/.htaccess: ExpiresActive not allowed here
After I delete cache,then I can view the site once.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Not compatible with 2.6I got ‘500 Internal Server Error’
error_log : wp-content/cache/.htaccess: ExpiresActive not allowed here