Jump to content

Peter1955

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Peter1955

  1. No it will be on my site. I just have to edit the url when i upload it
  2. Hello Long time reader, first time posting I want to edit my 404.php file so that it redirects to my own designed 404 page I am using a thinkup theme for my site <?php /** * The template for displaying 404 pages (Not Found). * * @package ThinkUpThemes */ get_header(); ?> <?php thinkup_input_404content(); ?> <?php get_footer(); ?> and i was told to insert this line <?php header("Location: http://www.redirect.tomy.url.com/"); ?> So do i just replace the <?php thinkup_input...... line with the above line edited with the right url?? Any assistance will be very useful as I am not used to php coding as yet thanks Peter1955
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.