PDA

View Full Version : Rewrite entire directory


Spyros90
09-19-2015, 03:21 PM
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?

Thanks

Spyros90
09-19-2015, 03:40 PM
I managed to add this:

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

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

Replicant
09-19-2015, 05:51 PM
Use site builder. navigate to articles, Click edit page, click save page, enter new url "articoli", and save it.

Spyros90
09-19-2015, 10:21 PM
Hello,

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