Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.27 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3.   <head>
  4.     <title>400 Bad Request</title>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.     <style type="text/css">
  7.         body {
  8.                 font-family: Verdana, Arial, Helvetica, sans-serif;
  9.                 font-size: 12px;
  10.                 background-color:#367E8E;
  11.                 scrollbar-base-color: #005B70;
  12.                 scrollbar-arrow-color: #F3960B;
  13.                 scrollbar-DarkShadow-Color: #000000;
  14.                 color: #FFFFFF;
  15.                         margin:0;
  16.         }
  17.         a { color:#021f25; text-decoration:none}
  18.         h1 {
  19.                 font-size: 18px;
  20.                 color: #FB9802;
  21.                 padding-bottom: 10px;
  22.                 background-image: url(sys_cpanel/images/bottombody.jpg);
  23.                 background-repeat: repeat-x;
  24.                 padding:5px 0 10px 15px;
  25.                         margin:0;
  26.         }
  27.         #body-content p {
  28.                 padding-left: 25px;
  29.                 padding-right: 25px;
  30.                 line-height: 18px;
  31.                 padding-top: 5px;
  32.                 padding-bottom: 5px;
  33.         }
  34.         h2 {
  35.                 font-size: 14px;
  36.                 font-weight: bold;
  37.                 color: #FF9900;
  38.                 padding-left: 15px;
  39.         }
  40.     </style>
  41.   </head>
  42.   <body>
  43.     <div id="body-content">  
  44. <!-- start content-->
  45.  
  46. <!--
  47. instead of REQUEST_URI, we could show absolute URL via:
  48. http://HTTP_HOST/REQUEST_URI
  49.    but what if its https:// or other protocol?
  50.    
  51.    SERVER_PORT_SECURE doesn't seem to be used
  52.    SERVER_PORT logic would break if they use alternate ports
  53. -->
  54.  
  55. <h1>400 Bad Request</h1>
  56. <p>Your browser sent a request that this server could not understand:</p>
  57.   <blockquote>
  58.     (none)/fia/interface/product_use_action.php (port 80)
  59.   </blockquote>
  60. <p>
  61.     Please forward this error screen to 192.168.0.9's
  62.     <a href="mailto:apmedia.admin@koodu.com?subject=Error message [400] 400 Bad Request for (none)/fia/interface/product_use_action.php port 80 on Friday, 28-Apr-2017 09:35:16 GMT">
  63.     WebMaster</a>.
  64. </p>
  65. <hr />
  66.  
  67.  
  68. <!-- end content -->
  69.     </div>
  70.   </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement