Setup the right permission for the directories:
sudo find /var/www/html/ -type d -exec chmod 755 {} \;
Setup the right permission for the files:
sudo find /var/www/html/ -type f -exec chmod 644 {} \;
MySQL manages connections to the database server through the use of a socket file, a special…
To remove the .html extension from your urls, you can use the following code in…
Use free/paid SSL certificates https://www.sslforfree.com Enable SSL Module Replace 'default-ssl' with the real site name…
Create archive of all files under public_html directory ignoring all files and folders including text…
To install some file *.tar.gz, you basically would do: Open a console, and go to…
The chown command has the following syntax: [crayon-67a5aef9e4852526488490/] So in your example command it is your primary…