I'd like to be able to write to the XAMPP directory so that I can run PHP scripts from there rather than my "Sites" user folder.

How can I do that? I'm using 1.7.3.

Currently, if I try to write (copy or save files to) to the XAMPP Application directory, I get a file permissions error. I have a similar issue with the wordpress code editor. (It says to make the file "writeable".)

link|improve this question

Can you describe the problem more clear please? – rabidmachine9 Aug 5 '10 at 0:20
feedback

3 Answers

up vote 1 down vote accepted

Sounds like a permissions problem. You can set permissions for the XAMPP folder by right clicking on it and click on Get Info. From there expand Sharing and Permissions at the bottom if it already isn't. Depending on where the folder is you may need to click the lock icon at the bottom right to allow you to make changes. Then you will have access to change the permissions.

If your user account is not in there already, click the little + icon in the lower left and add your user account in. Finally, next to your account name in the Privilege column select Read and Write. You should now be able to write files into this folder, and this process is also the same for adding write permissions to files.

link|improve this answer
Plus one for the bit about adding my User Account to the list. – Moshe Aug 5 '10 at 18:10
feedback

Right click on the folder you want to write on choose Get Info and at the bottom you can change Sharing & Permissions now they must be read only and you should change them to read and write. good luck...

link|improve this answer
Thanks. I should have known. – Moshe Aug 5 '10 at 18:09
feedback

Here is alternative solution which involves making Apache to run under your UNIX user account Local XAMPP development and UNIX file permissions

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.