Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    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:
      redirecting people away from a discontinued server
      redirecting to error pages if a discontinued URL is used





        Server-side redirect
     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Server-side redirect". link