wp-o-matic url rewrite

venthi76

Power Member
Joined
Oct 4, 2009
Messages
600
Reaction score
266
Hi guys,

Need a help.

I'm trying to change the url in the post being pulled with my own url. How to get regex command to do this.

Original link:
HTML:
 http://www.abc.com/abc/abc?q=blabla&date=blabla

To replace as:
HTML:
 http://www.mine.com/some-bolg-posts?q=blabla

Thanks in advance.
 
Last edited:
anyone pls..

i'm keep trying so many ways like mad.. maybe doing something wrong.. guidance pls.. :D
 
thanks but it wont help.

must be done with regex at wp-o-matic. just not sure how to do it correctly.
 
Ok, finally i found it. Not so complex if have straight forward conversion.

I wanted to change the url hxxp://www.abc.com/abc/abc?q=blabla&date=blabla into my own url without changing the content after ?. So this is what i did.

In Origin, place this:
HTML:
 http://www.abc.com/abc/abc

Then in Rewrite, place this:
HTML:
 http://www.mine.com/some-bolg-posts

with that, the url changed accordingly retaining the query strings after the "?" sign.

Cheers
 
Back
Top