apache - Redirect Links 301 -


i have question 301 redirect please:

example:

http://stackapp.com/post/35642

to:

http://google.com/posts/index.php?q=http://stackapp.com/post/35642

note: want redirect posts.(not id = 35642 post)

redirectmatch 301 (post/.*) http://google.com/posts/index.php?q=http://stackapp.com/$1 

Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -