Added .htaccess for Uberspace
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
6
.htaccess
Normal file
6
.htaccess
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
RewriteCond %{HTTP_HOST} ^jim\.2martens\.de [NC]
|
||||||
|
RewriteRule ^(.*)$ https://2martens.de/$1 [L,R=301]
|
||||||
|
|
||||||
|
ErrorDocument 404 /404.html
|
||||||
@ -33,6 +33,7 @@ defaults:
|
|||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
include: .htaccess
|
||||||
exclude:
|
exclude:
|
||||||
- scripts
|
- scripts
|
||||||
- README.md
|
- README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user