Page 1 of 1

[solved] custom error pages - 404 I can make but 401 & 500?

Posted: Sun Apr 22, 2012 10:51 am
by ladyr0gue
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

Re: custom error pages - 404 I can make but how about 401 &

Posted: Sun Apr 22, 2012 11:36 am
by Rolf
No, not at this moment...

Re: custom error pages - 404 I can make but how about 401 &

Posted: Sun Apr 22, 2012 12:07 pm
by ladyr0gue
I have tried making them content pages and calling them in my htaccess file ie:

Code: Select all

ErrorDocument 500 /cmsms/error-500.html
ErrorDocument 500 /cmsms/error-500.html
is that workable? it seems to work... is there anything wrong with using this method?

Re: custom error pages - 404 I can make but how about 401 &

Posted: Sun Apr 22, 2012 12:30 pm
by Rolf
ladyr0gue wrote:is there anything wrong with using this method?
No ;)

[solved] error pages - 404 I can make but how about 401 & 50

Posted: Sun Apr 22, 2012 2:17 pm
by ladyr0gue
fanx......... ;)