I want to redirect from http://domain.com to http://domain.com/ Common answers like:
rewrite ^([^.]*[^/])$ $1/ permanent
don’t solve the problem.
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.
This one came from the SEO department. And if you’ll make curl -I to Amazon, Google, Facebook sites without trailing slash, you’ll see that they all are redirected to a trailing slash.
Can you explain why or what you want to achieve as there is no value and/or reason you would need to do this.