How to change recursively change folder permissions on WAMP server
        Posted  
        
            by 
                user1543227
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1543227
        
        
        
        Published on 2012-10-08T03:36:03Z
        Indexed on 
            2012/10/08
            3:36 UTC
        
        
        Read the original article
        Hit count: 216
        
How do I change folder permissions recursively in Windows 7? Specifically, for my WAMP server, I want to change the permissions of my "www" folder so that its contents can be viewed over the Internet, and I want all of its subfolders to have the same permissions. Currently, for each folder, I'm getting the following message in my browser: "You don't have permission to access / on this server." I believe there's a simple command I could enter in a terminal for recursively changing folder permissions for global access; I just don't know what it is.
© Stack Overflow or respective owner