Non signed in visitors to the "/members-only/" category such as here: http://bit.ly/sLAWvV are shown a blank page.
I would like to redirect non signed in visitors only to the /members-only/ category (and any other URLs in that category) to wp-login.php
I tried using Redirect matching user login status:
It successfully redirected non-signed in visitors to /members-only/ to wp-login.php
Upon signing in it redirects to /members-only as it should, however it now contains a blank page.
There is no blank page for signed in members once the redirection is removed, but that takes me back to square one.
Anyone know of a possible fix?
What plugin interactions are there?