Skip to content

redirect to new download server #295

Description

@milahu

the download server was moved, per #447 (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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions