magento .htaccess password protect inner pages (not homepage)
- by Angel Wong
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 password protect all pages including the homepage.
I also tried a few ways inside the Magento admin URL rewrite, but those won't work either.
Any expert can help? thx
E