Windows Server equivalent of chmod 755 on linux server?

Hello,

Pretty much summed it all up in the title. Anyone have any tips? Trying to run a php script on a windows server that isn’t quite working correctly.

Thanks!!

Linux and unix permissions are quite different. Anyhow, most likely the script just needs to be able to read and execute the directory. But it is hard to say without having any idea what script is, etc.

Basically the img.php script on my wordpress theme is not working because of the permissions on that file. Below is the FAQ for the error i’m encountering (images wont load correctly)

What server software? How is the server configured, ie., does it run under a select user account? Does the server run PHP under a different user? The questions go on. We need to know the details to give correct advice. But basically, You would need to add permissions to the ACLs allowing for whatever it is you need under the account PHP is running under.