pbryan Posted 12 hours ago Posted 12 hours ago On Morty, is there a way to enable a different set of custom error pages per addon domain? Quote
MoneyBroz Posted 9 hours ago Posted 9 hours ago You can learn how to do that here: https://wiki.helionet.org/Custom_Error_Pages Quote
pbryan Posted 3 hours ago Author Posted 3 hours ago Thanks for the reply, MoneyBroz. For me, it seems all domains (primary and addons) all share the same common `error_documents` directory. Am I missing a setting where I can specify where each addon domain's error_documents is located? Quote
MoneyBroz Posted 2 hours ago Posted 2 hours ago In this case, you can use the Errordocument directive in .htaccess for each domain. for example: # For 403 errors Errordocument 403 /errors/403.html # For 404 errors Errordocument 404 /errors/404.html Note that you can name the folders/error pages anything you want. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.