PC Angels Forum
Start a New Topic 
Author
Comment
Redirecting from one website to another


If you want to perform a redirect from one website to another using a server-side approach, you typically use HTTP status codes and server configurations.This example assumes you have access to the server configuration files or can create an .htaccess file in the root directory of your old website. The Rewrite Rule directive with the [R=301] flag instructs the server to respond with a 301 Moved Permanently snaptube updated version status, and the L flag indicates that it's the last rule to be processed.If you are using a different web server or platform, the configuration will be different. For example, in Nginx, you would use a return directive: