dlovas
2/19/2016 - 10:44 PM

Wordpress 404 Page

Wordpress 404 Page

<?php
  header("HTTP/1.1 301 Moved Permanently");
  header("Location: ".get_bloginfo('url'));
  exit();
?>