Skip to content

Commit

Permalink
added ignore case flag to women's studies database
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Jan 21, 2022
1 parent ec2c8e9 commit 52f8e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ RewriteRule ^tile/?(.*)$ https://archive.mith.umd.edu/tile/$1 [R=301,L]
RewriteRule ^tools/?(.*)$ https://archive.mith.umd.edu/tools/$1 [R=301,L]
RewriteRule ^topicmodeling/?(.*)$ https://archive.mith.umd.edu/topicmodeling/$1 [R=301,L]
RewriteRule ^vintage-computers/?(.*)$ https://archive.mith.umd.edu/vintage-computers/$1 [R=301,L]
RewriteRule ^womensstudies/?(.*)$ https://archive.mith.umd.edu/womensstudies/$1 [R=301,L]
RewriteRule ^womensstudies/?(.*)$ https://archive.mith.umd.edu/womensstudies/$1 [R=301,L,NC]
RewriteRule ^workshop/?(.*)$ https://archive.mith.umd.edu/workshop/$1 [R=301,L]

# For everything else when we don't have a file or a directory here in the static
Expand Down

0 comments on commit 52f8e8c

Please sign in to comment.