-
Notifications
You must be signed in to change notification settings - Fork 1
/
401.en.shtml
19 lines (18 loc) · 884 Bytes
/
401.en.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--#set var="title" value="Unauthorized"
--><!--#set var="cache_control" value="no-cache"
--><!--#set var="MailTo" value="Webmaster <$SERVER_ADMIN>"
--><!--#set var="MailSubject" value="Please, check my permissions for resource '$REQUEST_URI' found on '$SERVER_NAME:$SERVER_PORT' server"
--><!--#include virtual="head"
--><!--#include virtual="header"
--><section>
<h2>You are not authorized for the requested content</h2>
<p>Please, repeat the request and be carefull when you enter the username
and the password. If you think your username and password are correct
please, contact <a href="mailto:<!--#echo encoding="url" var="MailTo"
-->?subject=<!--#echo encoding="url" var="MailSubject" -->">server's administrator</a> to
check your permissions. <strong>DO NOT tell anyone your
password!</strong></p>
</section>
<!--#include virtual="footer"
--><!--#include virtual="foot"
-->