By dzulfriday
Hi,
I have 2 domains (domain used here is just example), helloworld.my and helloworld.com.my I want to redirect:
A. helloworld.my to www.helloworld.com.my B. www.helloworld.my to www.helloworld.com.my
I managed to redirect the A But i cannot make the B works. Below is my nginx config for hellworld.my
server { listen 80; server_name helloworld.my; return 301 http://www.helloworld.com.my$request_uri; }
server { listen 80; server_name www.helloworld.my; return 301 http://www.helloworld.com.my$request_uri; }
Anyone can help me?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
damn! i forgot that, let me put that first and test it again, thanks kamal!
Do you have valid DNS records for www.helloworld.my? <br> <br>www CNAME @ <br> <br>OR <br> <br>www A your.ip.address
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
