i am unable to install moodle as webinstaller not showin saying 404 error but i ave the moodle directory in my /var/www/ folder
though my web server is running and showing the index file.
url: tetpasskaro.com
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!
It looks like you’re running a recent version of Ubuntu. As of Ubuntu 13.10, the default document root was changed from /var/www to /var/www/html, so you need to either:
If you decide to go with (2), you can change your DocumentRoot by editing /etc/apache2/sites-enabled/000-default.conf, replacing /var/www/html with /var/www and restarting Apache:
sudo service apache2 restart
hello, ihave hosted a moodle site, today i did the mysqldump by folowing code: mysqldump -u username -p dbname > dbname.sql so it shows mysqldump: Got error: 1044: Access denied for user ‘root’@‘localhost’ to database ‘moodle’ when using LOCK TABLES so i goggled and found that inserting --single-transaction in the line can help so i did mysqldump --single-transaction -u username -p dbname > dbname.sql
but now on my moodle site am unable to restore the course backup, it says cannot connect to server
please help
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.