-
Published Answer
This is old but I remember that it was because I was not using the root user to log in hahah
•
By
arturofm
-
Published Answer
use the cheapest bro… the $5 you’ll have enough power for now, that’s what I’m using…
•
By
arturofm
-
Published Question
Hello, I created a brand new droplet and I'm following this guide:
How to configure Multiple Domains with Nginx on Ubuntu (https://www.serverlab.ca/tutorials/linux/web-servers-linux/how-to-configure-multiple-domains-w...
1
•
•
By
arturofm
Nginx
CDN
Deployment
LEMP
Ubuntu 18.04
-
Published Question
I can't find the directory of the website, when I go to root, it doesn't let me open it, any help please?
2
•
•
By
arturofm
WordPress
Storage
Ubuntu
-
Published Question
I can access to the web like: example.com but if I try www.example.com , it says: page not found or something like that. I'm building right now a multi site with apache virtual host and I can't find how to do it in...
2
•
•
By
arturofm
Apache
Configuration Management
Ubuntu
-
Published Question
Hi, I'm using Ubuntu 14.04 and I have the WordPress set up already, since it's a hobby/school web and I don't have much traffic, I thought it would be a good idea to create a portfolio web for when I start learning mo...
Accepted Answer:
DigitalOcean has a good tutorial on how to setup virtual hosts (multiple websites) for apache here: https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts (https://www....
1
•
•
By
arturofm
Configuration Management
Getting Started
Linux Basics
Linux Commands
WordPress
Ubuntu
-
Published Question
Hi, I was wondering if the name of my domain: elkepon.com has to do with the fact that ad-sense rejected me. I know about the content and the about page, etc, it just that I'm organizing my ideas and see what will be ...
Accepted Answer:
I very strongly doubt that the name itself factored into this decision. Google is a very data driven company and if they block adsense based on domain it would likely be tied very directly to dictionary words or past...
2
•
•
By
arturofm
WordPress
Billing
DigitalOcean
FAQ
Ubuntu
-
Published Question
Hi, how can I hide the tags on the posts once they are open? They are displayed at the bottom. Does it depends on the theme?
Thanks
Accepted Answer:
Yes. What is displayed on each page of your public site is determined by the theme. In the theme a piece of code will be included to have tags shown in this section. The easiest way to remove them would be to edit ...
1
•
•
By
arturofm
WordPress
Getting Started
-
Published Question
Hi, let's say I want to make an article, and I want you to see when you enter to the website only 1 line description, maybe 2, maybe the first paragraph. How do I achieve this? Also when I enter on my Mobil, it's disp...
1
•
•
By
arturofm
WordPress
-
Published Answer
Lasst last last question, I need to upload the .sql manually, where do I upload it in the directory? It’s not compressed
•
By
arturofm
-
Published Answer
lol I can’t reply to your post, too long.
That guide helped me. I updated the nameservers. Now I’m just waiting, finger crossed…
•
By
arturofm
-
Published Answer
Perfect, it worked. Thanks you very much!
Another question please:
I’m on step 5 now, I can’t upload it thorugh the comand li…
•
By
arturofm
-
Published Question
Hi, there are a lot of questions about this topic, but none of them point at the questions I have. I'm migrating from hostmetro and I have a domain there. I'm following this guide:
https://www.digitalocean.com/commun...
4
•
•
By
arturofm
Deployment
MySQL
DigitalOcean
WordPress
Linux Basics
Backups
Ubuntu
-
Published Question
Hi, I installed a clean version of WordPress and I was uploading a theme and it says:
Unable to create directory wp-content/uploads/2016/07. Is its parent directory writable by the server?
I read articles here with th...
Accepted Answer:
I'm assuming you are using apache to host your WordPress site. You can set the permissions by running the command:
chown -R www-data:www-data /var/www/
chmod -R 766 /var/www/
You can use SFTP to connect to the serve...
3
•
•
By
arturofm
WordPress
Linux Basics
Ubuntu