url rewriting

  • 12 years ago

    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

  • 12 years ago
    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()); }
  • 12 years ago

    thanks for your help i will try how to do it

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The greatest performance improvement of all is when a system goes from not-working to working.” - John Ousterhout