DEV Community

Discussion on: How you can host websites from home

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...