Hi Having looked at the the error_log and access_log files I'm not much wiser. It would appear to me that SiteX is expecting the pages to be off the root directory. Hence the 404 error.
The logs are:
[Sat Nov 21 12:36:37 2009] [warn] RSA server certificate CommonName (CN) `westforest.westforest41club.org.uk' does NOT match server name!?
[Sat Nov 21 12:36:37 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Nov 21 12:36:37 2009] [notice] Digest: done
[Sat Nov 21 12:36:38 2009] [warn] RSA server certificate CommonName (CN) `westforest.westforest41club.org.uk' does NOT match server name!?
[Sat Nov 21 12:36:38 2009] [notice] Apache configured -- resuming normal operations
[Sat Nov 21 14:17:44 2009] [error] [client 192.168.200.14] File does not exist: /home/e-smith/files/ibays/Primary/html/favicon.ico
[Sat Nov 21 14:18:55 2009] [error] [client 192.168.200.14] File does not exist: /home/e-smith/files/ibays/Primary/html/favicon.ico
[Sat Nov 21 14:19:47 2009] [error] [client 192.168.200.14] File does not exist: /home/e-smith/files/ibays/Primary/html/favicon.ico
[Sat Nov 21 14:22:14 2009] [error] [client 192.168.200.14] File does not exist: /home/e-smith/files/ibays/Primary/html/favicon.ico
[Sat Nov 21 14:22:22 2009] [error] [client 192.168.200.14] File does not exist: /home/e-smith/files/ibays/Primary/html/includes, referer:
http://www.westforest41club.org.uk/sitex/[client 192.168.200.14] script '/home/e-smith/files/ibays/Primary/html/page.php' not found or unable to stat, referer:
http://www.westforest41club.org.uk/sitex/[Sat Nov 21 14:22:40 2009] [error] [client 192.168.200.14] File does not exist: /home/e-smith/files/ibays/Primary/html/favicon.ico
And:
westforest41club.org.uk 192.168.200.14 - - [21/Nov/2009:20:37:13 +0000] "GET /sitex/ HTTP/1.1" 200 17432 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5"
westforest41club.org.uk 192.168.200.14 - - [21/Nov/2009:20:37:17 +0000] "GET /page.php?pageid=1 HTTP/1.1" 404 206 "
http://www.westforest41club.org.uk/sitex/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5"
westforest41club.org.uk 192.168.200.14 - - [21/Nov/2009:20:37:20 +0000] "GET /sitex/ HTTP/1.1" 200 17432 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5"
westforest41club.org.uk 192.168.200.14 - - [21/Nov/2009:20:37:24 +0000] "GET /guestbook.php HTTP/1.1" 404 211 "
http://www.westforest41club.org.uk/sitex/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5"
westforest41club.org.uk 192.168.200.14 - - [21/Nov/2009:20:37:27 +0000] "GET /sitex/ HTTP/1.1" 200 17432 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5"
westforest41club.org.uk 192.168.200.14 - - [21/Nov/2009:20:37:36 +0000] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5"
I am access this locally but get the same results accessing remotely.
Tony