reggiep Posted April 8, 2014 Posted April 8, 2014 Hi All, We are trying to upload a dreamweaver site to an ubuntu box but failing! We use a user whop is a member of the www-data group but we still get premission denied after the pages have been uploaded. If we then change the pag owber to www-data:www-data the page then works? Can anyone let em know where we are going wrong? Thanks
m1k3r Posted April 8, 2014 Posted April 8, 2014 (edited) Hi, What file permissions are on the uploaded files or the directory of which you're trying to upload to? If you have terminal access, go to the www directory and run ls -la this should list the file permissions, owner and group of the directories and files. Edited April 8, 2014 by m1k3r
jinnantonnixx Posted April 8, 2014 Posted April 8, 2014 I bet the permissions aren't matching As mk13r suggests, compare the results of ls -l on the two directories to see if there are permissions problems. Check for unresolved names (i.e. large numbers instead of names of owner and group).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now