User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 361,950 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 2,598 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: 608 | Replies: 2
Reply
Join Date: Aug 2006
Posts: 21
Reputation: yenyen is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
yenyen yenyen is offline Offline
Newbie Poster

Dynamic ASP Rewrite URL

  #1  
Mar 31st, 2008
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
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Apr 2008
Posts: 20
Reputation: techtix is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 3
techtix techtix is offline Offline
Newbie Poster

Re: Dynamic ASP Rewrite URL

  #2  
Apr 3rd, 2008
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.
Reply With Quote  
Join Date: Apr 2008
Posts: 2
Reputation: unholysnake is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
unholysnake unholysnake is offline Offline
Newbie Poster

Re: Dynamic ASP Rewrite URL

  #3  
Apr 28th, 2008
i need help url rewrite:::8 i hope to solve this problem
Thanks For Your Help
HediyelikEsya
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb ASP Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the ASP Forum

All times are GMT -4. The time now is 11:52 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC