i have to redirect some links to a standard one like:
/lang/news1
/lang/news2
/lang/news3 to /lang/news.html
Now i don't want to set redirect 301 directly on htaccess (i have 500 links)
and i read the possibility to create a rewritemap and a rewrite rule for the map, but how?
I read on all internet but i don't understand how to do that.
Suggestions?
Gabriele