开发者

clean url on iis server

开发者 https://www.devze.com 2022-12-10 00:32 出处:网络
Hallo, can someone tell me how to get clean url\' s on the IIS server where my site is hosted. I already emailed them, but I don\' t count on any response anytime soon.

Hallo, can someone tell me how to get clean url' s on the IIS server where my site is hosted. I already emailed them, but I don' t count on any response anytime soon.

with clean url, I mean to use path separators instead off variables like: ?url=bla

actually, same as stack overflow

problem with IIS is that it does not have htaccess

thanks, 开发者_StackOverflowRichard


Sounds like you want to know about URL rewriting. If so it really depends on your hosting provider and whether they have a rewriting module for IIS loaded on your server such as ISAPI rewrite.


http://learn.iis.net/page.aspx/460/using-url-rewrite-module/

Do notice that this is a module and has to be installed, hopefully your host have this installed or are willing to install modules.

0

精彩评论

暂无评论...
验证码 换一张
取 消