-
Published Question
So I had to turn off my droplet earlier after changing my root password, because I read that was the only way to update the phpmyadmin password as well.
Now after turning on the droplet, I'm greeted with this screen:
...
2
•
•
By
jonnytothedee
Apache
DigitalOcean
LAMP Stack
Miscellaneous
Ubuntu
-
Published Question
I've got a game server I'm trying to start with a .bat file, and it's all uploaded but I can't for the life of me figure out the command to execute the file.
Accepted Answer:
.bat files are Batch files that are made for Windows. Ubuntu does not support them unfortunately as the commands are incompatible. What game server are you trying to run? Look for a .sh file instead, that's usually th...
1
•
•
By
jonnytothedee
Deployment
DigitalOcean
Ubuntu
-
Published Question
So here is the link in question:
http://cybergamegear.com/cards-for-crypto.html
The setup of my .htaccess file is as follows:
apache
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME...
1
•
•
By
jonnytothedee
Apache
Ubuntu
-
Published Answer
@jnugh hm.. do you have any idea why disabling nginx would change the way my css/js folders would work?
I’m not sure how to fix th…
•
By
jonnytothedee
-
Published Answer
@jnugh
AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘Server…
•
By
jonnytothedee
-
Published Question
Hello everybody, so basically I have two separate domains, that I'm trying to run on the same droplet, but have both domains navigate to separate root folders, being two separate websites.
I've followed this guide to ...
2
•
•
By
jonnytothedee
Apache
Ubuntu