From 7557a87a373fa80a5925c0954e0eeffcdd0dc372 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sat, 30 Nov 2024 11:51:43 -0600 Subject: [PATCH] Add redirect for old book title --- config/apache/rewrites/ebooks.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/apache/rewrites/ebooks.conf b/config/apache/rewrites/ebooks.conf index 4e308c9d..8d5b1edb 100644 --- a/config/apache/rewrites/ebooks.conf +++ b/config/apache/rewrites/ebooks.conf @@ -44,7 +44,8 @@ RewriteRule ^/ebooks/taras-shevchenko/poetry/alexander-jardine-hunter_ethel-lili RewriteRule ^/ebooks/nikolai-gogol/dead-souls/d-j-hogarth(/?$|/.+?$) /ebooks/nikolai-gogol/dead-souls/c-j-hogarth$1 [R=301,L] RewriteRule ^/ebooks/sigfrid-siwertz/downstream/macmillan-of-canada(/?$|/.+?$) /ebooks/sigfrid-siwertz/downstream/e-classen$1 [R=301,L] RewriteRule ^/ebooks/samuel-richardson/clarissa-harlowe(/?$|/.+?$) /ebooks/samuel-richardson/clarissa$1 [R=301,L] -RewriteRule ^/ebooks/tanizaki-junichiro/short-fiction/iwado-z-tamotsu(/?$|/.+?$) /ebooks/tanizaki-junichiro/short-fiction/ijichi-sumimasa_iwado-z-tamotsu$1 [R=301,L] +RewriteRule ^/ebooks/tanizaki-junichiro/short-fiction/iwado-z-tamotsu(/?$|/.+?$) /ebooks/tanizaki-junichiro/short-fiction/ijichi-sumimasa_iwado-z-tamotsu$1 [R=301,L] +RewriteRule ^/ebooks/george-bernard-shaw/you-can-never-tell(/?$|/.+?$) /ebooks/george-bernard-shaw/you-never-can-tell$1 [R=301,L] # Rewrite ebooks taken down due to copyright clarifications RewriteRule ^/ebooks/jules-verne/twenty-thousand-leagues-under-the-seas/f-p-walter.* - [R=451,L]