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

winapi - How to get a user input on a MessageBox on C++? -

parcelable - Unmarshalling unknown type code exception while reading parcel values in Android 4.4+ -