[Website] Copy .htaccess to deploy site#506
Conversation
kou
left a comment
There was a problem hiding this comment.
+1
Let's try this! (It's better that we use a Jekyll feature instead of manual copy but this will work too.)
|
Thanks @kou -- the htaccess file is now present on asf-site https://github.com/apache/arrow-site/blob/asf-site/.htaccess 🎉 I also tested a few links like And they seem to have redirected successfully to the new site https://datafusion.apache.org/user-guide/cli/index.html Thank you again @kou for all your help 🙏 |
Closes apache/datafusion#10124 # Rationale See apache/datafusion#10124 -- basically we moved a URL that is bookmarked / comes up in google search. We need to redirect to the new location # Changes Use the `.htaccess` process added in #505 #506 with @kou to redirect to the new location
|
Great! |
Follow on to #505 to actually copy the .htaccess file to the deployment site. Thanks to @kou for noticing this #505 (comment)