2019-10-20 01:51:06 +02:00
|
|
|
Options -Indexes
|
|
|
|
|
|
|
|
RewriteEngine On
|
|
|
|
RewriteBase /
|
|
|
|
|
|
|
|
RewriteCond %{REQUEST_FILENAME}.html -f
|
|
|
|
RewriteRule (.*) $1.html [L]
|
|
|
|
|
|
|
|
RewriteRule ^discord/?$ "https://discord.gg/Uy2ZM9X" [R=301,L]
|
|
|
|
RewriteRule ^actaddchangelog/?$ "https://github.com/Ellpeck/ActuallyAdditions/blob/master/update/changelog.md" [R=301,L]
|
|
|
|
RewriteRule ^actadddownload/?$ "https://minecraft.curseforge.com/projects/actually-additions/files" [R=301,L]
|
|
|
|
RewriteRule ^actaddlicense/?$ "https://github.com/Ellpeck/ActuallyAdditions/blob/master/LICENSE.md" [R=301,L]
|
|
|
|
RewriteRule ^actadd/?$ "https://minecraft.curseforge.com/projects/actually-additions" [R=301,L]
|
|
|
|
RewriteRule ^projects/?$ "https://ellpeck.de/#projects" [NE,R=301,L]
|
|
|
|
RewriteRule ^impressum/?$ "https://ellpeck.de/#impressum" [NE,R=301,L]
|
|
|
|
RewriteRule ^mc/?$ "https://ellpeck.de/minecraft-stuff" [R=301,L]
|
|
|
|
RewriteRule ^minecraft-stuff/?$ "https://ellpeck.de/projects" [R=301,L]
|
|
|
|
RewriteRule ^yt/?$ "https://www.youtube.com/c/ellpeck" [R=301,L]
|
|
|
|
RewriteRule ^wishlist/?$ "https://www.amazon.de/hz/wishlist/ls/LZO9Y2Z3VJ5Q?&sort=default" [R=301,L]
|
|
|
|
RewriteRule ^commissions/?$ "https://ellpeck.de/#commissions" [NE,R=301,L]
|
2019-11-09 01:01:35 +01:00
|
|
|
RewriteRule ^fftranslate/?$ "https://poeditor.com/join/project/ElzC23ecB6" [NE,R=301,L]
|
2019-10-20 01:51:06 +02:00
|
|
|
|
|
|
|
ErrorDocument 404 /404.html
|
|
|
|
|
2019-10-20 23:27:34 +02:00
|
|
|
<FilesMatch "^(blog|sitemap|feed|atom|rss)">
|
2019-10-20 01:51:06 +02:00
|
|
|
ExpiresActive On
|
|
|
|
ExpiresDefault A1
|
|
|
|
Header append Cache-Control must-revalidate
|
|
|
|
</FilesMatch>
|