Opened 16 years ago
Closed 15 years ago
#3648 closed bug (fixed)
http://www.haiku-os.org/build_factory redirect broken
Reported by: | kev | Owned by: | haiku-web |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Website | Version: | |
Keywords: | Cc: | umccullough@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
If you google 'haiku build factory', that's the first URL that comes up. Clicking it gets you a page saying that it's moved to http://haiku-files.org/factory/, which delivers a blank document with just the text, "Nothing to see here."
Perhaps both locations should return 301 codes pointing to http://haiku-files.org/ ?
Change History (8)
comment:1 by , 16 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
Component: | - General → Website |
---|---|
Owner: | changed from | to
comment:4 by , 15 years ago
Added redirect from http://haiku-os.org/build_factory to http://haiku-os.org/get-haiku since it went missing again.
Still no fix for http://haiku-files.org/factory
comment:5 by , 15 years ago
Hi Urias,
Could you try a .htaccess file in the factory dicrectory on Haiku Files with the following:
RewriteEngine on RewriteRule (.*) http://haiku-files.org/$1 [R=301,L]
I fixed http://haiku-os.org/build_factory to be a redirect to http://haiku-os.org/downloads (which probably makes the most sense in this context).
I did not fix http://haiku-files.org/factory to redirect to http://haiku-files.org as the method I tried here didn't even work, so I reverted it.