Rewrite entire directory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Spyros90
    New Member
    • Aug 2015
    • 13
    • 5.1.x

    Rewrite entire directory

    Hello,

    I changed the name of my "articles" directory to "articoli" but now everything indexed on google goes on 404.

    How do i rewrite the url so that it will change that name?
  • Spyros90
    New Member
    • Aug 2015
    • 13
    • 5.1.x

    #2
    I managed to add this:

    RedirectMatch 301 ^/articles/(.*) /articoli/$1

    But it justs makes ?routestring=[old url] in the redirect, not making this work

    Comment

    • Replicant
      Senior Member
      • Sep 2014
      • 527

      #3
      Use site builder. navigate to articles, Click edit page, click save page, enter new url "articoli", and save it.


      Comment

      • Spyros90
        New Member
        • Aug 2015
        • 13
        • 5.1.x

        #4
        Hello,

        Problem is that if do that on the single article it gives that url to EVERY SINGLE other article, couldn't work

        Comment


        • Replicant
          Replicant commented
          Editing a comment
          I'm sorry, I misread your post.
          Last edited by Replicant; Sat 19 Sep '15, 5:31pm.

      Related Topics

      Collapse

      Working...