aadish4658
New member
- May 3, 2022
- 0
- -1
- 0
Open the .env file in any of the editorsplease hlpe me guyz...
When you run the site in subdomain, you need to declare that subdomain in the .env file
IGNORE_SUBDOMAINS="www,whatsappordering"
How to fix this
Edit the following at line 8
IGNORE_SUBDOMAINS="www,127,mysubdomain"
Replace 'mysubdomain' with your desired subdomain.