-
Published Answer
Hello,
I set my subdomains up in different files. One domain per file to keep things simple. All you really need to do is change…
•
By
alexstine
-
Published Answer
Hello,
Sorry, I’m not to familiar with Apache. I did some research and this should get things working. In 000-default.conf, repl…
•
By
alexstine
-
Published Answer
Hello,
Were you able to login with SSH as step 3 details in the guide?
https://www.digitalocean.com/community/tutorials/how-to-…
•
By
alexstine
-
Published Answer
Hello,
I have a subdomain setup but I’d do it all in DNS.
server_name domain.com;
server_name test.domain.com;
ser…
•
By
alexstine
-
Published Answer
You’re welcome. Glad I could help.
•
By
alexstine
-
Published Answer
Hello,
Please change this line.
#ServerName www.example.com
Then you should add your domain in instead.
...
Accepted Answer:
Hello,
Please change this line.
#ServerName www.example.com
Then you should add your domain in instead.
...
•
By
alexstine
-
Published Answer
You can cat “000-default.conf”. Also have you checked your DNS records setup?
Thanks.
•
By
alexstine
-
Published Answer
Hello,
I cannot access your domain at all. This looks to be a DNS issue. Could you please verify your records? When I ping your …
•
By
alexstine
-
Published Answer
Hello,
Could you please paste your wp-config.php here so I can have a look? Go ahead and star * out the DB information and other…
•
By
alexstine
-
Published Answer
After much messing around with this issue, I finally figured it out. Lots of config changes that needed to be made which I won’t de…
Accepted Answer:
After much messing around with this issue, I finally figured it out. Lots of config changes that needed to be made which I won’t de…
•
By
alexstine
-
Published Answer
Hello,
Please add these define statements to wp-config.php.
define('WP_HOME','http://example.com');
define('WP_SITEURL'...
•
By
alexstine
-
Published Answer
Hello,
Please send it via the support portal here.
https://cloudsupport.digitalocean.com
We’re all customers for the most pa…
•
By
alexstine
-
Published Answer
Hello,
I’m guessing the UFW firewall is enabled and is blocking the request. Could you please try adding this rule?
ufw ...
•
By
alexstine
-
Published Answer
Can you access customer support here?
https://cloudsupport.digitalocean.com
It will probably be your best bet.
•
By
alexstine
-
Published Answer
I use Vagrant for WordPress development. Not sure if internet access is required or not. Hard to get working and you need a compute…
•
By
alexstine
-
Published Answer
Hello,
If you are on Windows, clearing browser history helps. Also you should open “cmd” and type this.
ipconfig /flushd...
•
By
alexstine
-
Published Question
Hello,
Trying to make Postfix do as it should. :) I currently finished setting up Postfix to send through Amazon Simple Email Service. Now I have the following questions.
1. Am I using all the correct parameters to en...
Accepted Answer:
After much messing around with this issue, I finally figured it out. Lots of config changes that needed to be made which I won't detail here, every setup seems to be different. When in doubt, just keep messing with it...
1
•
•
By
alexstine
Ansible
Ubuntu
-
Published Answer
Hello,
If running as root, this will work. If not, add sudo before the commands.
apt-get remove --purge --auto-remove pr...
•
By
alexstine
-
Published Answer
Hello,
Could you please try this command from console?
reboot
This should reboot things the cleaner way. Hopeful…
•
By
alexstine
-
Published Answer
Hello,
If you were developing the theme locally before pushing to your server, there could be a chance that something in the DB …
•
By
alexstine