Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    SOLVED 404 redirect to home page

    General Discussion
    2
    2
    182
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      keith severtson last edited by

      How can i redirect my 404 page to the home page or a page i select. so that the user is always seeing an active page.

      Joseph Benguira 1 Reply Last reply Reply Quote 0
      • Joseph Benguira
        Joseph Benguira @keith severtson last edited by

        @keith-severtson to do that, from the pagebuilder click on the wrench icon in the left bar then click on edit 404 page

        There drop a block of JavaScript source code (+ button, source code, JavaScript)
        And paste this in it

        <script>
            window.location.href='/'
        </script>
        

        This will redirect users to the home page if they reach the page 404

        1 Reply Last reply Reply Quote 0
        • First post
          Last post