webmobster Posted May 14, 2006 Share Posted May 14, 2006 How do you set for a certain/any directory rights for a php script to read, write or create files? Quote Link to comment Share on other sites More sharing options...
_will Posted May 14, 2006 Share Posted May 14, 2006 [!--quoteo(post=373784:date=May 14 2006, 01:21 PM:name=webmobster)--][div class=\'quotetop\']QUOTE(webmobster @ May 14 2006, 01:21 PM) [snapback]373784[/snapback][/div][div class=\'quotemain\'][!--quotec--]How do you set for a certain/any directory rights for a php script to read, write or create files?[/quote]Usually on a *nix box you need to give the Apache daemon the permissions to access and write to the directory. You can use the chmod command to set the proper permissions if you have shell access, and most web control panels give you the ability to change permissions. Quote Link to comment Share on other sites More sharing options...
webmobster Posted May 14, 2006 Author Share Posted May 14, 2006 I am not using a unix and what web based control pannel would you recommend Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.