1. Walther Rodirguez
  2. PowerServer
  3. Tuesday, 19 July 2022 13:43 PM UTC
I currently have an application whose physical path is C:\inetpub\wwwroot\ and I am using the IIS default website, i can enter the application 
with http:\\server\application, but what I want to do is enter "directly" only with http:\\server

thanks community

W.






Francisco Martinez @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 19 July 2022 13:54 PM UTC
  2. PowerServer
  3. # 1

There's information on how to do exactly this here. Of course this means you would need to have the Rewrite Module installed

Regards,
Francisco

Comment
There are no comments made yet.
Andreas Mykonios Accepted Answer Pending Moderation
  1. Tuesday, 19 July 2022 15:06 PM UTC
  2. PowerServer
  3. # 2

Follows a simple way to do that.

Put in your C:\inetpub\wwwroot\ an file named default.htm or index.htm. The code it should include is the following:

<meta http-equiv="refresh" content="0; URL=http://server/application" />

where server should be your server and application your application. This will instantly redirect from http://server to http://server/application...

Andreas.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.