Advertisement
peed

404

Sep 3rd, 2011
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. My 404 page consists of the following, imagine that it's wrapped in php tags:
  2.  
  3. header("HTTP/1.1 301 Moved Permanently");
  4. header("Location: ".get_bloginfo('url'));
  5. exit();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement