Page 1 of 1

serendipity.css missing

Posted: Wed Nov 21, 2007 6:50 am
by leightonbrown
Hi,
I'm new to serendipity. Installed 1.2 on Linux (fedora 7), with apache 2.2.4, php 5.2.2, postgresql 8.2.4. I created a serendipity.conf file in /etc/httpd/conf.d with the lines:
Alias /serendipity /var/www/virtual/serendipity

<Location /serendipity>
Order deny,allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
# Allow from .example.com
</Location>
I completed the installation, but css doesn't work. In particular I can't find serendipity.css or serendipity_admin.css. I get the following error in httpd error log :
[error] [client ::1] File does not exist: /var/www/virtual/serendipity/serendipity.css, referer: http://localhost/serendipity/index.php

serendipity.css missing

Posted: Wed Nov 21, 2007 7:17 am
by leightonbrown
Apparently apache's mod_rewrite does not work on apache 2.2.4, turning it off solved the 'problem'