DEV Community

Discussion on: How you can host websites from home

Collapse
 
leopold_pitner_ea42865440 profile image
Leopold Pitner • Edited

I have a question, the server works, I go on my phone with cellular data type in my public IP Address and it shows up, but it doesn't show what I want it to show, it just says '403 Forbidden, You do not have access to this resource', I would like to know why this happens.

Collapse
 
drusac profile image
Dominik Rusac

Try giving 777 permissions to your website root folder. Use command "sudo chmod 777 /path/to/website/folder". If this works, next step would be to see how different permissions work, like 755 instead of 777 etc...