Incorrect css-path after upgrade to 1.3

Having trouble installing serendipity?
Post Reply
cybermat
Regular
Posts: 42
Joined: Wed May 10, 2006 10:45 am

Incorrect css-path after upgrade to 1.3

Post by cybermat »

Hi,

i run 2 s9y-blogs. Today i've updated both to release 1.3, one from 1.1, the other from 1.2.

The blog i've updated from 1.1 works fine after the update, the blog i've updated from 1.2 doesn't look very good anymore after the update, because it uses an incorrect path to the .css File.

The blog that works looks for the style-informations in

Code: Select all

/index.php?/serendipity.css
the other blog, that doesn't work, tries to get the style-informations from

Code: Select all

/serendipity.css
that doesn't exist. But the file exists under

Code: Select all

/index.php?/serendipity.css
Both blogs run in the same directory, on the same server, with the similar serendipty-version, one works, the orther don't. Very strange i think. What can i do? I think i dowgrade to 1.2 that worked fine...
kleinerChemiker
Regular
Posts: 765
Joined: Tue Oct 17, 2006 2:36 pm
Location: Vienna/Austria
Contact:

Post by kleinerChemiker »

do the blogs use the same template?
cybermat
Regular
Posts: 42
Joined: Wed May 10, 2006 10:45 am

Post by cybermat »

No they don't, but choosing another template didn't solve the problem.
I compared the settings and found out, that the url-rewriting option was choosed in the blog that didn't work. Disabling this option solved the problem. Then i tried to enable the rewriting option again, and the blog still worked.

I have no idea about this strange behavior, but now it works.
Post Reply