Opened 15 years ago

Closed 14 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 umccullough, 15 years ago

Cc: umccullough@… added

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.

comment:2 by umccullough, 15 years ago

Component: - GeneralWebsite
Owner: changed from axeld to haiku-web

comment:3 by nielx, 14 years ago

Version: R1/pre-alpha1

Website tickets don't have a version.

comment:4 by umccullough, 14 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 nielx, 14 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]

comment:6 by umccullough, 14 years ago

Done - That does redirect it back to the root.

comment:7 by korli, 14 years ago

It seems fixed. Closing ?

comment:8 by nielx, 14 years ago

Resolution: fixed
Status: newclosed

Yes!

Note: See TracTickets for help on using tickets.