I've installed 1.3 on a site and still no success on my pc. I'm getting errors displaying the blog entries.
Your readme.txt explains how to use your blog with an SHTML solution but no other options. I'm trying to implement a PHP solution with php includes versus shtml. Also the dvog-post.php assumes that the user is using a file called index.shtml (for the links to "archives").
here's how I'm testing
Quote:
< HTML>
< HEAD>
< TITLE> - < ? php include("dvog-post.php?title=YES&$QUERY_STRING") ? > TITLE >
HEAD>
< BODY marginheight='0' marginwidth='0' topmargin='10' leftmargin='10'>
< ? php include("dvog-post.php?$QUERY_STRING") ? >
BODY >
HTML >
|
what is supposed to be in the $QUERY_STRING variable?