vote up -1 vote down star

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

flag

69% accept rate
Er, you might want to be a little more specific. – Sosh Nov 4 at 8:48

2 Answers

vote up 1 vote down check

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.

link|flag
I am on digitalibiz.com Is there a way to find out if they have it installed? – Richard Nov 4 at 11:19
I had a quick look there and couldn't see if they have any rewrite modules enabled, I did however notice that they have a live support feature (it's currently offline so I suppose that it's only available during working hours) I'd suggest you use that to ask them. – RMcLeod Nov 4 at 11:29
They just got back to me, they say it is beta on some servers? I reply'd back to ask if it was installed on mine – Richard Nov 4 at 11:35
I think they have the live chat offline all the time, because I try'd that all different houers. – Richard Nov 4 at 11:36
I will see how this is supposed to work then – Richard Nov 4 at 11:37
vote up 1 vote down

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.

link|flag
thanks for the link – Richard Nov 4 at 11:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.