Skip to content

Commit

Permalink
Fix: Match does not start with a /
Browse files Browse the repository at this point in the history
  • Loading branch information
Gereon Kaiping authored Oct 17, 2019
1 parent 718c1f5 commit 73acdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unileiden/lexirumah/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 73acdc1

Please sign in to comment.