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

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -