Announcement

Collapse
No announcement yet.

How to make 301 redirect of complete folder

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to make 301 redirect of complete folder

    Following command can save a lot of 301 time if you are looking to redirect complete folder and its internal contents

    RedirectMatch 301 ^/myDir/(.*) http://www.mydomain.com
    Jagan

  • #2
    Thanks for sharing this information .....
    I Love this Forum

    Comment


    • #3
      Good information. Redirection is just an instruction that tell your browser to go somewhere else. We have no need to use this till we have not changed the URL's of our web pages once they are published.

      In other words, we used this to tell people about the new URL and transport them to that new URL.

      Comment


      • #4
        By this method can we sure to make 301 redirect of a complete folder ????????????? can you explain that in detail MR. Jagan.

        Comment

        Working...
        X