# Charset
AddDefaultCharset UTF-8
# Site-Icon Rules
RewriteRule ^favicon\.ico$ /img/favicon.ico [L]
# Caching
ExpiresActive on
ExpiresDefault "access plus 1 week"
Header append Cache-Control "public"
Header append Cache-Control "max-age=604800"
# Robots.txt
Allow from all
Deny from none
Satisfy all
# Spaceapi
RewriteRule ^spaceapi.json$ /spaceapi/ [R=302,L]
RewriteRule ^spaceapi$ /spaceapi/ [R=302,L]
# Hackcal
RewriteRule ^hackcal$ /hackcal/ [R=302,L]