-
Published Answer
Hi @Kdimitrov
Once again, thanks for the help.
With 755, the group has no Write permissions. This is a problem for my setup …
•
By
bontokiz
-
Published Answer
Hi,
Are you able to ssh to your droplet? Confirm that Wordpress files are still in /var/www/html. Check the permissions while yo…
Accepted Answer:
Hi,
Are you able to ssh to your droplet? Confirm that Wordpress files are still in /var/www/html. Check the permissions while yo…
•
By
bontokiz
-
Published Answer
Hello @domainer111 ,
linkorchard.com - database connection error
namedream.com - flagged as not secure by chrome, but still acc…
•
By
bontokiz
-
Published Question
What is the recommended user, group and directory permissions for the webroot directory?
Let say I have the below directory structure,
```
/var/www/
/website-1/htm/
index.html
/website-2/html/
index.ht...
2
•
•
By
bontokiz
Nginx
Ubuntu 18.04
-
Published Question
Hello,
I am hosting multiple websites in a single NGINX server with the below directory structure;
```
/var/www
webiste-1
html
index.php
website-2
html
index.php
```
I'm using an account with s...
Accepted Answer:
Hello,
you can create a new sudo user.
To create one, follow these steps:
Create the user:
sudo adduser testusername
Set and confirm the new user's password at the prompt. I would suggest to use a strong password :
...
1
•
•
By
bontokiz
Nginx
Ubuntu 18.04