I am wanting to create some custom styled error pages. I have had a look through the forums and help topics but just need to clarify the process. For example, if we take the standard 404 error page that is the default which uses Page.ss, how can I get this to use my own template so I can style it separately? I did try creating an ErrorPage.php, ErrorPage.ss but that resulted in a SS warning that there were two ErrorPage.php files ie default in the core and the one I created. I then deleted the ErrorPage.php file that I had created and just left the ErrorPage.ss hoping that SS would treat this in a similar fashion to the templates used when creating a custom login form, however, that did not result in any change.
With the SS CMS admin area for the 'page not found' there is a drop down list for the various error codes, hence I assume that their obviously is probably an easy way to create all your custom error pages if you are wanting to.
Is anyone able to please expand on the method used? Any help would be greatly appreciated.
Thank you