Woppi
Woppi

Reputation: 5451

PayPal IPN recommended file permissions

I'm wondering what is the recommended file permission for my ipn.php file. I haven't read anything about file permissions regarding PayPal IPN. For the meantime, I set mine as 0755.

Thanks!

Upvotes: 0

Views: 425

Answers (1)

jcomeau_ictx
jcomeau_ictx

Reputation: 38482

If it's on your own server that's fine. If on a shared server, and you are able to chgrp it to the webserver group (www-data on Debian, usually), you could make it 750. If you're using suexec, you might be able to make it 700.

Upvotes: 1

Related Questions