I have a Wordpress install in a subdirectory of a Silverstripe install. I cannot get the front end of the Wordpress site to show due to the rewriting, however the back end works no problem if I append /index.php.
If I try append /index.php to /subdirectory/index.php it redirects back to subdirectory. There are no rules in the WP htaccess so I am thinking Silverstripe isn't liking the extensions.
I tried excluding the entire subdirectory folder by adding this to the Silvestripe site after Rewrite engine:
RewriteCond %{REQUEST_URI} !^/subdirectory/.*
Not getting it right. Is there a way to allow 'subdirectory' to do its own thing?