pbryan Posted September 30 Posted September 30 On Morty, is there a way to enable a different set of custom error pages per addon domain? Quote
MoneyBroz Posted September 30 Posted September 30 You can learn how to do that here: https://wiki.helionet.org/Custom_Error_Pages Quote
pbryan Posted September 30 Author Posted September 30 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 September 30 Posted September 30 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.