0

How to redirect non-www to www website on Frappe Bench ERPNext solution?

I have a website www.example.com setup and working properly on ERPNext Frappe Bench but now I want example.com to load www.example.com but it shows error site_config not found, etc

rahoolm
  • 733
  • 2
  • 12
  • 22

1 Answers1

2

You need to setup just example.com on your Frappe Bench. Then setup your DNS by adding a CNAME to point www.example.com to example.com. You can do this on the site of the service you use to host your domain name.

Rushabh Mehta
  • 1,463
  • 16
  • 15