Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
http://mysite.com/news/tax-reform?member=Dereck&profession=lawyer
Then I want to convert this url:
http://mysite.com/news/tax-reform/Dereck/lawyer
This is just an example of what I want to accomplish. Is it possible?
I have this code:
<add name="tax" virtualUrl="^~/(.*)/(.*)$" rewriteUrlParameter="ExcludeFromClientQueryString"destinationUrl="~/?member=$1&profession=$2" ignoreCase="true" />
:( But it does not work. Help me please friends!.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
URL Rewriting with Dynamic Url and GET variables
Hello friends, I am making a website, in which, using friendly url and use GET variables. For example I have this
http://mysite.com/news/tax-reform?member=Dereck&profession=lawyer
Then I want to convert this url:
http://mysite.com/news/tax-reform/Dereck/lawyer
This is just an example of what I want to accomplish. Is it possible?
I have this code:
<add name="tax"
virtualUrl="^~/(.*)/(.*)$"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="~/?member=$1&profession=$2"
ignoreCase="true" />
:( But it does not work. Help me please friends!.
Thank you guys!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.