-
Published Question
What is the best way to allow one-time freelancers to access my droplet? Currently, I'm using ssh key to access my droplet. Instead of giving the public key to the freelance developers, I'd like to know which way woul...
1
•
•
By
wag0325
DigitalOcean
-
Published Question
Nginx fails to call index.php file at '/' endpoint. In /etc/nginx/sites-available/default, I have added location / section to rewrite to '/index.php' (see below). However, when I enter my-site.com to the url bar, I ge...
3
•
•
By
wag0325
Nginx
WordPress
-
Published Question
What is the best and the safest way to allow other developers to access my droplet?
I have created my droplet using SSH key (public and private) for linux environment. However, the other developers require to access t...
1
•
•
By
wag0325
Nginx
Development
DigitalOcean
Security
Ubuntu
-
Published Answer
Following changes to .htaccess and .wp-config files (and server refresh) didn’t fix the issue:
.htaccess
RewriteBase /...
•
By
wag0325
-
Published Question
I can't access the dashboard of the second site. When I go to the second site, I only see the HTML page without the style (css).
When I try to access the dashboard, I get this message from the browser: "The page isn’...
3
•
•
By
wag0325
WordPress
Ubuntu
-
Published Question
I'm asked to enter in FTP/SSH credentials for installing themes on Wordpress. I've installed the wordpress with nginx and SSH key, and I tried copying and pasting the private and public keys to the input boxes, but th...
Accepted Answer:
WordPress will ask for these credentials if it detects that it does not have permission to write the needed files itself. This can be avoided completely by resetting these permissions so the files are owned by the us...
5
•
•
By
wag0325
WordPress
Nginx
Ubuntu