•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 373,366 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,719 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP advertiser: Lunarpages ASP Web Hosting
Views: 618 | Replies: 2
![]() |
•
•
Join Date: Aug 2006
Posts: 22
Reputation:
Rep Power: 2
Solved Threads: 0
halo..i need some help on tis problem..
how to show the URL without .asp or query string with parameters behind?
for example, i have a url string : www.abc.com/abc/abc.asp?id=1. how can i display the url in tis format with out the querystring? example: www.abc.com/abc/1
please help on tis? i have do some research on the third party component,and installed the Dll. but it seem not working.plz help
thank you very much
how to show the URL without .asp or query string with parameters behind?
for example, i have a url string : www.abc.com/abc/abc.asp?id=1. how can i display the url in tis format with out the querystring? example: www.abc.com/abc/1
please help on tis? i have do some research on the third party component,and installed the Dll. but it seem not working.plz help
thank you very much
•
•
Join Date: Apr 2008
Posts: 20
Reputation:
Rep Power: 1
Solved Threads: 3
Unfortunately, this is translated by the webserver as a call to
http://www.abc.com/abc/1/index.html
To resolve this as http://www.abc.com/abc/abc.asp?id=1, you would need the ability to create custom error pages on the server. In this case, you would need to be able to host a custom 404.asp page.
The code inside the 404.asp page would simply parse out the request URL and perform a Server.Transfer to the URL of choice.
http://www.abc.com/abc/1/index.html
To resolve this as http://www.abc.com/abc/abc.asp?id=1, you would need the ability to create custom error pages on the server. In this case, you would need to be able to host a custom 404.asp page.
The code inside the 404.asp page would simply parse out the request URL and perform a Server.Transfer to the URL of choice.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP Marketplace
- URL Rewrite in PHP (PHP)
Other Threads in the ASP Forum
- Previous Thread: Dynamic ASP Rewrite URL
- Next Thread: Disable link. Quick question for a quick answer.


Linear Mode