Which directory should I choose for my PHP projects? Should I use ~/public_html in my home directory or should I choose /var/www and change the owner to have write permissions? What would you recommend?
Which directory should I choose for my PHP projects? Should I use ~/public_html in
Share
I prefer doing development in my home directory since I think that is where user files should be placed. But this is a personal choice, do what you think is best and/or easiest to configure. It should not matter that much.