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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -