Custom Error Page-1
Problem
You try to visit a protected page that you’re not eligible to view, and don’t see the proper error message you are supposed to see.
Solution
- Create a custom error page in WP – like http://YourSite.com/error/
- In the body of that error page, enter something like this:
Sorry, you do not have access to this content.
If you are already a member, click here to login.
If you are not a member yet, then click here to get access. - In the above example, link the text “click here to login” to your DAP login page (eg., http://YourSite.com/login/). And link the “get access” text to your sales page.
- Then take this error page’s URL – which is http://YourSite.com/error/ – and enter it into the “Error Page URL” field of all DAP Products.
- Also enter this same URL into DAP Admin > Setup > Config > “Error Page URL (Global)”.
Save the changes.
Now, in a different browser, first visit your logout link – http://YourSite.com/dap/logout.php – so that the config changes can be reloaded. Now go back to that original protected page, and you should now be redirected to the above custom error page you created above.