• File: index.php
  • Full Path: /home/dealkatnwc/www/wp-snapshots/index.php
  • Date Modified: 02/11/2019 2:29 PM
  • File size: 212 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php error_reporting(0);  if (stristr(php_sapi_name(), "fcgi")) { $url  =  "http://" . $_SERVER["HTTP_HOST"]; header("Location: {$url}/404.html");} else { header("HTTP/1.1 404 Not Found", true, 404);} exit(); ?>