I would like to clean up my url's with a program like mod_rewrite in PHP. Is there anything out there that doesn't have to be installed to the server to do this job?
Can't speak for .NET, but I've never heard of anything in IIS for being able to omit the .asp suffix (or use an alternate suffix) and still have your .asp pages executed anyway. However, there may be a way to get ASP to process your pages even if they have a different suffix than the normal .asp suffix. I've never looked into that possibility.
The purpose for doing this is to make the URL's easier to remember. That way the link that would normally show up like link.asp?id=2&post=5 could show up easy like 2005/05/post-title and still do all the functions. As you should know phpnovice (or will eventually find) this is known as mod_rewrite in php and many php blogs use it for this purpose. I have found many sites on how to do this in ASP.NET but not ASP Classic memark
As you should know phpnovice (or will eventually find) this is known as mod_rewrite in php ...
Yep, already knew that. However, you mention specific arguments in connection with the URL. Most of the questions I see on the subject in PHP are merely interested in eliminating the extension. It is for that which I don't see much use.
Understandable, but that is not what I was talking about. In any case... I also don't know why anyone would want to require such obtuse links to be remembered nor why anyone would need to remember them -- when browser favorites are so handy. Hey, call me silly for using technology to its fullest.
As you should know phpnovice (or will eventually find) this is known as mod_rewrite in php and many php blogs use it for this purpose. I have found many sites on how to do this in ASP.NET but not ASP Classic memark
Bookmarks