Hey, guys. Could anybody tell me how can i achieve url rewrite on an IIS server as i can do with the .htaccess on an apache server? thanks
bill
9:14 am on Jul 26, 2005 (gmt 0)
There are various 3rd party apps that will help with this. However, here's an article from Microsoft: URL Rewriting in ASP.NET [msdn.microsoft.com]
weip
12:10 pm on Jul 26, 2005 (gmt 0)
is it possible to put a file in the directory as .htaccess in apache instead of change the configuration file? because i don't have the permission to change the configuration file.
dataguy
2:23 am on Jul 27, 2005 (gmt 0)
If you have the option of having a "custom 404 page" you can do a re-write with it. I've seen sites with hundreds of thousands of "Ghost" pages using this function in IIS.
bill
4:51 am on Jul 27, 2005 (gmt 0)
is it possible to put a file in the directory as .htaccess in apache instead of change the configuration file?
With IIS you will need access to some of the server management tools. If you don't have access to these settings maybe your host could make the changes for you.
Corey Bryant
3:46 pm on Jul 30, 2005 (gmt 0)
ISAPI Rewrite by Helicon is one application that function similiar to the mod rewrite