Skip to content

Instantly share code, notes, and snippets.

@mikeknoop
Created October 27, 2012 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeknoop/3962749 to your computer and use it in GitHub Desktop.
Save mikeknoop/3962749 to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css">
body{background-color:#f4f9fa}
.centered{text-align:center}
.container{border:1px solid #e2e2e2;width:750px;margin:50px auto}
.header{height:170px;background-color:#fbfdfd;padding-top:50px;}
.header h1{font: bold 130% Arial, Helvetica, sans-serif;
color:#5278af;margin:0;padding:0}
.header h2{font: bold 80% Tahoma, Verdana, sans-serif;
color:#5278af;margin:0;padding:0}
.line{height:15px;background-color:#eef6f7}
.error-container{background-color:#fff;font:normal 80% Tahoma, Verdana,
sans-serif;color:#000;text-align:justify;padding:30px}
.error-container li{padding-bottom:10px}
.error-container a:link, .error-container a:visited{font:normal 100%
Tahoma, Verdana, sans-serif;color:#5278af;text-decoration:underline}
.error-container a:hover{color:#5278af;text-decoration:none}
</style>
<title>Access Denied</title>
</head>
<body>
<div class="centered">
<div class="container">
<div class="header">
<h1>The page you are trying to access is restricted due to a security rule.</h1>
<br>
<h2>If you believe the security rule is affecting the normal operation of your website, <br> you can disable it by adding the following lines to your .htaccess file:<br />
<br />
&lt;IfModule mod_security.c&gt;<br />
# Turn the filtering engine On or Off<br />
SecFilterEngine Off<br />
&lt;/IfModule&gt;<br />
</h2>
</div>
</div>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment