I'm trying to help someone create a s9y site with just static pages. I created a static page, and set it to be the front page of s9y. I am using URL rewriting via mod rewrite. The static frontpage is not loaded when a page is not found. .htaccess includes the usual:
Code: Select all
# BEGIN s9y
ErrorDocument 404 /index.php
DirectoryIndex /index.php
.... etc...
s9y is 1.4.1, static page plugin is 3.74.
So, if the frontpage is normally loaded on a page not found, and a static page has been defined as the frontpage, shouldn't that static page load on a 404?