Page 1 of 1

No CSS on new installation

Posted: Thu Jul 17, 2008 1:25 am
by Dan Christopher
Hi, I just installed serendipity on my webserver (freebsd,apache,postgresql), and the css is not showing up on the blog or on the administration page. I assume that this is supposed to be generated on the fly by serendipity.css.php, but for some reason it isn't. I have pretty loose permissions on this directory, so I don't think it should have an error trying to write to the css file. Any ideas?

Edit: Ok, figured it out! I just checked the httpd.conf file and "AllowOverride" was set to "none". I changed it to "all" and it works fine now.

Posted: Thu Jul 17, 2008 4:34 pm
by judebert
Glad you found it! Normally this turns out to be ads inserted into every file by the webserver. It would've taken a while to find an .htaccess problem.