Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi guys,

I am using Intelligencial.UrlRewriter.dll

and i want to rewrite the url with query string. here is the example

e.g

www.test.com/user.aspx?id=1234

i want to rewrite like

www.test.com/1234


is it possible with intelligencia.UrlRewriter.dll????


Thanks in Advance.
Posted
Comments
Sergey Alexandrovich Kryukov 10-Oct-13 15:59pm    
Any link to this rewrite engine? Why using it?
—SA
Arslan Elahi 11-Oct-13 7:53am    
http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
Sergey Alexandrovich Kryukov 11-Oct-13 10:58am    
But now, this blog does not give a link to this Intelligencia. It turns out not very intelligent... :-)
—SA
Arslan Elahi 12-Oct-13 13:47pm    
ok leave it.. can you please suggest me how can i achieve the following

www.test.com/user.aspx?id=1234

i want to rewrite like

www.test.com/1234
Sergey Alexandrovich Kryukov 12-Oct-13 20:10pm    
I already answered, please see. First example you will see in a referenced article does exactly this.
—SA

1 solution

This is what the rewrite engines are designed for, the most basic sample of rewriting. Compare:
http://en.wikipedia.org/wiki/Rewrite_engine[^].

I don't even want to check up if Inteligencia is capable of doing it or not (anyway, apparently, it is not so well-known product, and you did not give us a link). If not, it could not possibly be called a "rewrite engine". :-)

However, I don't know why would you want to use a third-party product at all. Please see: http://msdn.microsoft.com/en-us/library/ms972974.aspx[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900