goldcms/goldcms/master/.htaccess - Htaccess File

goldcms/goldcms/master/.htaccess

Options -Indexes
Options +FollowSymlinks

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css
AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml
AddOutputFilterByType DEFLATE application/javascript application/x-javascript
</IfModule>

<FilesMatch ".(ogg|ogv|svg|svgz|eot|otf|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico)$">
Header set Cache-Control "max-age=2592000, must-revalidate"
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_FILENAME

Comments

Apache