Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

url rewriting

Last post 04-18-2008 8:26 AM by unholysnake. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 04-18-2008 6:25 AM

    url rewriting

    i have same problem , i need to use url rewriting but i haven't solved problem,but it is a big problem,,is there any solutions for url rewriting anynbody help me ?original address
    www.hediyegoster.com/?name=ilginchediyeler
    i want to show like that

    www.hediyegoster.com/ilginchediyeler

    can you help please

    HediyeGöster

    • Post Points: 10
  • 04-18-2008 7:18 AM In reply to

    Re: url rewriting

    add this code in head tag #### Means ur site port no redirect link like this: Response.Redirect("AddReview.aspx/" + nFileID); retieve like this: if (Request.PathInfo.Length == 0) { } else { nFileID = long.Parse(Request.PathInfo.Substring(1).ToString()); }
    • Post Points: 10
  • 04-18-2008 8:26 AM In reply to

    Re: url rewriting

    thanks for your help i will try how to do it

    • Post Points: 5
Page 1 of 1 (3 items)