Page 1 of 1

XAMPP

PostPosted: 26. January 2009 00:13
by echelongr
Hi i have installed and run successfully xammp for linux but when i try to add files in htdocs folder i receive an "access denied" error. How to change permission in this folder to run php apps. I'm new in Linux.
Thanks :)

Re: XAMPP

PostPosted: 27. January 2009 17:35
by alex94040
To change permissions in Linux, use the chmod command. Lookup the help on it, it's really simple.

To change permissions on the web server level, use the .htaccess Apache configuration file, coupled with the settings in httpd.conf.