I have to add a password protected zone to a site I am working on (using the .htpasswd file). The thing is the whole directory structure it's being pointed at doesn't exist and is created through mod_rewrite.
Will it still work, or does the directory actually have to physically exist on the server?
Clarification: While I may need to password protect the directory: http://sitename/category/protected/
mod_rewrite translates this to: index.php?category=category&directory=protected
So the actual directory does not exist. Is it still protectable?