Hi
Checked that, and both news page name and pages page name were blank, so I made them news.php and pages.php.
It's still not opening either News or Pages - though the url looks a bit more promising. It's now http://www.mikemccormac.co.uk/zenphoto/index.php?p=pages.php&title=Searching-this-site for a page called 'Searching this site'.
In the text it describes changing the .htaccess file. If its any help, the text in mine as it relates to Zenpage is:
#### Rewrite additions for zenpage
RewriteRule ^pages/?$ index.php?p=pages [L,QSA]
RewriteRule ^pages/(.*)/?$ index.php?p=pages&title=$1 [L,QSA]
RewriteRule ^news/?$ index.php?p=news [L,QSA]
RewriteRule ^news/([0-9]+)/?$ index.php?p=news&page=$1 [L,QSA]
RewriteRule ^news/category/(.*)/([0-9]+)/?$ index.php?p=news&category=$1&page=$2 [L,QSA]
RewriteRule ^news/category/(.*)/?$ index.php?p=news&category=$1 [L,QSA]
RewriteRule ^news/archive/(.*)/([0-9]+)/?$ index.php?p=news&date=$1&page=$2 [L,QSA]
RewriteRule ^news/archive/(.*)/?$ index.php?p=news&date=$1 [L,QSA]
RewriteRule ^news/(.*)/?$ index.php?p=news&title=$1 [L,QSA]
Thanks again
Mike