From 73acdc1125415a87f989c0afce95673c4f7727dd Mon Sep 17 00:00:00 2001 From: Gereon Kaiping Date: Thu, 17 Oct 2019 13:21:58 +0200 Subject: [PATCH] Fix: Match does not start with a / --- unileiden/lexirumah/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unileiden/lexirumah/.htaccess b/unileiden/lexirumah/.htaccess index 218ba6256..1a928f89c 100644 --- a/unileiden/lexirumah/.htaccess +++ b/unileiden/lexirumah/.htaccess @@ -2,5 +2,5 @@ Header set Access-Control-Allow-Origin * Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$ Options +FollowSymLinks RewriteEngine on -RewriteRule ^/unileiden/lexirumah/(.*)$ https://lexirumah.model-ling.eu/lexirumah/$1 [L,R=307,NC] +RewriteRule ^unileiden/lexirumah/(.*)$ https://lexirumah.model-ling.eu/lexirumah/$1 [L,R=307,NC]