mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Release SEMOS 1.0.0
This commit is contained in:
parent
6783e0e1a9
commit
fe2d83461f
37 changed files with 758 additions and 7111 deletions
|
@ -165,6 +165,9 @@ Define domain standardebooks.org
|
|||
# Favicon rewrites
|
||||
RewriteRule ^/(apple-touch|android-chrome|favicon|mstile|safari-pinned|browserconfig|manifest)([^/]+)$ /images/favicons/$1$2 [L]
|
||||
|
||||
# Redirect latest version of the manual
|
||||
RewriteRule ^/manual/latest(.*) /manual/index.php?url=$1 [L]
|
||||
|
||||
# List of specific URL rewrites
|
||||
RewriteRule ^/ebooks/aristotle/the-nicomachean-ethics(.+)$ /ebooks/aristotle/nicomachean-ethics$1 [R=301,L]
|
||||
RewriteRule ^/ebooks/sir-arthur-conan-doyle(.+)$ /ebooks/arthur-conan-doyle$1 [R=301,L]
|
||||
|
|
|
@ -164,6 +164,9 @@ Define domain standardebooks.test
|
|||
# Favicon rewrites
|
||||
RewriteRule ^/(apple-touch|android-chrome|favicon|mstile|safari-pinned|browserconfig|manifest)([^/]+)$ /images/favicons/$1$2 [L]
|
||||
|
||||
# Redirect latest version of the manual
|
||||
RewriteRule ^/manual/latest(.*) /manual/index.php?url=$1 [L]
|
||||
|
||||
# List of specific URL rewrites
|
||||
RewriteRule ^/ebooks/aristotle/the-nicomachean-ethics(.+)$ /ebooks/aristotle/nicomachean-ethics$1 [R=301,L]
|
||||
RewriteRule ^/ebooks/sir-arthur-conan-doyle(.+)$ /ebooks/arthur-conan-doyle$1 [R=301,L]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue