Skip to main content

We noticed while configuring our certs for our mobile service that if we browse the website’s default page we just get the default IIS page - iisstart.htm.  We’d like to redirect this to another location such as the /ifsmobileService URL so as not to expose to the world that the website is running on IIS.

Any recommendations on where to point this and could we cause issues with the rest of the apps?

Hi @ufadmitchel ,

You can do this by disabling the default document in IIS. When this is done and you have directory browsing disabled, you should end up getting a 403 instead of IIS default page.

 

 

 

Cheers
 


Reply