I have some custom error pages but when I go to add them, the only option for error type I can see is for an error page 404 - is it possible to create custom 401 and 500 pages too?
1.10.3
[solved] custom error pages - 404 I can make but 401 & 500?
[solved] custom error pages - 404 I can make but 401 & 500?
Last edited by ladyr0gue on Sun Apr 22, 2012 2:18 pm, edited 1 time in total.
Re: custom error pages - 404 I can make but how about 401 &
No, not at this moment...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: custom error pages - 404 I can make but how about 401 &
I have tried making them content pages and calling them in my htaccess file ie:
is that workable? it seems to work... is there anything wrong with using this method?
Code: Select all
ErrorDocument 500 /cmsms/error-500.html
ErrorDocument 500 /cmsms/error-500.html
Re: custom error pages - 404 I can make but how about 401 &
Noladyr0gue wrote:is there anything wrong with using this method?

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -