-
WARNING: "pear/DB" is deprecated in favor of "pear/MDB2"
This package has been superseded, but is still maintained for bugs and security fixes. Use MDB2 instead.
2009-11-11 06:53:45 UTC by nobody
-
maschine committed revision 303 to the rbook SVN repository, changing 13 files.
2009-11-08 10:45:55 UTC by maschine
-
maschine committed revision 302 to the rbook SVN repository, changing 7 files.
2009-11-06 19:35:05 UTC by maschine
-
maschine committed revision 301 to the rbook SVN repository, changing 8 files.
2009-11-04 20:18:39 UTC by maschine
-
I had the same issue, but I was able to update the user info with a "correct" website entry... complete with http or https address.
2009-10-24 04:10:57 UTC by nobody
-
Sorry for all the noise, but I don't see any way to delete or edit previous posts. ;o)
Anyhow, I think I have figured out how to do everything specified in the apache .htacess file on lighttpd releases before 1.4.24, including the 1.4.19 version that's stock with Ubuntu 9.04. Make sure you've enabled mod_rewrite first, and then here's the full directive you would need to include in your...
2009-10-13 21:29:21 UTC by yottabit
-
Okay, progress. Here's what did the trick:
url.rewrite-once = ( "^(.*)$" => "/dispatch.php$1" )
But the template & pics aren't yet loading correctly. I think this is because the directive I wrote matches all requests, and not just requests for "missing" files as in the original apache .htaccess directive ("-f"). This is a shortcoming of...
2009-10-13 21:07:16 UTC by yottabit
-
So upon examination of the .htaccess file it seems it's rewriting all requests to dispatch.php... so I thought I could replicate that this way:
<pre>url.rewrite-once = ( "^/(.*)" => "dispatch.php%1" )</pre>
But that only results in the following error msg:
<pre>Warning...
2009-10-13 20:36:08 UTC by yottabit
-
Hi Folks!
I've recently switched servers and along with that have decided to use lighttpd instead of apache. There are many reasons, and I've been happy so far. I've been able to get all of my websites working on it so far...
Except for rbook! :o)
So when I try to visit the site I receive a message telling me "If you're here, you probably have something wrong with your install...
2009-10-13 07:04:49 UTC by yottabit
-
I've reinstalled it from scratch. new directory, new BD, same thing. unable to change a password or anything else on the User page....
2009-09-04 04:48:57 UTC by mr_sarge