PHP file permissions for Development machine

tamer137

New Member
I've just upgraded my development machine and have moved over a website I was working on. However, the permissions don't seem to have moved over properly. The dev machine is a Linux machine which runs Apache, where all the folders and sub-folders were set to 755 and all the files and files within all sub folders were set to 644.Instead of me having to run the commands:\[code\]chmod 755 <folder name here>\[/code\]\[code\]chmod 644 <file name here>\[/code\]Is there a quicker way of doing this without having to do each and every file and folder individually?
 
Back
Top