URL rewrite and redirect both allow you to serve content from different URL. Here is the difference between url rewrite vs redirect in NGINX.
url rewrite
How to Redirect non-www to www in Apache htaccess
Sometimes you may need to redirect non-www URLs to www URLs for your website. Here’s how to redirect non-www to www in Apache htaccess.
How to Redirect www to non-www in Apache htaccess
Sometimes you may need to redirect www URLs to non-www URLs for your website. Here’s how to redirect www to non-www in Apache htaccess.
How to Redirect URL to Another URL
When you move a page to new location, you need to redirect old URL to new URL. Here’s how to redirect URL to another URL in Apache .htaccess.
How to Redirect Location to Another Domain in NGINX
You need to redirect old URLs when you change website domain. Here’s how to redirect location to another domain in NGINX.