I have a folder "data" which is protected using .htaccess . I want to access files in this folder from a different domain(same server though). I have tried to put : alias members/data/ /data/ (just an example) in my virtualhost part of httpd.conf. When I do this I am asked for a user and pass. Is there any way I can use files from that folder without being asked for a user and pass client side? is it possible to have the .htaccess file look for .htpasswd files in more than one location? I hope someone can help me, cheers.