Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redirect to new download server #198

Open
milahu opened this issue May 25, 2022 · 0 comments
Open

redirect to new download server #198

milahu opened this issue May 25, 2022 · 0 comments

Comments

@milahu
Copy link

milahu commented May 25, 2022

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant