a few gliches, but doing great!

Found a bug? Tell us!!
Post Reply
dualconcept.net

a few gliches, but doing great!

Post 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
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post by tomsommer »

Are you sure your .htaccess is correctly generated?
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
Guest

Post 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>
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post by tomsommer »

hmm, that look okay...

Dunno whats wrong then
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
dualconcept.net

try again...

Post by dualconcept.net »

I'm going to try and re-install it from the top and see what happens.
Post Reply