Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
Edited second Rewrite Rule so that redirects resolve to IRIs
  • Loading branch information
r0sek authored Nov 6, 2023
1 parent a1e0b12 commit 414db07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMECS/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

RewriteEngine on
RewriteRule ^ https://mmisw.org/ont/~katerose/CMECS [R=302,L]
RewriteRule ^(.*)$ https://mmisw.org/ont/~katerose/CMECS/$1 [R=302,L]
RewriteRule ^(.*)$ https://mmisw.org/ont?iri=$1 [R=302,L]

0 comments on commit 414db07

Please sign in to comment.