I'm trying to do the following with AWS Route 53 and S3 based on some other articles I've found:
oldsite.com/* to newsite.com/page
I'd like to redirect all of oldsite.com and any path to the single url of newsite.com/page.
Both of the articles below are close, but they give me the following:
oldsite.com/* to newsite.com/page/*, which will likely result in newsite.com/404
For further clarification:
I don't want oldsite.com/foo to redirect to newsite.com/page/foo
I want oldsite.com/foo to redirect to newsite.com/page
Referenced articles that are giving me to the /* to /* instead of /* to /static.