broken link in serendipity_admin.php

Found a bug? Tell us!!
Post Reply
darxpryte
Posts: 1
Joined: Sun Aug 10, 2003 7:49 am

broken link in serendipity_admin.php

Post 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!
jhermanns
Site Admin
Posts: 378
Joined: Tue Apr 01, 2003 11:28 pm
Location: Berlin, Germany
Contact:

Post 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)?
Post Reply