block other html pahe from unauthorized users

1-I notice that unauthorized user can not access ststus, alogin or any of the original html pages but they can access any other page I created, for example news.html if they get the link from someone. Is there a way to block all hotspot files expect of course login.html from unauthorized users.

2- how you can make other pages url without writing the html extention (like www.myserver.com/status , I want www.myserver.com/news)?

  1. You can’t.
  2. Leave off the ‘.html’ when naming the file.

thank you few