I'm pretty much boggled here.
I've integrated [url=http://zenphoto.org]zenphoto[/url] with WordPress by using this method. Basically just including the WP header, footer, and sidebar.
Everything looks and works great... except for one little big thing.
WP isn't recognizing the zenphoto pages. So while a viewer can see the zenphoto gallery easily, the WP code is putting a silent 404 error in the response header. So no spiders and such will index the gallery.
Here's an example:
Response Headers:
Date: Thu, 26 Jun 2008 01:10:27 GMT
Server: Apache/2.2.3 (Ubuntu) PHP/5.2.1 mod_ssl/2.2.3 OpenSSL/0.9.8c
X-Powered-By: PHP/5.2.1
Set-Cookie: bb2_screener_=1214442630+68.145.216.220; path=/blog/
X-Pingback: http://www.ruzee.com/blog/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Last-Modified: Thu, 26 Jun 2008 01:10:30 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
404 Not Found
Is there anyway to fix this so that WP recognizes the pages and doesn't spit out that 404? Any help would be hugely appreciated.