Skip to content

Commit

Permalink
added tarini papers data old url redirects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Oct 1, 2024
1 parent f40486b commit eb2d7f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ RewriteRule ^Publications/(.*)$ /publication/$1 [L,R=302]
RewriteRule ^~([^/]+)$ ~$1/ [L,R]
RewriteRule ^~(.*) /homepages/$1 [L]

#HOMEPAGES
RewriteRule ^deformFactors$ /homepages/tarini/deformFactors [L,R]
RewriteRule ^deformFactors(.*) /homepages/tarini/deformFactors/$1 [L]

RewriteRule ^polycubemaps$ /homepages/tarini/polycubemaps [L,R]
RewriteRule ^polycubemaps(.*) /homepages/tarini/polycubemaps/$1 [L]

RewriteRule ^volume-encoded-uv-maps$ /homepages/tarini/volume-encoded-uv-maps [L,R]
RewriteRule ^volume-encoded-uv-maps(.*) /homepages/tarini/volume-encoded-uv-maps/$1 [L]

RewriteRule ^polycubemaps$ /homepages/tarini/polycubemaps [L,R]
RewriteRule ^polycubemaps(.*) /homepages/tarini/polycubemaps/$1 [L]


#ACTIVITIES

Expand Down

0 comments on commit eb2d7f6

Please sign in to comment.