We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9cf32 commit c04b151Copy full SHA for c04b151
1 file changed
public-gui/public/.htaccess
@@ -1,6 +1,8 @@
1
RewriteEngine on
2
3
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]
6
7
RewriteCond %{REQUEST_URI} !\.html$
8
RewriteCond %{REQUEST_URI} !\.(js|css)(\.map)?$
0 commit comments