I would like to use .htaccess to password protect all inner pages of Magento, except the home page. e.g.
http://www.example.com/abc (password protect)
http://www.example.com (home page, no need to password protect)
I tried to use the setifenv request_uri = "/" => allow, but didn't work. It still
…