Page 1 of 1

broken link in serendipity_admin.php

Posted: Sun Aug 10, 2003 8:05 am
by darxpryte
I just cvsupped today. Unless this has been fixed or I'm doing something wrong it looks like there's a broken link in serendipity_admin.php

in the file serendipity_admin.php line 93:

Code: Select all

                    & <a href="<?php echo $serendipity['serendipityHTTPPath']; ?>entries"><?php echo AUTHOR_SUITE; ?></a><br />
should probably be:

Code: Select all

                    & <a href="<?php echo $serendipity['serendipityHTTPPath']; ?>serendipity_entries.php"><?php echo AUTHOR_SUITE; ?></a><br />
(I couldn't quite get the & bull; part to print out, but you get the idea)

Otherwise I'd like to say that this is a great piece of blogging software and I'm really happy with it. It was exactly what I was looking for!

Posted: Fri Aug 29, 2003 12:16 pm
by jhermanns
No, that should be alright. The .htaccess tells the server to use index.php as error document. Index.php then knows what to do, when a user requests /entries - what is the "AllowOverride" setting for your vhost in your apache configuration (httpd.conf)?