# BEGIN WP Rocket v2.1.1 # Use UTF-8 encoding for anything served text/plain or text/html AddDefaultCharset UTF-8 # Force UTF-8 for a number of file formats <IfModule mod_mime.c> AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml </IfModule>
######################################################### # # ############# Mise en cache des fichiers ################ # # #########################################################
########################################################## # # ############# Expire Header ################# # préciser au serveur que certains fichiers ne doivent # # pas être envoyés à l'internaute la prochaine fois # # qu'il reviendra, et qu'il les a déjà # # # ##########################################################
<IfModule mod_expires.c> ExpiresActive on
# Perhaps better to whitelist expires rules? Perhaps. ExpiresDefault "access plus 1 month"
# cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5) ExpiresByType text/cache-manifest "access plus 0 seconds"
# Your document html ExpiresByType text/html "access plus 0 seconds"
# Data ExpiresByType text/xml "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds"
# Feed ExpiresByType application/rss+xml "access plus 1 hour" ExpiresByType application/atom+xml "access plus 1 hour"
# Favicon (cannot be renamed) ExpiresByType image/x-icon "access plus 1 week"
# Media: images, video, audio ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType video/ogg "access plus 1 month" ExpiresByType audio/ogg "access plus 1 month" ExpiresByType video/mp4 "access plus 1 month" ExpiresByType video/webm "access plus 1 month"
# HTC files (css3pie) ExpiresByType text/x-component "access plus 1 month"
# Webfonts ExpiresByType application/x-font-ttf "access plus 1 month" ExpiresByType font/opentype "access plus 1 month" ExpiresByType application/x-font-woff "access plus 1 month" ExpiresByType image/svg+xml "access plus 1 month" ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
# CSS and JavaScript ExpiresByType text/css "access plus 1 year" ExpiresByType application/javascript "access plus 1 year"
######################################################### # # ############# Site.manifest ################ # # ######################################################### AddType text/cache-manifest manifest # les proxies ne doivent pas décompresser le contenu à la place de l'internaute <IfModule mod_headers.c> Header append Vary User-Agent env=!dont-vary </IfModule>
# Compress all output labeled with one of the following MIME-types <IfModule mod_filter.c> AddOutputFilterByType DEFLATE application/atom+xml \ application/javascript \ application/x-javascript \ application/json \ application/rss+xml \ application/vnd.ms-fontobject \ application/x-font-ttf \ application/xhtml+xml \ application/xml \ application/x-httpd-php \ font/opentype \ image/svg+xml \ image/x-icon \ text/css \ text/html \ text/plain \ text/javascript \ text/x-component \ text/xml </IfModule>
<Files wp-config.php> order allow,deny deny from all </Files> <Files .htaccess> order allow,deny deny from all </Files> Options All -Indexes
######################################################### # # ######## réécriture d'url pour category et tag ########## # # #########################################################
Trouvez des réponses à vos questions sur les langages, les frameworks et les astuces de codage. Échangez avec d'autres développeurs passionnés pour améliorer vos compétences en programmation et rester au fait des dernières tendances du secteur.