ApolloXI14 / seandre_website

seandre writing/music website repo
seandre-website.vercel.app
1 stars 0 forks source link

Refresh causes 404 #4

Closed ApolloXI14 closed 3 years ago

ApolloXI14 commented 3 years ago

I discovered I just needed to make a ".htaccess" file and make "Redirect 301" lines, so I did so:

Redirect 301 /journal http://seandre.com/ Redirect 301 /poems http://seandre.com/ Redirect 301 /about http://seandre.com/

Guide: https://www.whoishostingthis.com/resources/htaccess/

The "connect-history-api-fallback" package might still be useful in other ways, but for now I am considering this resolved.