301 redirection
A 301 redirection occurs when querying a URL and the server returns a 301 HTTP code indicating that the URL has been permanently moved to another location. There are several ways to implement a 301 redirection, but it should always be done via server-side code. When a user accesses a redirected URL, his browser obtains […]
- | Last modified on