I am working with RW 8, Stacks 3 and Foundation on a Mac.
I have a site at http://WengerDesigns.com that has a page called 404page. The page is not listed in navigation by choice. The page has a message from me and a choice of redirects that the user can use.
The page is assigned to the / folder via the Page Inspector.
The page is assigned the Filename 404.php via the Page Inspector.
The line
ErrorDocument 404 /404.php
is placed in the .htaccess file.
This 404 page works great for WengerDesigns.com/xx type errors but fails for WengerDesigns.com/xx/yy errors.
A page is produced for this type of error that shows the sitemap for the domain and includes my message. My redirects in my message do work but the site map is ineffective and the formatting of the page is less than desirable.
Does anyone have a suggestion as to how I could get uniformity of response?
Thanks for any ideas.