I like having WP "run" my site, but I'd like to be able to designate the odd subdirectory for "other" uses and have WP ignore it. For instance, if my site is http://www.mysite.com and WP is in the root, I'd like to be able to create http://www.mysite.com/ABC and have an .htaccess file in it so my brother could mess with is own private directory.
How can I do this? When I set up the directory, WP seems to intercept a page request and dish itself up instead. Take a look if you like:
http://enggeek.ca/ee315/index.html
should prompt for a password and username, and based on a .htpasswd file entry, should allow http://enggeek.ca/ee315/index.html to be sent. It doesn't happen.
Thanks in advance to anyone gracious enough to reply!
Jim Murphy