Forum Moderators: phranque
I want to rewrite this type of urls in my site to
http://www.example.com/Product/Product_Name
My site is in ASP. Please anybody tell me whether is it possible to do this?
I am trying to do this through .htaccess but am not succesful....
Please tell me as soon as possible
Thanks in advance!
[edited by: jdMorgan at 7:48 pm (utc) on June 3, 2009]
[edit reason] example.com [/edit]
If it is IIS, do you have ISAPI Rewrite (or a similar) add-on installed? (You should know the answer to this, because you will probably have to pay for it, since it's not included with the server.)
If you want to change your URLs, you will need to edit the scripts which produce your pages, so that the new URLs appear as links on your pages. Once that is done, you can rewrite the new URLs to the correct scripts inside your server.
Jim