|
A server side redirect is HTTP status code (eg. 301 Moved Permanently, 303 See Other and 307 Temporary Redirect) which web server uses to redirect user's web browser to another web page with a different URL. One method of implementing server-side redirects is the .htaccess file supported by most Apache web servers. An example of the code used is as follows. redirect 301 /index.html http://www.example.com/index.html Common uses of server-side redirects include:
| ||||||||
|
| |||||||||
![]() |
|
| |