Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, Thanks for this guide, it helped me a lot. I have now a question. MyBB now is using /etc/apache2/mods-enabled/dir.conf instead of .htaccess. How can i reverse this? i need to configure .htaccess to manage error pages and redirect users to portal.php instead of index.php, wich after foloowing your guide is now configured into /etc/apache2/mods-enabled/dir.conf.
Regards, Guillermo
Hi gmellado!
There’s no reason that you can’t also use an .htaccess file with this as well. An .htaccess file should override system-wide configurations.
With Ubuntu 14.04 after installing Apache you may get the error message: “AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message”
If so edit this file: /etc/apache2/apache2.conf (sudo nano /etc/apache2/apache2.conf) and at the bottom of the file insert this “ServerName localhost” (without the quotes). Save the file, restart Apache (service apache2 restart) and the error message should be gone.
Thats what worked for me.
This comment has been deleted
I would like to install Mybb on DigitalOcean using this TUTORIAL
But at the STEP: unzip mybb.zip I got stuck with this error
Archive: mybb.zip
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of mybb.zip or mybb.zip.zip, and cannot find mybb.zip.ZIP, period.
Could anybody help me? Sorry for my basic english.
Please answer my question! :(
https://www.digitalocean.com/community/questions/mybb-help-please-ubuntu-14-04-server
In my droplet sudo mv ~/temp/Upload /var/www/forum should be sudo mv ~/temp/Upload /var/www/html/forum