URL rewrite and redirect both allow you to serve content from different URL. Here is the difference between url rewrite vs redirect in NGINX.
redirect
How to Redirect Subfolder to Subdomain in NGINX
Sometimes you may need to redirect folder to subdomain or subdirectory to subdomain. Here’s how to redirect subfolder to subdomain in NGINX.
How To Redirect All Pages To New Domain in Apache
When you migrate website, you need to redirect all URLs to another domain. Here’s how to redirect all pages to new domain in Apache.
How To Redirect Page To Another Domain With .htaccess File
When you move websites, you need to redirect page to another domain. Here’s how to redirect page to another domain with .htaccess file in Apache web server.
How to Redirect 404 to Homepage in NGINX
NGINX allows you to redirect pages to different URLs. Here’s how to redirect 404 to homepage in NGINX.
How to Redirect 404 to Homepage using .htaccess
When server is unable to find a specific URL it throws 404 error response. Here’s how to redirect 404 to URL using .htaccess in Apache web server.
How to Redirect URL in NGINX
How To Redirect Subfolder To Subdomain
Sometimes you may need to move your website subfolder to subdomain. Here’s how to redirect subfolder to subdomain using .htaccess file in Apache.
How To Redirect To Subfolder Using .htaccess
How To Redirect HTTP to HTTPS using .htaccess file
Here’s how to redirect HTTP to HTTPS using .htaccess file in Apache web server. Use it to force HTTPS/SSL on your websites.