mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
12 lines
544 B
Text
12 lines
544 B
Text
# Favicon rewrites
|
|
RewriteRule ^/(apple-touch|android-chrome|favicon|mstile|safari-pinned|browserconfig|manifest)([^/]+)$ /images/favicons/$1$2 [L]
|
|
|
|
# Redirect tools
|
|
RewriteRule ^/tools$ https://github.com/standardebooks/tools [R=302,L]
|
|
|
|
# Redirect latest version of the manual
|
|
RewriteRule ^/manual/latest(.*) /manual/index.php?url=$1 [L]
|
|
|
|
# Rewrite rules for bulk downloads
|
|
RewriteRule ^/bulk-downloads/(.+\.zip)$ /bulk-downloads/download.php?path=$1
|
|
RewriteRule ^/bulk-downloads/([^/\.]+)$ /bulk-downloads/collection.php?class=$1
|