Create .htaccess file to redirect site to https
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
This is my cheat sheet if I have to look back for an answer for problems. You're welcome to add or comment the answer.
Thursday, June 7, 2012
Monday, June 4, 2012
Moodle 2 restore questionnaire
Backup from moodle 1.9 to moodle 2 will not include the questionnaire. However, now there is a fix already.
Here is the information
http://tracker.moodle.org/browse/CONTRIB-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
Simply download lib.php and place it to mod/questionnaire/backup/moodle1/lib.php
Subscribe to:
Posts (Atom)