--- is_hidden: true non_cognitive: true --- # manual 404 page ErrorDocument 404 /404/index.html # rewrite stuff RewriteEngine on # don't alienate people who use the old feed RewriteRule ^feed/? /rss.xml <% unless main_site? %> # store pigs in central site RewriteRule ^pigs/(.+)$ http://muflax.com/pigs/$1 [L] <% end %> # serve gzipped files if available RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{REQUEST_FILENAME} !\.gz$ RewriteCond %{REQUEST_FILENAME}.gz -f RewriteRule ^(.*)$ $1.gz [L]