shell bypass 403
<html>
<body>
<form method="POST">
<?php if( $_SERVER['REQUEST_METHOD'] == 'POST' ) { ?>
Invalid password
<?php } ?>
<p>Enter password for access:</p>
<input type="password" name="password">
<button type="submit">Submit</button>
</form>
</body>
</html>