Richard
Richard

Reputation: 4546

clean url on iis server

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, Richard

Upvotes: 0

Views: 896

Answers (2)

Björn
Björn

Reputation: 29381

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.

Upvotes: 1

RMcLeod
RMcLeod

Reputation: 2581

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.

Upvotes: 1

Related Questions