From a8be4242e3056185c0f04ee7252a84d7dbc36b6e Mon Sep 17 00:00:00 2001 From: Rasmus Malver Date: Mon, 23 Apr 2018 06:29:39 +0000 Subject: [PATCH] Update 'htaccess' --- htaccess | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htaccess b/htaccess index f595c3f..540cb7b 100644 --- a/htaccess +++ b/htaccess @@ -9,4 +9,9 @@ Redirect /PapeLyver.pdf /assets/files/PapeLyver.pdf Redirect /FT-notat.pdf /assets/files/FT-notat.pdf # template for redirects (never uncomment and use this line as is!) -#Redirect / /assets/files/ \ No newline at end of file +#Redirect / /assets/files/ + +# Kickass regexian redirects +RewriteEngine on +RewriteRule "^st[aeƦ]+vning" "/assets/files/staevning.pdf" +RewriteRule "^papelyver" "/assets/videos/pape.mp4" \ No newline at end of file