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
-
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.
-
@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