php - Can't get image even if it exist on server - 404 not found? -
even though image embed in code exists in folder in xampp, browser still logs 404 not found. guess permission issues set files mod of 777 , works. however, think not safe. permission need change browser can access image , doesn't allow write , execute?
standard chmod web files 644. allow owner edit/delete, else read.
Comments
Post a Comment