I have apache, PHP, and MySQL installed on Windows; problem I'm having now is I can't use any PHP scripts because they need to be CHMODed before use. Is there any way to configure it so it can be CHMOD to 777, 755, etc? Thanks
Yes - USE you ftp client select the file ( left click once and then make it blue) Then right click and select "file attributes" or "chmod" Depending on what type of client you have will be the text Then just set it to 777
That wont work on a windows server. You will actually have to set permissions in windows it self (via remote desktop or directly if you have direct access to the windows server). You have to right click the folder and set security permissions. Here is something i found interesting but havent used yet. http://www.softpedia.com/get/System/System-Miscellaneous/CHMOD-Win.shtml Rep appreciated
Windows DOES have permission issues, especially when you want to run scripts or want a parent to allow to right to a specific folder.
CHMOD isnt for windows server. Thats for Linux only. Windows has permissions similar as in your computer.
Permissions are normally not needed to be setup for windows server, when you transfer files they have same permission as your system