i need to append the Querystring to the existing URL in umbraco.(even though i didnt specify the aspx page name in URL)
suppose if i enter the URL like "http://localhost/en/" then i am able to redirect to the "http://localhost/en/home.aspx" which is configured in the URLRewriting.config file...
now if i pass the querystring like "http://localhost/en/?msg=3 then my redirect URL should be "http://localhost/en/home.aspx?msg=3
How this can be possible...Please let me know at the earliest.
Please just create your topic once place on the forum only. If you're in doubt about the correct category simply just post it in the one you think is right then an admin will move it to the proper category if it is way off. By posting the same question in multiple categories it can quickly become confusing for those trying to help you if you receive multiple answers in different posts. So therefore I have removed the other posts, which was identical to this.
This is the one people will be replying to :)
Unfortunately I'm not a urlRewriting guru so I'm probably not able to help you out with this question. However there probably are some of the other helpfull and clever heads in here who can.
URL Rewriting in umbraco
i need to append the Querystring to the existing URL in umbraco.(even though i didnt specify the aspx page name in URL)
suppose if i enter the URL like "http://localhost/en/" then i am able to redirect to the "http://localhost/en/home.aspx" which is configured in the URLRewriting.config file...
now if i pass the querystring like "http://localhost/en/?msg=3 then my redirect URL should be "http://localhost/en/home.aspx?msg=3
How this can be possible...Please let me know at the earliest.
Hi Sudeer
Please just create your topic once place on the forum only. If you're in doubt about the correct category simply just post it in the one you think is right then an admin will move it to the proper category if it is way off. By posting the same question in multiple categories it can quickly become confusing for those trying to help you if you receive multiple answers in different posts. So therefore I have removed the other posts, which was identical to this.
This is the one people will be replying to :)
Unfortunately I'm not a urlRewriting guru so I'm probably not able to help you out with this question. However there probably are some of the other helpfull and clever heads in here who can.
All the best.
/Jan
Hi Jan,
Ok sure i will do that next time. Thanks
is working on a reply...