File: /var/www/virtual/spades/httpdocs/App_Access_Control/index.php
<?php header($_SERVER["SERVER_PROTOCOL"] . " 403 Forbidden"); ?>
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui, user-scalable=no">
<meta name="description" content="403 Forbidden">
<meta name="theme-color" content="#36393E" />
<title>403 Forbidden</title>
<style>
body {
background: #36393e;
color: #bfbfbf;
font-family: sans-serif;
margin: 0;
}
h1 {
font-size: 3.0rem;
margin-top: 3rem;
background: #2f3136;
color: #bfbfbb;
padding: 0.2em 1em;
border-radius: 70px;
border-left: solid #4974a9 20px;
border-right: solid #4974a9 20px;
font-weight: 100;
text-align:center;
}
.white {
color: #FFFFFF;
}
.red {
color: #F04747;
}
.green {
color:#43B581;
}
.orange {
color:#f7822f;
}
.yellow {
color:#E8BF29;
}
</style>
</head>
<body>
<h1 class='orange'>403 Forbidden !</h1>
</body>
</html>