performance wise htaccess
- by purpler
hese's the my htaccess template, i wonder if anything could be added to increase website performance..
# Defaults
AddDefaultCharset UTF-8
DefaultLanguage en-US
ServerSignature Off
FileETag None
Header unset ETag
Options -MultiViews
#Options All -Indexes
# Force the latest IE version or ChromeFrame
<IfModule mod_setenvif.c>
<IfModule…