apache / arrow-site

Mirror of Apache Arrow site
Apache License 2.0
31 stars 106 forks source link

[Website] Add `.htaccess` to redirect https://arrow.apache.org/datafusion to https://datafusion.apache.org/ #505

Closed alamb closed 2 months ago

alamb commented 2 months ago

Closes https://github.com/apache/datafusion/issues/10194 Closes https://github.com/apache/arrow-site/pull/502

Per @kou 's suggestion in https://github.com/apache/arrow-site/pull/502#issuecomment-2073432866, this PR adds a .htaccess file with a redirect from all www.apache.org/datafusion urls to datadfusion.apache.org urls (I think)

Documentaiton on these files is here: https://infra.apache.org/project-site.html

I don't really know how to test this other than "in production"

kou commented 2 months ago

Hmm. .htaccess isn't copied to https://github.com/apache/arrow-site/tree/asf-site .

alamb commented 2 months ago

I did double check that the update to the dropdown works Screenshot 2024-04-24 at 8 22 53 PM

I will make another PR to copy to asf-site

alamb commented 2 months ago

Filed https://github.com/apache/arrow-site/pull/506