page cache URL rewriting is not working
-
hi
I am getting an error with 200 OK for page cache URL rewriting is not working
https://snipboard.io/5aDe32.jpgbelow is my .htaccess from page_enhanced folder. I compared with w3tc_install, it is identical.
# BEGIN W3TC Page Cache cache
Options -MultiViews
<Files ~ “\.(html|html_gzip|html_br|xml|xml_gzip|xml_br)$”>
Order Allow,Deny
Allow from all
</Files>
AddDefaultCharset UTF-8
FileETag MTime Size
<IfModule mod_mime.c>
AddType text/html .html_br
AddEncoding br .html_br
AddType text/xml .xml_br
AddEncoding br .xml_br
</IfModule>
<IfModule mod_setenvif.c>
SetEnvIfNoCase Request_URI \.html_br$ no-brotli
SetEnvIfNoCase Request_URI \.xml_br$ no-brotli
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html M3600
</IfModule>
<IfModule mod_headers.c>
Header set X-Pingback “https://dev8ottibu.ml/xmlrpc.php”
Header set Vary “Accept-Encoding, Cookie”
Header set Pragma “public”
Header append Cache-Control “public”
</IfModule>
# END W3TC Page Cache cacheAny idea why i am getting this error and how to fix this?
Thank you
- The topic ‘page cache URL rewriting is not working’ is closed to new replies.