Mod_rewrite Supplement
I'm looking to acheive the same thing that mod_rewrite for apache does. If you don't know what mod_rewrite does, basically it transform pages generated by Querystrings into url's that are much more people friendly (and search engine friendly). For example: www.mysite.com/products.asp?ID=334 would become www.mysite.com/products/334.
View Replies
I am in need of something like mod_rewrite or an alternate solution.
I have a client, who's website is all HTML files (200+ files) and was previously password protected by javascript only. Anyway, what I need to do is password protect the site using a better solution, which would be a server side scripting obviously.
I am familiar with apache's mod_rewrite and PHP, which would make this problem easy to solve by simply passing the HTML file to a php file, then after neccessary security checks, pass the requested html back to the browser..
The only problem is that its on an ASP server and I have no knowledge of ASP. I am not even 100% positive what kind of server it is, I just know that .asp files work in it and .php does not.
Anyone know of something like mod_rewrite for ASP or an alternate solution that would work in my situation?
View Replies
View Related