Results 1 to 6 of 6

Thread: 301 redirect

  1. #1

    Default 301 redirect

    How we can put 301 redirect on our site?

  2. #2

    Default

    Why are you posting that in this section? Are you planning to redirect Ask.com?

  3. #3

    Default

    This implies that to properly reconstruct the thread of a message in the face of this nonstandard behavior, we need to append

  4. #4

    Default

    first of all you are to create a .htaccess file, then open notepad and name and save this file as .htaccess .but If you have a .htaccess file on the server,
    just download it to your desktop for editing.
    After that place the code in your .htaccess file:
    redirect 301
    but If the file has its own code in it, skip this line, and add the above code.
    Save this file
    Upload the file to the root folder of your server.

  5. #5

    Default

    Well i am curious to know what DOES THAT MEAN? I haven't heard of this in my entire life lol sorry i am beginner

    Please explain 301 Redirect in 2 lines Thanks

  6. #6

    Default

    A "301" redirect is a bit of code that displays a webpage that is different from the one originally visited.
    The users/browsers/bots are redirected to this 'other' webpage immediately, in such a way that they cannot visit the original webpage anymore.

    There are several (small) advantages to doing this. And this is HOW it is done: http://www.webconfs.com/how-to-redirect-a-webpage.php

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •