Hello,
My configuration is a little bit trickier :
I have a subdomain + given WordPress “it’s own directory”
My subdomain can only be set via the interface of my webhost this way :
http://blog.mydomain.com redirects to http://www.mydomain.com/blog/
Then, I installed WP into :
http://www.mydomain.com/blog/___directory_for_wordpress
So I have :
Wordpress address = http://blog.mydomain.com/___directory_for_wordpress/
Blog address = http://blog.mydomain.com
I am trying to make Stealth Login work with that, but it won’t understand that the prefix (blog.) matters.
I would like to type :
http://blog.mydomain.com/login
and have it point to :
http://blog.mydomain.com/___directory_for_wordpress/wp-login.php
Did I make myself clear enough ?
I am not strong enough with URL rewriting, but I am trying to hack a solution anyway.
If I find it, I’ll post it here.