Page 1 of 1

a few gliches, but doing great!

Posted: Fri Oct 17, 2003 10:13 am
by dualconcept.net
hi guys, great job on this project. i've been looking high and low for a great blog software. and serendipity looks very promising.

just wanted to make you aware of several things.
i found serendipity for the first time today and had a go on v0.3
i'm using apache on windows xp

btw, my serendipity installation is at http://dualconcept.net/serendipity

in Admin: configuration
when admin email is changed, it does not get saved.

in serendipity_admin.php
authoring suite link does not work

also, in the main page
quickjump and archives don't work... do these get populated after a few posts?

regards,
mark

Posted: Fri Oct 17, 2003 11:35 pm
by tomsommer
Are you sure your .htaccess is correctly generated?

Posted: Sat Oct 18, 2003 10:19 am
by Guest
tomsommer wrote:Are you sure your .htaccess is correctly generated?
Well, right now this is what is contained in the .htaccess file in my serendipity installation.

Code: Select all

ErrorDocument 404 /serendipity/index.php
DirectoryIndex /serendipity/index.php

<Files *.tpl>
    deny from all
</Files>

<Files *.sql>
    deny from all
</Files>

<Files *.inc.php>
    deny from all
</Files>

<Files sqlite.db>
    deny from all
</Files>

Posted: Sat Oct 18, 2003 7:59 pm
by tomsommer
hmm, that look okay...

Dunno whats wrong then

try again...

Posted: Sat Oct 18, 2003 10:17 pm
by dualconcept.net
I'm going to try and re-install it from the top and see what happens.