This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You will need to add you user to the 'apache' group first. Log out afhter you have done that. | |
$ sudo mkdir /var/www/html/project | |
$ sudo chown -R $USER:apache /var/www/html/project | |
$ sudo chmod -R 775 /var/www/html/project |