Skip to content

Commit

Permalink
add sali redirect to drupal app
Browse files Browse the repository at this point in the history
  • Loading branch information
Jody Nega committed Feb 27, 2024
1 parent 08a2e47 commit 28acff6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifests/profile/www_lib/vhosts/apps_lib.pp
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@
# 2016-08-29 skorner per nancymou
rewrite_rule => '^/islamic http://guides.lib.umich.edu/islamicmss/find [redirect=permanent,last]'
},

# No More SALI redirect in favor of stand-alone drupal app
{
# SALI redirect to stand-alone drupal app
rewrite_rule => '^(/instruction/request.*)$ https://sali.lib.umich.edu/ [redirect=permanent,last]'
},

{ rewrite_rule => '^/my-account/favorites - [last]' },
{ rewrite_rule => '^/user/.*/favorites - [last]' },
Expand Down

0 comments on commit 28acff6

Please sign in to comment.