-
Published Answer
What you are looking for is a CNAME DNS record. The CNAME record maps a name to another name. It should only be used when there are…
•
By
brass
-
Published Answer
first step is to make FWserver forwarding persistent
echo net.ipv4.ip_forward = 1 >> /etc/sysctl.conf
sysctl -p
sec…
•
By
brass
-
Published Answer
If you are using a caching plugin, you can flush the css file. If you are using cloudflare you can put your site in development mod…
•
By
brass
-
Published Answer
the $10 a month plan offers the following features. The correct answer requires alot of different factors to be taken into consider…
•
By
brass
-
Published Answer
php 7 will load up your WordPress site a good bit. However updating to php 7 with an existing php 5.6 install could get hairy. I wo…
•
By
brass
-
Published Answer
if your WordPress files are at
/var/www/html/my1stdomain.com/public_html
Then you need 1 virtual host configuration wit…
•
By
brass
-
Published Answer
yes it is possible. I would recommend at least the 2GB droplet if you are planning on more than 3 or 4. Just separate each domain.c…
•
By
brass
-
Published Answer
I would personally change the default policy to ALLOW then append a DROP at the end of your INPUT Chain, so for instances like what…
•
By
brass
-
Published Answer
if you dns is setup correctly a host lookup for your domain name should come back with
# host domain.com
domain.com has add...
•
By
brass
-
Published Answer
I would suggest looking your error logs to see the problem, also if your site is running on port 80 you do not need to put :80 to a…
•
By
brass
-
Published Answer
Everyone has their preferences, I like CentOS but i use Enterprise Linux daily. Ubuntu fits in on some places but i think overall C…
•
By
brass
-
Published Answer
Not too sure on your question but this should help you if you go to your server by IP address and want to display your “default” si…
•
By
brass
-
Published Answer
You could use Easy Engine
**EasyEngine (ee) is a python tool to easily manage your WordPress w…
•
By
brass
-
Published Answer
i haven’t done any IIS parsing but you can add a tag with
#EXISTING CODE
grok {
break_on_match => fal...
•
By
brass
-
Published Answer
if you can edit your DNS records, you can edit the A record to point to the IP of your configured droplet
•
By
brass
-
Published Answer
Yes under your account billing, https://cloud.digitalocean.com/settings/billing …
•
By
brass
-
Published Answer
create new base repo file
vim /etc/yum.repos.d/CentOS-Base.repo
insert
# CentOS-Base.repo
#
# The mirror sy...
•
By
brass