-
Published Question
I have installed wordpress on my ubuntu droplet following https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lamp-on-ubuntu-16-04 . I haven't been able to install plugins or themes through ...
1
•
•
By
iamkarsoft
WordPress
Apache
Ubuntu 16.04
-
Published Answer
thanks for the help, works now.
•
By
iamkarsoft
-
Published Question
I was able to setup domain name and do a wordpress installation on my ubuntu lampstack. My problem is my domain name keep redirecting to the droplet's ip address. i don't want the ip to show in the url but rather the ...
Accepted Answer:
http://www.domain.com/wp-admin > Settings > General
*If your IP address appears here, you need to update it to your domain name. *
WordPress Address (URL) -- http://www.domain.com
Site Address (URL) -- http://www.doma...
2
•
•
By
iamkarsoft
WordPress
LAMP Stack
Ubuntu 16.04
-
Published Question
I'm having trouble setting up subdomains for my droplet and domain name, i have followed tutorials in the community but i haven't been able to get it to work. I see different things in PRT part but nothing shows in mi...
1
•
•
By
iamkarsoft
DNS
Ubuntu 16.04
-
Published Question
My code works fine in my local environment but when i push to DO. It doesn't. How do i access my error logs in ubuntu 16
Accepted Answer:
@iamkarsoft
The majority of your log files are going to be located within /var/log.
For example, Apache error logs would be /var/log/apache2/error.log. Others will be within the log directory unless you've configured...
1
•
•
By
iamkarsoft
PHP
LAMP Stack
Ubuntu 16.04
-
Published Question
i want to be able to hide php extension in url so that if i got to login it will work the same way as if i was going to login.php
7
•
•
By
iamkarsoft
PHP
Ubuntu 16.04
-
Published Answer
<form class="form awesome-form" action="<?php echo $_SERVER['PHP_SELF']?>" method="post">
...
•
By
iamkarsoft
-
Published Question
I don't know why, but everything works fine on my local environment, but when i upload to D.O, my forms don't seem to send data to my database. my connection is correct . is it because i tend to use action="<?php ech...
2
•
•
By
iamkarsoft
PHP
LAMP Stack
MySQL
Ubuntu 16.04
-
Published Answer
Thanks again, i realized i was pushing as web app instead of pushing through FTP
•
By
iamkarsoft
-
Published Question
Ok, i'm pretty new to digital ocean. I managed to install everything including php admin. i'm trying to upload my files through a deploying website because my files are hosted on bitbucket and github. Where should i d...
Accepted Answer:
you will upload files to your document root. if you install you LAMP following this tutorial then your document root is /var/www/html. that means you will upload files into html folder.
https://www.digitalocean.com/co...
2
•
•
By
iamkarsoft
Applications
PHP
Ubuntu 16.04
-
Published Question
I'm new to digital ocean, i have been working on my php app in my local environment and decided to try digital ocean. my app based on php and phpmyadmin as a database. I installed the Lamp , now i'm lost . tried to pu...
Accepted Answer:
hello,
i had the same issue when i first tried un-managed VPS. working on command line is pretty tough for new people but if you look into the difitaloceans tutorial section you will find most of all you need. you jus...
1
•
•
By
iamkarsoft
Applications
Apache
DigitalOcean 1-Click Apps Marketplace
Deployment
Configuration Management
Ubuntu 16.04
Ubuntu