How to put separate index.html page in separate URL ?

Hace 2 meses
4.60.6

i want to put index.html file in separate directory like this:
mydomain.com/some-information/index.html

this index.html should be totally independent from nopCommerce website just usual index.html file and nopcommerce must not affect this file in any way.

i tried to create a directory in iis like root/shop1/some-information/index.html
but it cannot open this page and shows error "PAGE NOT FOUND"

how to do it, please?
Hace 2 meses
No you just need to create a directory under wwwroot for the website
Called some-information then put the index.html file in there
i.e. in the directroy C:\inetpub\wwwroot\yourwebsite\wwwroot\some-information

Then you can goto mydomain.com/some-information/index.html
Hace 2 meses
Yidna wrote:
No you just need to create a directory under wwwroot for the website
Called some-information then put the index.html file in there
i.e. in the directroy C:\inetpub\wwwroot\yourwebsite\wwwroot\some-information

Then you can goto mydomain.com/some-information/index.html


Wow! That was very simple.
Thank you for explaining. Works well! :)

PS. I was doing the same but was creating directory under main website directory which was wrong....