Skip to content

Commit c04b151

Browse files
authored
Update .htaccess to revrite epa url's
1 parent 2a9cf32 commit c04b151

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

public-gui/public/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
RewriteEngine on
22

33
RewriteRule ^security.txt$ https://www.surf.nl/.well-known/security.txt [R=302,L]
4+
# Match any request starting with /validated/
5+
RewriteRule ^validated/.*$ https://servicedesk.surf.nl/wiki/x/PYpCDQ [R=302,L]
46

57
RewriteCond %{REQUEST_URI} !\.html$
68
RewriteCond %{REQUEST_URI} !\.(js|css)(\.map)?$

0 commit comments

Comments
 (0)