.htaccess file , Can some give me the right file code inside
-
Hi there,
I gues my .htaccess file is something wrong.
This is my .htaccess:
# BEGIN W3TC Browser Cache
<IfModule mod_deflate.c>
<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
<IfModule mod_mime.c>
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
</IfModule>
# END W3TC Browser Cache
# BEGIN WordPress# END WordPress
Can some post it how should it be right!
The dir is at mypublic_html/.htaccess
Thanks
- The topic ‘.htaccess file , Can some give me the right file code inside’ is closed to new replies.