Page 1 of 1

plugin error after embedding s9y

Posted: Thu Dec 23, 2004 5:17 am
by ae+++
hello

i have a problem where i have embedded s9y which works fine, but the links from the plugins do not pick up the new index file i have specified

for example, currently if you click on a archived entry you get the following link

/serendipity/archives/20041218.html

which is completely unfomatted (no html or body tags - just the divs)

what it should be is:

/serendipity/diary.php?/archives/20041218.html

which works fine. ( diary.php is my index file)


does anyone know why this is happening??

cheers

andrew

Re: plugin error after embedding s9y

Posted: Thu Dec 23, 2004 3:47 pm
by garvinhicking
There's an option "Index File" which defaults to 'index.php' in your serendipity configuration. You can set that to diary.php - but then you need to disable URL rewriting to make it like diary.php?/archives/... ...

HTH,
Garvin