Ben bu eklentiyi aktifleştirip değişiklikleri kayıt ettikten sonra page cache sayfasına girmeye çalıştığımda bu sayfaya erişmek için yeterli izniniz yok diyor ne yapmalıyım.
Böyle bir sorunla karşılaşmadım ama eklenti kurmadan da bu ayarlar yapılabiliyormuş.
Htaccess'e bu kodu yapıştırabilirsiniz.
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
Header append Vary User-Agent env=!dont-vary
AddOutputFilterByType DEFLATE text/css application/x-javascript text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon
FileETag None
Header set X-Powered-By "W3 Total Cache/0.9.1.2"
FileETag None
Header set X-Powered-By "W3 Total Cache/0.9.1.2"
FileETag None
Header set X-Powered-By "W3 Total Cache/0.9.1.2"
Php ile yapilan header kullanımlarının hepsi htaccess ile de yapilabilir.
Böyle demişti arkadaş bana. :)