Forum Moderators: open

Message Too Old, No Replies

url rewrite asp

rewrite

         

unholysnake

3:07 am on Apr 21, 2008 (gmt 0)



hi all people

i want to learn how to show the URL without .asp or .aspx or query string with parameters behind?
for example, i have a url :
example.com/?name=sevgiliyehediye
how can show like this?
example.com/sevgiliyehediye

thanks a lot
HediyelikGift

can you help me

[edited by: tedster at 4:54 am (utc) on April 21, 2008]
[edit reason] no personal urls, thanks [/edit]

mrMister

8:24 pm on Apr 27, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Take a look at ISAPI Rewrite, it's the easiest way to rewrite URLs on IIS

docluv

2:39 pm on May 5, 2008 (gmt 0)

10+ Year Member



ISAPI rewrite is good, but you direct or RDP access to your web server and then admin permission to set it up. Unfortunately many are not going to have this sort of access. So it is pretty easy to write a custom httpModule to do this and make it application specific as far as rules go. Also I am pretty sure we will start seeing ISAPI filter disappear with the adoption of IIS 7. A core module will be how this will be done from now on.

[edited by: jatar_k at 4:49 pm (utc) on May 5, 2008]
[edit reason] no urls thanks [/edit]