Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
static redirect to force url update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Sep 11, 2018
1 parent e086ed0 commit 4337a95
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/build_version_doc/artifacts/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ RewriteRule ^versions/1.0.0/api/clojure/.*$ /error/api.html [R=301,L]
RewriteRule ^versions/1.1.0/api/clojure/.*$ /error/api.html [R=301,L]
RewriteRule ^versions/1.2.1/api/clojure/.*$ /error/api.html [R=301,L]

ErrorDocument 404 /error/404.html

# Rewrite error redirect URL
RewriteCond %{REQUEST_URI} ^/404/$
RewriteRule ^(.*)$ /error/404.html [L]
ErrorDocument 404 https://mxnet.incubator.apache.org/error/404.html

0 comments on commit 4337a95

Please sign in to comment.