Best Practice for having two URL's for the same content?

Hello there,

I have a lot to learn. I am wondering what you guys consider best practice for having two URL’s point to the same content?

For example. Presume I have the following file in my content directory;
\home_index.md

How do I have this same page load up by going to either of the following urls;
http:\\mywebsite.com\
http:\\mywebsite.com\home

Thank you kindly for any advice

Using Hugo only see:

But a 301 redirect on your server or with a service such as Netlify would be better.

1 Like

Thank you. Been out of website land for a long time. I forgot about 301 directs. Thank you. Will do it that way.