This is probably already well known, but the human friendly rewrite option breaks the style sheets. The sidebar plugin that likes to the admin page is also broken.
This seems to be partially fixed in cvs. The style sheets work for the blog, but not the admin pages, and the sidebar plugin is still ...
Search found 2 matches
- Mon Apr 10, 2006 4:55 pm
- Forum: Bugs
- Topic: url rewriting breaks style sheets and sidebar plugin
- Replies: 1
- Views: 1803
- Fri Mar 24, 2006 6:27 am
- Forum: Installation
- Topic: Storing local configurations outside the web root
- Replies: 0
- Views: 2293
Storing local configurations outside the web root
I wanted protect myself from a misconfigured server, that might accidentally send the source of serendipity_config_local.inc.php. I moved the file to /var/serendipity (my my web root uses /var/www). I did recursive search and replace to add ../../serindipity/ to the file path. I took similar steps ...