apache - How to make a 301 redirect for advanced condition? -


http://yourdomain.com/articles/[anything]/[anything]/[title]

this needs this

http://yourdomain.com/articles/[title]

also

http://yourdomain.com/blogs/[anything]/[anything]/[anything]/[anything]/[anything]/[title]

this needs this

http://yourdomain.com/articles/[title]

is there way this? tia


Comments

Popular posts from this blog

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -