radio-crestin / radio-crestin-backend

A directory of Christian Radio Stations.
https://www.radio-crestin.com
Other
3 stars 1 forks source link

Make the redirect from non-www to www using _middleware.tsx #35

Closed EliseiNicolae closed 1 year ago

EliseiNicolae commented 1 year ago

Currently, for redirecting the user from non-www to www, we're using nginx.

Problem: When the user enters https://radio-crestin.com/sitemap.xml, it will be redirected to the homepage instead of https://www.radio-crestin.com/sitemap.xml.

Fix: Use pages/_middleware.tsx instead of nginx.

EliseiNicolae commented 1 year ago

It was fixed using nginx.