I installed LAMP, and created a file named index.html
. This file is accessible via browser (localhost/index.html
).
But when I moved my project folder to /var/www/
, I can't browse any file via browser.
What to do now?
I tried to change the file permission, but I failed. Is it problem for file permission or server problem?
N.B.: I noticed a 403
forbidden message when I tried to browse localhost/netsys/
(netsys
is my project folder).