Hello Tony, On 23/02/2011, at 17:01, Tony Zakula wrote:
> In the Cherokee admin, under Vserver - Basics, it says that Directory > Indexes like index.php only work if if "File Exists" and "List & Send" > are setup. Neither are in use. > > I want to be sure that under /blog the index.php is getting picked up. > I think it is and I have a WP problem, but thought I would ask for > future reference to understand how Cherokee is handling this. The "List & Send" handler is the only one checking for Index files. If you want Cherokee to use those index files you have to either use it, and add an explicit rules (For instance: match Regex '/blog/?', and redirect it to /blog/index.php). Something along these lines would work: - Directory /blog: Document Root, Non-final - Extension php: FastCGI, Final - Directory /blog: List & Send, Final - Default: Reverse HTTP proxy Cheers! -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
