Own error pages
Posted: Sun May 27, 2012 7:50 am
Hello,
How do I do own error pages in CMSMS , because when i put the code below in htacess in the root so it does not work.
How do I do own error pages in CMSMS , because when i put the code below in htacess in the root so it does not work.
Code: Select all
ErrorDocument 400 /errors/badrequest.html
ErrorDocument 401 /errors/authreqd.html
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html