luz7
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Minify and Page Cache URL rewriting is not workingHi
Thanks for your feedback.
I finally changed my plugin cache.Thanks for your help.
Forum: Plugins
In reply to: [W3 Total Cache] Minify and Page Cache URL rewriting is not workingHello
Thanks for your feedback.
Yes the rewrite rules in the Performance>Install are the same that in my .htaccess files ( at the root, /wp-content/cache/page_enhanced/.htaccess and /wp-content/cache/minify/.htaccess ).Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Minify and Page Cache URL rewriting is not working<Directory “/***/***”>
AllowOverride All
</Directory>Sorry Directory not directory…
Forum: Plugins
In reply to: [W3 Total Cache] Minify and Page Cache URL rewriting is not workingHi
I changed .htaccess permission in 644. I tried to add the following code to my .htaccess because I don’t have access to httpd.conf
<directory>
AllowOverride All
</directory>I don’t know how to name the directory. I asked my host O2switch witch directory I should write and he proposed /home/uvsu9023/bluelight.blue or /bluelight.blue but it didn’t work. I don’t think it’s the good directory. I can’t fix the problem.
Indeed I followed all the other devices. And everything seems to be Ok.Do you have an idea of the directory I should write ?
Thanks for your help.
Forum: Plugins
In reply to: [W3 Total Cache] Minify and Page Cache URL rewriting is not workingHi
In /home/uvsu9023/bluelight.blue/.htaccess the following code were missing ( I added now ) :
# BEGIN W3TC WEBP <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_FILENAME} (.+)\.(jpe?g|png|gif)$ RewriteCond %1\.webp -f RewriteCond %{QUERY_STRING} !type=original RewriteRule (.+)\.(jpe?g|png|gif)$ $1.webp [NC,T=image/webp,E=webp,L] </IfModule> <IfModule mod_headers.c> <FilesMatch "\.(jpe?g|png|gif)$"> Header append Vary Accept </FilesMatch> </IfModule> AddType image/webp .webp # END W3TC WEBP
How can I change permissions to 644 in .htaccess ?
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Minify and Page Cache URL rewriting is not workingHi
Thanks for the answer. I’m using apache.
Forum: Plugins
In reply to: [W3 Total Cache] Caching Plugin Not WorkingHi
I don’ see how create a new topic so let me ask questions concerning my W3TC configuration. I have 2 error messages :
W3 Total Cache error:It appears Minify URL rewriting is not working. Please verify that the server configuration allows .htaccess Unfortunately minification will not function without custom rewrite rules. Please ask your server administrator for assistance. Also refer to the install page for the rules for your server. Infos techniques .htaccess file contains rules to rewrite url https://bluelight.blue/wp-content/cache/minify/984627727w3tc_rewrite_test.css. If handled by plugin, it returns "Minify OK" message. The plugin made a request to https://bluelight.blue/wp-content/cache/minify/984627727w3tc_rewrite_test.css but received: Array ( [code] => 500 [message] => Internal Server Error ) instead of "Minify OK" response. W3 Total Cache error: It appears Page Cache URL rewriting is not working. Please verify that the server configuration allows .htaccess Unfortunately disk enhanced page caching will not function without custom rewrite rules. Please ask your server administrator for assistance. Also refer to the install page for the rules for your server. Infos techniques .htaccess file contains rules to rewrite url https://bluelight.blue/w3tc_rewrite_test into https://bluelight.blue/?w3tc_rewrite_test which, if handled by plugin, return "OK" message. The plugin made a request to https://bluelight.blue/w3tc_rewrite_test but received: 500 Internal Server Error instead of "OK" response.
Thanks for help !