redirect to new download server
milahu opened this issue · 0 comments
milahu commented
the download server was moved, per #23 (comment)
- http://rosecompiler.org/edg_binaries/
+ http://edg-binaries.rosecompiler.org/
currently, the old location throws useless 404 and 403 errors
- error 404 on http://rosecompiler.org/edg_binaries/roseBinaryEDG-5-0-x86_64-pc-linux-gnu-8.0-5.0.11.80.1.tar.gz
- error 403 on http://rosecompiler.org/edg_binaries/
example ...
# /edg_binaries/.htaccess
# directory listing
ErrorDocument 403 /edg_binaries/moved.html
# file access
ErrorDocument 404 /edg_binaries/moved.html
<!doctype html>
<!-- /edg_binaries/moved.html -->
<h1>Moved</h1>
<p>The download server has moved</p>
<p>Old site: <code>http://rosecompiler.org/edg_binaries/</code></p>
<p>New site: <code>http://edg-binaries.rosecompiler.org/</code></p>
im proposing a manual redirect to offload the main server