Skip to content

Commit

Permalink
added nexus redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Dec 17, 2024
1 parent 4bcdea2 commit 403638d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ RewriteRule ^guido(.*) /activities/guido/$1 [L,R=301]
RewriteRule ^corto$ /vcgtools/corto/ [L,R]
RewriteRule ^corto(.*) /vcgtools/corto/$1 [L,R=301]

RewriteRule ^nexus$ /vcgtools/nexus/ [L,R]
RewriteRule ^nexus(.*) /vcgtools/nexus/$1 [L,R=301]

RewriteRule ^relight$ /vcgtools/relight/ [L,R]
RewriteRule ^relight(.*) /vcgtools/relight/$1 [L,R=301]

Expand Down

0 comments on commit 403638d

Please sign in to comment.