On 12/10/2010, at 18:57, Jim Isaacs wrote: > Ok, I have a couple questions. > > The first one has to do with a virtual server setup specifically for > WordPress. > So I created a new vserver with the WordPress wizard. Everything worked fine. > WordPress is running like a dream. > > Now what is wrong is that I have a directory within the root, that has > nothing to do with WordPress. > I thought the WordPress wizard would have enough within the rules to server > this directory but all I keep getting is a 403 error. > > What am I missing?
You will have to add a new behavior rule so the server knows what to do with that directory. Otherwise, it has no way to know what to do with the directory. It'd be something like: Directory /public_web_dir, DocumentRoot: /path/to/the/local_dir/, Handler: file Remember that the position within the behavior rules list is fundamental. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
