plateform : classic ASP
I have thousands of pages like that where filename querstring value changes.
www.mydomain.com/files.asp?filename=cisco
www.mydomain.com/files.asp?filename=oracle
www.mydomain.com/files.asp?filename=novell
www.mydomain.com/files.asp?filename=teradata
I want to show some friendly urls to online viewers so i think i will have to use web.config rewrite for it.
friendly like below
www.mydomain.com/files/cisco
www.mydomain.com/files/oracle
www.mydomain.com/files/novell
www.mydomain.com/files/teradata
Please tell me what i can do to achieve it.