Lighttpd rewrite for Wordpress inside CakePHP
问题 I'm having problems to setup Lighttpd rewrite rule for a Wordpress instalation that is located inside a CakePHP app. The folder structure looks like this: var/ www/ app/ webroot/ blog/ cake/ vendors/ The cakePHP app works fine. If I try to access http://domain.tld , it loads the app front page. Any attempt to access a controller/action also works fine. The problem happens when I try to load any wordpress post. The url structure to access a WP post is this: http://domain.tld/blog/post/post