Close Menu
    Facebook X (Twitter) Instagram
    • Download Cisco Packet Tracer
    Facebook X (Twitter) Instagram Pinterest Vimeo
    IT Beginner
    • Home
    • Server
    • WordPress
    IT Beginner
    Home»WordPress»How to redirect 404 to homepage in wordpress
    WordPress

    How to redirect 404 to homepage in wordpress

    18/07/2017No Comments1 Min Read

    Want to redirect 404 error page to your homepage in wordpress? Here is how

    Login to your wordpress admin page http://website.com/wp-admin/
    Go to “Apperarance” -> “Editor” -> 404.php

    If your theme doesnt have 404.php page, create one under your theme directory wp-content/themes/themename/

    Change or create your 404.php code to these

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

    What those code does is to tell browswer that page has moved permantly with 301 error code, then redirect to your home page.

    redirect wordpress
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleHow to install mod_rewrite on Ubuntu
    Next Article How to upgrade Linux Mint 14 to Linux Mint 15

    Related Posts

    Tips – Tricks

    Optimize WordPress with Nginx

    04/08/2017
    CentOS

    How To Install WordPress with nginx on Centos 6

    02/08/2017
    WordPress

    Remove WordPress X-Pingback header

    25/07/2017
    Subscribe
    Notify of
    guest

    guest

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    0 Comments
    Oldest
    Newest Most Voted
    Inline Feedbacks
    View all comments
    Tags
    apache centos Centos 6 cuda Desktop Environment dual boot environment featured gnome GUI hostname hosts intel kernel kill lamp server lemp server life MariaDB netflix nginx nvidia password php-fpm phpmyadmin pids processes s.m.a.r.t Security session solid state drive ssd ssh ssh server tag 1 tag 2 Ubuntu upgrade varnish VirtualBox VNC Server web server window manager wordpress xfce
    Facebook X (Twitter) Instagram Pinterest

    Type above and press Enter to search. Press Esc to cancel.

    wpDiscuz