
Under "Show More Details", it says:
Error when getting information for file '/home/kidgrave/Pictures/advertised.jpg
': No such file or directory


sudo chown -R <your login id> /var/www
sudo chgrp -R <your login id> /var/www

DataMan wrote:It's probably an ownership issue with /var/www
If you are using the webserver strictly as a development box, you can change the ownership stuffola as:
- Code: Select all
sudo chown -R <your login id> /var/www
sudo chgrp -R <your login id> /var/www
In the above the "-R" means recursive (as in change all sub-directories and files to the same ownership as the /var/www root directory).
If you are going to make this a public site then you will need to research appropriate security protocols before changing the ownerships.
-DataMan


Users browsing this forum: No registered users and 16 guests