<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/402/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daddydoos</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/402/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daddydoos"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/Special:Contributions/Daddydoos"/>
	<updated>2026-04-15T03:30:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=Installing_Moodle&amp;diff=74665</id>
		<title>Installing Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=Installing_Moodle&amp;diff=74665"/>
		<updated>2010-08-11T12:07:54Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* See also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Installing Moodle}}&lt;br /&gt;
&#039;&#039;&#039;Firstly, don&#039;t panic!&#039;&#039;&#039; [[Image:F1 35px.png]]&lt;br /&gt;
&lt;br /&gt;
This guide explains how to install Moodle for the first time. There are links to other pages that go into more detail and try to cover the majority of possible web server setups. &lt;br /&gt;
&lt;br /&gt;
Secondly, you may want to consider reviewing [[Finding and Selecting A Web Host]] to consider whether you really want to install Moodle yourself. If you decide to move forward with an installation, please read all the installation documentation carefully. Thirdly, if you still have a problem for which you can&#039;t find the answer, please see the Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum] where there are many people who can help you.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
Moodle is primarily developed in Linux using [[Apache]], [[MySQL]] and [[PHP]] (also sometimes known as the LAMP platform).  It is also regularly tested with Windows XP/2000/2003 (WAMP), Solaris 10 (Sparc and x64), Mac OS X and Netware 6 operating systems. Support for PostgreSQL, Oracle and Microsoft SQL Server is also available.&lt;br /&gt;
&lt;br /&gt;
The requirements for Moodle are as follows:&lt;br /&gt;
&lt;br /&gt;
=== Hardware === &lt;br /&gt;
* Disk space: 160MB free (min). You will require more free space to store your teaching materials.&lt;br /&gt;
* Memory: 256MB (min), 1GB (recommended). The general rule of thumb is that Moodle can support 50 &#039;&#039;concurrent&#039;&#039; users for every 1GB of RAM, but this will vary depending on your specific hardware and software combination. &lt;br /&gt;
** This includes hosting limits of PHP  or MySQL on a hosting service.&lt;br /&gt;
** The capacity can limit the number of users your Moodle site can handle. See [[User site capacities]]&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
* Web server software. Most sites use [[Apache]] as the web server software.  Moodle should work fine under any web server that supports [[PHP]], such as [[IIS]] on Windows platforms. &lt;br /&gt;
* PHP scripting language. (Please note that there have been issues installing Moodle with [http://www.php-accelerator.co.uk PHP-Accelerator]). There are currently two versions (or branches) of PHP available: PHP4 and PHP5. See the PHP Moodle version requirements here [[PHP settings by Moodle version]].&lt;br /&gt;
&lt;br /&gt;
If you want to run Moodle on your own computer, please see [[Installing Apache, MySQL and PHP]] for step-by-step instructions for installation on most popular platforms.&lt;br /&gt;
&lt;br /&gt;
== Download and copy files into place ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to get Moodle, either as a compressed package from http://download.moodle.org/ or via [[CVS for Administrators|CVS]]. &lt;br /&gt;
&lt;br /&gt;
After downloading and unpacking the archive, or checking out the files via CVS, you will be left with a directory called &amp;quot;moodle&amp;quot;, containing a number of files and folders. &lt;br /&gt;
&lt;br /&gt;
For the standard package, you can either place the whole folder in your web server documents directory, in which case the site will be located at &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://yourwebserver.com/moodle&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;, or you can copy all the contents straight into the main web server documents directory, in which case the site will be simply &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://yourwebserver.com&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; If you are downloading Moodle to your local computer and then uploading it to your web site, it is usually better to upload the whole archive as one file, and then do the unpacking on the server. Even web hosting interfaces like cPanel allow you to uncompress archives in the &amp;quot;File Manager&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested, [[Moodle site moodle directory]] gives a quick summary of the contents of the Moodle folder, to help get you oriented.&lt;br /&gt;
&lt;br /&gt;
== Install a theme ==&lt;br /&gt;
To install a [[Themes|theme]]:&lt;br /&gt;
# Unzip the .zip file to an empty local directory.&lt;br /&gt;
# Upload folder to your web server to the /moodle/theme/[Theme Name]. (Replace [Theme Name] with the name of the theme you have downloaded.) Ensure the new theme folder and its contents are readable by the webserver.  Change Read and Write permissions (CHMOD) for the files and folder to 755 - Owner read/write/execute, Group read/execute, Everyone read/execute.  Incorrect permissions may prevent display of the newly installed theme.&lt;br /&gt;
# Choose your new theme from within Moodle via &#039;&#039;Administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme selector&#039;&#039; (version 1.7+) or &#039;&#039;Administration &amp;gt; Configuration &amp;gt; Themes&#039;&#039; (older versions).&lt;br /&gt;
&lt;br /&gt;
== Setting-up your web server ==&lt;br /&gt;
You need to create a blank &#039;&#039;&#039;database&#039;&#039;&#039; for Moodle to use and finally create a &#039;&#039;&#039;directory&#039;&#039;&#039; on your hard disk for Moodle to save your materials and other files you upload into your courses before you can start the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Create empty database ===&lt;br /&gt;
&lt;br /&gt;
You need to create an empty database (eg &amp;quot;&#039;&#039;moodle&#039;&#039;&amp;quot;) in your database system along with a special user (for example &amp;quot;moodleuser&amp;quot;) that has access to that database (and that database only). You could use the &amp;quot;root&amp;quot; user if you wanted to for a test server, but this is not recommended for a production system: if hackers manage to discover the password then your whole database system would be at risk, rather than just one database.&lt;br /&gt;
&lt;br /&gt;
For more help with this see [[Create Moodle site database]].&lt;br /&gt;
&lt;br /&gt;
If you are using a webhost, they will probably have a control panel web interface for you to create your database.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[http://www.cpanel.com/ cPanel]&#039;&#039;&#039; system is one of the most popular of these. &lt;br /&gt;
To create a database using cPanel:&lt;br /&gt;
&lt;br /&gt;
# Click on the &#039;&#039;&#039;MySQL Databases&#039;&#039;&#039; icon.&lt;br /&gt;
# Type &#039;&#039;&#039;moodle&#039;&#039;&#039; in the New Database field and click &#039;&#039;&#039;Create Database&#039;&#039;&#039;.&lt;br /&gt;
# Type a &#039;&#039;username&#039;&#039; and &#039;&#039;password&#039;&#039; (not one you use elsewhere) in the respective fields and click &#039;&#039;&#039;Create  User&#039;&#039;&#039;.&amp;lt;br&amp;gt;Note that the &#039;&#039;username&#039;&#039; and &#039;&#039;database&#039;&#039; names may be prefixed by your cPanel account name and an underscore, and truncated to 16 characters. When entering this information into the Moodle installer - use the full names.&lt;br /&gt;
# Now use the &#039;&#039;&#039;Add Users to Databases&#039;&#039;&#039; button and give this new user account &#039;&#039;&#039;ALL&#039;&#039;&#039; rights to the new database.&lt;br /&gt;
&lt;br /&gt;
=== Create the data directory  ===&lt;br /&gt;
&lt;br /&gt;
Moodle will also need some space on your server&#039;s hard disk to store uploaded files, such as course documents and user pictures. The Moodle installer tries hard to create the &#039;&#039;&#039;moodledata&#039;&#039;&#039; directory for you but if it fails then you will have to create a directory for this purpose manually.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=background-color:lightCyan border=1 cellpadding=5 cellspacing=0 &amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Security warning&#039;&#039;&#039;: For security purposes, it is &#039;&#039;&#039;CRITICAL&#039;&#039;&#039; that this directory is &#039;&#039;&#039;NOT&#039;&#039;&#039; accessible directly via the web. The easiest way to do this is to simply locate it OUTSIDE the web site root directory (it is the folder that the main part of your URL -that is, the part up to the first single / - points to; for example, in &amp;lt;nowiki&amp;gt;http://your.domain.com/moodle/admin/cron.php&amp;lt;/nowiki&amp;gt;, it is &amp;lt;nowiki&amp;gt;http://your.domain.com/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t protect the data directory from direct web access, anybody will be able to impersonate any user of your Moodle site (including the admin user!!!), and all of your course materials will be available to the web at large.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[Creating Moodle site data directory]] for more information about security in creating a data directory in CPanel in webhosts.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
If you run into problems when installing Moodle you might have to tweak some of the settings for your Apache server or your PHP installation.&lt;br /&gt;
&lt;br /&gt;
* [[Installing Moodle/httpd.conf setup]]&lt;br /&gt;
* [[Installing Moodle/Creating custom php.ini files]] for details.&lt;br /&gt;
* &#039;&#039;&#039;Alternative to &#039;&#039;php.ini&#039;&#039; and &#039;&#039;httpd.conf&#039;&#039; files&#039;&#039;&#039;: If you do not have access to your php.ini or httpd.conf files on you web host, see [[Create .htaccess file]].&lt;br /&gt;
* Warning: as noted at http://moodle.org/mod/forum/discuss.php?d=124441&amp;amp;parent=550026 some Moodle installers such as Ubuntu populate an Apache conf.d file with php directives.  Before trying to change any php directives make sure that no php directives are set in any apache conf file,  including files in /atc/apache2/conf.d or similar directory.&lt;br /&gt;
&lt;br /&gt;
== Start Moodle install ==&lt;br /&gt;
There are two basic ways to install Moodle:  Most Moodlers are used to the installer script but with Moodle 2.0 you may install it from the command line.&lt;br /&gt;
&lt;br /&gt;
=== Install with installer script ===&lt;br /&gt;
&lt;br /&gt;
To run the installer script (install.php), just try to access your Moodle main URL using a web browser, or access &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://yourserver/install.php&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; directly.&lt;br /&gt;
&lt;br /&gt;
(The Installer will try to set a session cookie. If you get a popup warning in your browser make sure you accept that cookie!)&lt;br /&gt;
&lt;br /&gt;
Moodle will detect that configuration is necessary and will lead you through some screens to help you create a new configuration file called &#039;&#039;&#039;config.php&#039;&#039;&#039;. At the end of the process Moodle will try and write the file into the right location, otherwise you can press a button to download it from the installer and then upload &#039;&#039;&#039;config.php&#039;&#039;&#039; into the main Moodle directory on the server.&lt;br /&gt;
&lt;br /&gt;
Along the way the installer will test your server environment and give you suggestions about how to fix any problems. For most common issues these suggestions should be sufficient, but if you get stuck, check in the Installation Forum for more help.&lt;br /&gt;
&lt;br /&gt;
==== Go to the admin page to continue configuration ====&lt;br /&gt;
&lt;br /&gt;
Once the basic config.php has been correctly created in the previous step, trying to access the front page of your site will take you to the &amp;quot;admin&amp;quot; page for the rest of the configuration.&lt;br /&gt;
&lt;br /&gt;
The first time you access this admin page, you will be presented with a GPL &amp;quot;shrink wrap&amp;quot; agreement with which you must agree before you can continue with the setup.&lt;br /&gt;
&lt;br /&gt;
Now Moodle will start setting up your database and creating tables to store data. First, the main database tables are created. You should see a number of SQL statements followed by status messages.  You should see  &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;SUCCESS&amp;lt;/font&amp;gt; next to each one until you see &amp;quot;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Main databases set up successfully&amp;lt;/font&amp;gt;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; If you don&#039;t see these, then there must have been some problem with the database or the configuration settings you defined in config.php. Please see [[Install Moodle with installer script]] for more details and issues. &lt;br /&gt;
&lt;br /&gt;
Scroll down the very bottom of the page and press the &amp;quot;Continue&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
You should now see a form where you can define more configuration variables for your installation, such as the default language, SMTP hosts and so on. Don&#039;t worry too much about getting everything right just now - you can always come back and edit these later on using the admin interface. The defaults are designed to be useful and secure for most sites. Scroll down to the bottom and click &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Next you will see more pages that print lots of status messages as they set up all the tables required by the various Moodle module. As before, they should all be &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;green&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Scroll down the very bottom of the page and press the &amp;quot;Continue&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
The next page is a form where you can define parameters for your Moodle site and the front page, such as the name, format, description and so on. Fill this out (you can always come back and change these later) and then press &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Finally, you will then be asked to create a top-level administration user for future access to the admin pages. Fill out the details with your own name, email etc and then click &amp;quot;Save changes&amp;quot;. Not all the fields are required, but if you miss any important fields you&#039;ll be re-prompted for them. You can change this information later via the [[User profile]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Make sure you remember the username and password you chose for the administration user account, as they will be necessary to access the administration page in future.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If for any reason your install is interrupted, or there is a system error of some kind that prevents you from logging in using the admin account, you can usually log in using the default username of &amp;quot;&#039;&#039;&#039;admin&#039;&#039;&#039;&amp;quot;, with password &amp;quot;&#039;&#039;&#039;admin&#039;&#039;&#039;&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
Once successful, you will be sent to the home page of your new site! Please note the [[Site administration block]] on the left with links. These items are only visible to you because you are logged in as the admin user. All your further administration of Moodle can now be done using this block.&lt;br /&gt;
&lt;br /&gt;
=== Installing Moodle using command line ===&lt;br /&gt;
{{Moodle 2.0}}&lt;br /&gt;
&lt;br /&gt;
[[Installing Moodle using command line]] is recommended only for experienced server administrators. Please note you have to execute the installation script as the same user used for apache. Command line installation is not compatible with Windows platforms.&lt;br /&gt;
&lt;br /&gt;
 $cd /var/www/html/moodle/admin/cli&lt;br /&gt;
&lt;br /&gt;
More information about the options can be found using &lt;br /&gt;
 $sudo -u wwwrun /usr/bin/php install.php --help&lt;br /&gt;
&lt;br /&gt;
==Last tasks==&lt;br /&gt;
&lt;br /&gt;
=== Set up cron ===&lt;br /&gt;
&lt;br /&gt;
Moodle&#039;s background tasks (e.g. sending out forum emails and performing course backups) are performed by a script which you can set to execute at specific times of the day. This is known as a cron script. Please refer to the [[Cron|Cron instructions]].&lt;br /&gt;
&lt;br /&gt;
=== Set up backups ===&lt;br /&gt;
&lt;br /&gt;
Please refer to the [[Backup settings| backup instructions]].&lt;br /&gt;
&lt;br /&gt;
=== Send a test email ===&lt;br /&gt;
&lt;br /&gt;
Create a [[Manual_accounts|test user]] with a valid email address and [[message|send them a message]]. Do they receive an email copy of the message? If not then your email server and/or Moodle email settings may be misconfigured (see [[Email_processing|Email Processing]] for details.&lt;br /&gt;
&lt;br /&gt;
===Create a new course===&lt;br /&gt;
&lt;br /&gt;
Congratulations on setting up your Moodle site! You can now [[Adding/editing a course|create a new course]] and have a play ;-)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Complete install packages]]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum]&lt;br /&gt;
* [[Installing Apache, MySQL and PHP]]&lt;br /&gt;
* [[Upgrading Moodle]]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=42688 Selecting a web host for Moodle] forum discussion&lt;br /&gt;
* [[masquerading|Masquerading]] - Running Moodle behind a masquerading/NAT firewall&lt;br /&gt;
* [http://ic.eflclasses.org/tutorials/settingupmoodleonhostingwitholdcpanel.swf Tutorial on choosing a host and setting up moodle via the old cpanel]&lt;br /&gt;
* [[Installation FAQ]]&lt;br /&gt;
* [[Finding and Selecting A Web Host]]&lt;br /&gt;
* [[experimental:Getting Help Installing and Managing Moodle]]&lt;br /&gt;
* [[Step-by-step Guide for Installing Moodle on Mac OS X 10.4 Client]]&lt;br /&gt;
* [[Installing Moodle on Windows Vista]]&lt;br /&gt;
* [[Step-by-step Installation Guide for Ubuntu]]&lt;br /&gt;
* [[RedHat Linux installation]]&lt;br /&gt;
&lt;br /&gt;
[[es:Instalaci%C3%B3n_de_moodle]]&lt;br /&gt;
[[de:Installation von Moodle]]&lt;br /&gt;
[[ja:Moodleのインストール]]&lt;br /&gt;
{{Review}}&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=Installing_Moodle&amp;diff=74663</id>
		<title>Installing Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=Installing_Moodle&amp;diff=74663"/>
		<updated>2010-08-11T08:39:53Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Create the data directory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Installing Moodle}}&lt;br /&gt;
&#039;&#039;&#039;Firstly, don&#039;t panic!&#039;&#039;&#039; [[Image:F1 35px.png]]&lt;br /&gt;
&lt;br /&gt;
This guide explains how to install Moodle for the first time. There are links to other pages that go into more detail and try to cover the majority of possible web server setups. &lt;br /&gt;
&lt;br /&gt;
Secondly, you may want to consider reviewing [[Finding and Selecting A Web Host]] to consider whether you really want to install Moodle yourself. If you decide to move forward with an installation, please read all the installation documentation carefully. Thirdly, if you still have a problem for which you can&#039;t find the answer, please see the Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum] where there are many people who can help you.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
Moodle is primarily developed in Linux using [[Apache]], [[MySQL]] and [[PHP]] (also sometimes known as the LAMP platform).  It is also regularly tested with Windows XP/2000/2003 (WAMP), Solaris 10 (Sparc and x64), Mac OS X and Netware 6 operating systems. Support for PostgreSQL, Oracle and Microsoft SQL Server is also available.&lt;br /&gt;
&lt;br /&gt;
The requirements for Moodle are as follows:&lt;br /&gt;
&lt;br /&gt;
=== Hardware === &lt;br /&gt;
* Disk space: 160MB free (min). You will require more free space to store your teaching materials.&lt;br /&gt;
* Memory: 256MB (min), 1GB (recommended). The general rule of thumb is that Moodle can support 50 &#039;&#039;concurrent&#039;&#039; users for every 1GB of RAM, but this will vary depending on your specific hardware and software combination. &lt;br /&gt;
** This includes hosting limits of PHP  or MySQL on a hosting service.&lt;br /&gt;
** The capacity can limit the number of users your Moodle site can handle. See [[User site capacities]]&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
* Web server software. Most sites use [[Apache]] as the web server software.  Moodle should work fine under any web server that supports [[PHP]], such as [[IIS]] on Windows platforms. &lt;br /&gt;
* PHP scripting language. (Please note that there have been issues installing Moodle with [http://www.php-accelerator.co.uk PHP-Accelerator]). There are currently two versions (or branches) of PHP available: PHP4 and PHP5. See the PHP Moodle version requirements here [[PHP settings by Moodle version]].&lt;br /&gt;
&lt;br /&gt;
If you want to run Moodle on your own computer, please see [[Installing Apache, MySQL and PHP]] for step-by-step instructions for installation on most popular platforms.&lt;br /&gt;
&lt;br /&gt;
== Download and copy files into place ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to get Moodle, either as a compressed package from http://download.moodle.org/ or via [[CVS for Administrators|CVS]]. &lt;br /&gt;
&lt;br /&gt;
After downloading and unpacking the archive, or checking out the files via CVS, you will be left with a directory called &amp;quot;moodle&amp;quot;, containing a number of files and folders. &lt;br /&gt;
&lt;br /&gt;
For the standard package, you can either place the whole folder in your web server documents directory, in which case the site will be located at &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://yourwebserver.com/moodle&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;, or you can copy all the contents straight into the main web server documents directory, in which case the site will be simply &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://yourwebserver.com&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; If you are downloading Moodle to your local computer and then uploading it to your web site, it is usually better to upload the whole archive as one file, and then do the unpacking on the server. Even web hosting interfaces like cPanel allow you to uncompress archives in the &amp;quot;File Manager&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested, [[Moodle site moodle directory]] gives a quick summary of the contents of the Moodle folder, to help get you oriented.&lt;br /&gt;
&lt;br /&gt;
== Install a theme ==&lt;br /&gt;
To install a [[Themes|theme]]:&lt;br /&gt;
# Unzip the .zip file to an empty local directory.&lt;br /&gt;
# Upload folder to your web server to the /moodle/theme/[Theme Name]. (Replace [Theme Name] with the name of the theme you have downloaded.) Ensure the new theme folder and its contents are readable by the webserver.  Change Read and Write permissions (CHMOD) for the files and folder to 755 - Owner read/write/execute, Group read/execute, Everyone read/execute.  Incorrect permissions may prevent display of the newly installed theme.&lt;br /&gt;
# Choose your new theme from within Moodle via &#039;&#039;Administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme selector&#039;&#039; (version 1.7+) or &#039;&#039;Administration &amp;gt; Configuration &amp;gt; Themes&#039;&#039; (older versions).&lt;br /&gt;
&lt;br /&gt;
== Setting-up your web server ==&lt;br /&gt;
You need to create a blank &#039;&#039;&#039;database&#039;&#039;&#039; for Moodle to use and finally create a &#039;&#039;&#039;directory&#039;&#039;&#039; on your hard disk for Moodle to save your materials and other files you upload into your courses before you can start the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Create empty database ===&lt;br /&gt;
&lt;br /&gt;
You need to create an empty database (eg &amp;quot;&#039;&#039;moodle&#039;&#039;&amp;quot;) in your database system along with a special user (for example &amp;quot;moodleuser&amp;quot;) that has access to that database (and that database only). You could use the &amp;quot;root&amp;quot; user if you wanted to for a test server, but this is not recommended for a production system: if hackers manage to discover the password then your whole database system would be at risk, rather than just one database.&lt;br /&gt;
&lt;br /&gt;
For more help with this see [[Create Moodle site database]].&lt;br /&gt;
&lt;br /&gt;
If you are using a webhost, they will probably have a control panel web interface for you to create your database.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[http://www.cpanel.com/ cPanel]&#039;&#039;&#039; system is one of the most popular of these. &lt;br /&gt;
To create a database using cPanel:&lt;br /&gt;
&lt;br /&gt;
# Click on the &#039;&#039;&#039;MySQL Databases&#039;&#039;&#039; icon.&lt;br /&gt;
# Type &#039;&#039;&#039;moodle&#039;&#039;&#039; in the New Database field and click &#039;&#039;&#039;Create Database&#039;&#039;&#039;.&lt;br /&gt;
# Type a &#039;&#039;username&#039;&#039; and &#039;&#039;password&#039;&#039; (not one you use elsewhere) in the respective fields and click &#039;&#039;&#039;Create  User&#039;&#039;&#039;.&amp;lt;br&amp;gt;Note that the &#039;&#039;username&#039;&#039; and &#039;&#039;database&#039;&#039; names may be prefixed by your cPanel account name and an underscore, and truncated to 16 characters. When entering this information into the Moodle installer - use the full names.&lt;br /&gt;
# Now use the &#039;&#039;&#039;Add Users to Databases&#039;&#039;&#039; button and give this new user account &#039;&#039;&#039;ALL&#039;&#039;&#039; rights to the new database.&lt;br /&gt;
&lt;br /&gt;
=== Create the data directory  ===&lt;br /&gt;
&lt;br /&gt;
Moodle will also need some space on your server&#039;s hard disk to store uploaded files, such as course documents and user pictures. The Moodle installer tries hard to create the &#039;&#039;&#039;moodledata&#039;&#039;&#039; directory for you but if it fails then you will have to create a directory for this purpose manually.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=background-color:lightCyan border=1 cellpadding=5 cellspacing=0 &amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Security warning&#039;&#039;&#039;: For security purposes, it is &#039;&#039;&#039;CRITICAL&#039;&#039;&#039; that this directory is &#039;&#039;&#039;NOT&#039;&#039;&#039; accessible directly via the web. The easiest way to do this is to simply locate it OUTSIDE the web site root directory (it is the folder that the main part of your URL -that is, the part up to the first single / - points to; for example, in &amp;lt;nowiki&amp;gt;http://your.domain.com/moodle/admin/cron.php&amp;lt;/nowiki&amp;gt;, it is &amp;lt;nowiki&amp;gt;http://your.domain.com/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t protect the data directory from direct web access, anybody will be able to impersonate any user of your Moodle site (including the admin user!!!), and all of your course materials will be available to the web at large.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[Creating Moodle site data directory]] for more information about security in creating a data directory in CPanel in webhosts.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
If you run into problems when installing Moodle you might have to tweak some of the settings for your Apache server or your PHP installation.&lt;br /&gt;
&lt;br /&gt;
* [[Installing Moodle/httpd.conf setup]]&lt;br /&gt;
* [[Installing Moodle/Creating custom php.ini files]] for details.&lt;br /&gt;
* &#039;&#039;&#039;Alternative to &#039;&#039;php.ini&#039;&#039; and &#039;&#039;httpd.conf&#039;&#039; files&#039;&#039;&#039;: If you do not have access to your php.ini or httpd.conf files on you web host, see [[Create .htaccess file]].&lt;br /&gt;
* Warning: as noted at http://moodle.org/mod/forum/discuss.php?d=124441&amp;amp;parent=550026 some Moodle installers such as Ubuntu populate an Apache conf.d file with php directives.  Before trying to change any php directives make sure that no php directives are set in any apache conf file,  including files in /atc/apache2/conf.d or similar directory.&lt;br /&gt;
&lt;br /&gt;
== Start Moodle install ==&lt;br /&gt;
There are two basic ways to install Moodle:  Most Moodlers are used to the installer script but with Moodle 2.0 you may install it from the command line.&lt;br /&gt;
&lt;br /&gt;
=== Install with installer script ===&lt;br /&gt;
&lt;br /&gt;
To run the installer script (install.php), just try to access your Moodle main URL using a web browser, or access &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://yourserver/install.php&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; directly.&lt;br /&gt;
&lt;br /&gt;
(The Installer will try to set a session cookie. If you get a popup warning in your browser make sure you accept that cookie!)&lt;br /&gt;
&lt;br /&gt;
Moodle will detect that configuration is necessary and will lead you through some screens to help you create a new configuration file called &#039;&#039;&#039;config.php&#039;&#039;&#039;. At the end of the process Moodle will try and write the file into the right location, otherwise you can press a button to download it from the installer and then upload &#039;&#039;&#039;config.php&#039;&#039;&#039; into the main Moodle directory on the server.&lt;br /&gt;
&lt;br /&gt;
Along the way the installer will test your server environment and give you suggestions about how to fix any problems. For most common issues these suggestions should be sufficient, but if you get stuck, check in the Installation Forum for more help.&lt;br /&gt;
&lt;br /&gt;
==== Go to the admin page to continue configuration ====&lt;br /&gt;
&lt;br /&gt;
Once the basic config.php has been correctly created in the previous step, trying to access the front page of your site will take you to the &amp;quot;admin&amp;quot; page for the rest of the configuration.&lt;br /&gt;
&lt;br /&gt;
The first time you access this admin page, you will be presented with a GPL &amp;quot;shrink wrap&amp;quot; agreement with which you must agree before you can continue with the setup.&lt;br /&gt;
&lt;br /&gt;
Now Moodle will start setting up your database and creating tables to store data. First, the main database tables are created. You should see a number of SQL statements followed by status messages.  You should see  &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;SUCCESS&amp;lt;/font&amp;gt; next to each one until you see &amp;quot;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Main databases set up successfully&amp;lt;/font&amp;gt;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; If you don&#039;t see these, then there must have been some problem with the database or the configuration settings you defined in config.php. Please see [[Install Moodle with installer script]] for more details and issues. &lt;br /&gt;
&lt;br /&gt;
Scroll down the very bottom of the page and press the &amp;quot;Continue&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
You should now see a form where you can define more configuration variables for your installation, such as the default language, SMTP hosts and so on. Don&#039;t worry too much about getting everything right just now - you can always come back and edit these later on using the admin interface. The defaults are designed to be useful and secure for most sites. Scroll down to the bottom and click &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Next you will see more pages that print lots of status messages as they set up all the tables required by the various Moodle module. As before, they should all be &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;green&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Scroll down the very bottom of the page and press the &amp;quot;Continue&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
The next page is a form where you can define parameters for your Moodle site and the front page, such as the name, format, description and so on. Fill this out (you can always come back and change these later) and then press &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Finally, you will then be asked to create a top-level administration user for future access to the admin pages. Fill out the details with your own name, email etc and then click &amp;quot;Save changes&amp;quot;. Not all the fields are required, but if you miss any important fields you&#039;ll be re-prompted for them. You can change this information later via the [[User profile]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Make sure you remember the username and password you chose for the administration user account, as they will be necessary to access the administration page in future.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If for any reason your install is interrupted, or there is a system error of some kind that prevents you from logging in using the admin account, you can usually log in using the default username of &amp;quot;&#039;&#039;&#039;admin&#039;&#039;&#039;&amp;quot;, with password &amp;quot;&#039;&#039;&#039;admin&#039;&#039;&#039;&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
Once successful, you will be sent to the home page of your new site! Please note the [[Site administration block]] on the left with links. These items are only visible to you because you are logged in as the admin user. All your further administration of Moodle can now be done using this block.&lt;br /&gt;
&lt;br /&gt;
=== Installing Moodle using command line ===&lt;br /&gt;
{{Moodle 2.0}}&lt;br /&gt;
&lt;br /&gt;
[[Installing Moodle using command line]] is recommended only for experienced server administrators. Please note you have to execute the installation script as the same user used for apache. Command line installation is not compatible with Windows platforms.&lt;br /&gt;
&lt;br /&gt;
 $cd /var/www/html/moodle/admin/cli&lt;br /&gt;
&lt;br /&gt;
More information about the options can be found using &lt;br /&gt;
 $sudo -u wwwrun /usr/bin/php install.php --help&lt;br /&gt;
&lt;br /&gt;
==Last tasks==&lt;br /&gt;
&lt;br /&gt;
=== Set up cron ===&lt;br /&gt;
&lt;br /&gt;
Moodle&#039;s background tasks (e.g. sending out forum emails and performing course backups) are performed by a script which you can set to execute at specific times of the day. This is known as a cron script. Please refer to the [[Cron|Cron instructions]].&lt;br /&gt;
&lt;br /&gt;
=== Set up backups ===&lt;br /&gt;
&lt;br /&gt;
Please refer to the [[Backup settings| backup instructions]].&lt;br /&gt;
&lt;br /&gt;
=== Send a test email ===&lt;br /&gt;
&lt;br /&gt;
Create a [[Manual_accounts|test user]] with a valid email address and [[message|send them a message]]. Do they receive an email copy of the message? If not then your email server and/or Moodle email settings may be misconfigured (see [[Email_processing|Email Processing]] for details.&lt;br /&gt;
&lt;br /&gt;
===Create a new course===&lt;br /&gt;
&lt;br /&gt;
Congratulations on setting up your Moodle site! You can now [[Adding/editing a course|create a new course]] and have a play ;-)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Complete install packages]]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum]&lt;br /&gt;
* [[Installing Apache, MySQL and PHP]]&lt;br /&gt;
* [[Upgrading Moodle]]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=42688 Selecting a web host for Moodle] forum discussion&lt;br /&gt;
* [[masquerading|Masquerading]] - Running Moodle behind a masquerading/NAT firewall&lt;br /&gt;
* [http://ic.eflclasses.org/tutorials/settingupmoodleonhostingwitholdcpanel.swf Tutorial on choosing a host and setting up moodle via the old cpanel]&lt;br /&gt;
* [[Installation FAQ]]&lt;br /&gt;
* [[Finding and Selecting A Web Host]]&lt;br /&gt;
* [[experimental:Getting Help Installing and Managing Moodle]]&lt;br /&gt;
&lt;br /&gt;
[[es:Instalaci%C3%B3n_de_moodle]]&lt;br /&gt;
[[de:Installation von Moodle]]&lt;br /&gt;
[[ja:Moodleのインストール]]&lt;br /&gt;
{{Review}}&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=Installing_Moodle&amp;diff=74662</id>
		<title>Installing Moodle</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=Installing_Moodle&amp;diff=74662"/>
		<updated>2010-08-11T08:38:51Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Last tasks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Installing Moodle}}&lt;br /&gt;
&#039;&#039;&#039;Firstly, don&#039;t panic!&#039;&#039;&#039; [[Image:F1 35px.png]]&lt;br /&gt;
&lt;br /&gt;
This guide explains how to install Moodle for the first time. There are links to other pages that go into more detail and try to cover the majority of possible web server setups. &lt;br /&gt;
&lt;br /&gt;
Secondly, you may want to consider reviewing [[Finding and Selecting A Web Host]] to consider whether you really want to install Moodle yourself. If you decide to move forward with an installation, please read all the installation documentation carefully. Thirdly, if you still have a problem for which you can&#039;t find the answer, please see the Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum] where there are many people who can help you.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
Moodle is primarily developed in Linux using [[Apache]], [[MySQL]] and [[PHP]] (also sometimes known as the LAMP platform).  It is also regularly tested with Windows XP/2000/2003 (WAMP), Solaris 10 (Sparc and x64), Mac OS X and Netware 6 operating systems. Support for PostgreSQL, Oracle and Microsoft SQL Server is also available.&lt;br /&gt;
&lt;br /&gt;
The requirements for Moodle are as follows:&lt;br /&gt;
&lt;br /&gt;
=== Hardware === &lt;br /&gt;
* Disk space: 160MB free (min). You will require more free space to store your teaching materials.&lt;br /&gt;
* Memory: 256MB (min), 1GB (recommended). The general rule of thumb is that Moodle can support 50 &#039;&#039;concurrent&#039;&#039; users for every 1GB of RAM, but this will vary depending on your specific hardware and software combination. &lt;br /&gt;
** This includes hosting limits of PHP  or MySQL on a hosting service.&lt;br /&gt;
** The capacity can limit the number of users your Moodle site can handle. See [[User site capacities]]&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
* Web server software. Most sites use [[Apache]] as the web server software.  Moodle should work fine under any web server that supports [[PHP]], such as [[IIS]] on Windows platforms. &lt;br /&gt;
* PHP scripting language. (Please note that there have been issues installing Moodle with [http://www.php-accelerator.co.uk PHP-Accelerator]). There are currently two versions (or branches) of PHP available: PHP4 and PHP5. See the PHP Moodle version requirements here [[PHP settings by Moodle version]].&lt;br /&gt;
&lt;br /&gt;
If you want to run Moodle on your own computer, please see [[Installing Apache, MySQL and PHP]] for step-by-step instructions for installation on most popular platforms.&lt;br /&gt;
&lt;br /&gt;
== Download and copy files into place ==&lt;br /&gt;
&lt;br /&gt;
There are two ways to get Moodle, either as a compressed package from http://download.moodle.org/ or via [[CVS for Administrators|CVS]]. &lt;br /&gt;
&lt;br /&gt;
After downloading and unpacking the archive, or checking out the files via CVS, you will be left with a directory called &amp;quot;moodle&amp;quot;, containing a number of files and folders. &lt;br /&gt;
&lt;br /&gt;
For the standard package, you can either place the whole folder in your web server documents directory, in which case the site will be located at &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://yourwebserver.com/moodle&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;, or you can copy all the contents straight into the main web server documents directory, in which case the site will be simply &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://yourwebserver.com&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; If you are downloading Moodle to your local computer and then uploading it to your web site, it is usually better to upload the whole archive as one file, and then do the unpacking on the server. Even web hosting interfaces like cPanel allow you to uncompress archives in the &amp;quot;File Manager&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re interested, [[Moodle site moodle directory]] gives a quick summary of the contents of the Moodle folder, to help get you oriented.&lt;br /&gt;
&lt;br /&gt;
== Install a theme ==&lt;br /&gt;
To install a [[Themes|theme]]:&lt;br /&gt;
# Unzip the .zip file to an empty local directory.&lt;br /&gt;
# Upload folder to your web server to the /moodle/theme/[Theme Name]. (Replace [Theme Name] with the name of the theme you have downloaded.) Ensure the new theme folder and its contents are readable by the webserver.  Change Read and Write permissions (CHMOD) for the files and folder to 755 - Owner read/write/execute, Group read/execute, Everyone read/execute.  Incorrect permissions may prevent display of the newly installed theme.&lt;br /&gt;
# Choose your new theme from within Moodle via &#039;&#039;Administration &amp;gt; Appearance &amp;gt; Themes &amp;gt; Theme selector&#039;&#039; (version 1.7+) or &#039;&#039;Administration &amp;gt; Configuration &amp;gt; Themes&#039;&#039; (older versions).&lt;br /&gt;
&lt;br /&gt;
== Setting-up your web server ==&lt;br /&gt;
You need to create a blank &#039;&#039;&#039;database&#039;&#039;&#039; for Moodle to use and finally create a &#039;&#039;&#039;directory&#039;&#039;&#039; on your hard disk for Moodle to save your materials and other files you upload into your courses before you can start the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Create empty database ===&lt;br /&gt;
&lt;br /&gt;
You need to create an empty database (eg &amp;quot;&#039;&#039;moodle&#039;&#039;&amp;quot;) in your database system along with a special user (for example &amp;quot;moodleuser&amp;quot;) that has access to that database (and that database only). You could use the &amp;quot;root&amp;quot; user if you wanted to for a test server, but this is not recommended for a production system: if hackers manage to discover the password then your whole database system would be at risk, rather than just one database.&lt;br /&gt;
&lt;br /&gt;
For more help with this see [[Create Moodle site database]].&lt;br /&gt;
&lt;br /&gt;
If you are using a webhost, they will probably have a control panel web interface for you to create your database.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[http://www.cpanel.com/ cPanel]&#039;&#039;&#039; system is one of the most popular of these. &lt;br /&gt;
To create a database using cPanel:&lt;br /&gt;
&lt;br /&gt;
# Click on the &#039;&#039;&#039;MySQL Databases&#039;&#039;&#039; icon.&lt;br /&gt;
# Type &#039;&#039;&#039;moodle&#039;&#039;&#039; in the New Database field and click &#039;&#039;&#039;Create Database&#039;&#039;&#039;.&lt;br /&gt;
# Type a &#039;&#039;username&#039;&#039; and &#039;&#039;password&#039;&#039; (not one you use elsewhere) in the respective fields and click &#039;&#039;&#039;Create  User&#039;&#039;&#039;.&amp;lt;br&amp;gt;Note that the &#039;&#039;username&#039;&#039; and &#039;&#039;database&#039;&#039; names may be prefixed by your cPanel account name and an underscore, and truncated to 16 characters. When entering this information into the Moodle installer - use the full names.&lt;br /&gt;
# Now use the &#039;&#039;&#039;Add Users to Databases&#039;&#039;&#039; button and give this new user account &#039;&#039;&#039;ALL&#039;&#039;&#039; rights to the new database.&lt;br /&gt;
&lt;br /&gt;
=== Create the data directory  ===&lt;br /&gt;
&lt;br /&gt;
Moodle will also need some space on your server&#039;s hard disk to store uploaded files, such as course documents and user pictures. The Moodle installer tries hard to create the &#039;&#039;&#039;moodledata&#039;&#039;&#039; directory for you but if it fails then you will have to create a directory for this purpose manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=background-color:lightCyan border=1 cellpadding=5 cellspacing=0 &amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Security warning&#039;&#039;&#039;: For security purposes, it is &#039;&#039;&#039;CRITICAL&#039;&#039;&#039; that this directory is &#039;&#039;&#039;NOT&#039;&#039;&#039; accessible directly via the web. The easiest way to do this is to simply locate it OUTSIDE the web site root directory (it is the folder that the main part of your URL -that is, the part up to the first single / - points to; for example, in &amp;lt;nowiki&amp;gt;http://your.domain.com/moodle/admin/cron.php&amp;lt;/nowiki&amp;gt;, it is &amp;lt;nowiki&amp;gt;http://your.domain.com/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t protect the data directory from direct web access, anybody will be able to impersonate any user of your Moodle site (including the admin user!!!), and all of your course materials will be available to the web at large.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[Creating Moodle site data directory]] for more information about security in creating a data directory in CPanel in webhosts.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
If you run into problems when installing Moodle you might have to tweak some of the settings for your Apache server or your PHP installation.&lt;br /&gt;
&lt;br /&gt;
* [[Installing Moodle/httpd.conf setup]]&lt;br /&gt;
* [[Installing Moodle/Creating custom php.ini files]] for details.&lt;br /&gt;
* &#039;&#039;&#039;Alternative to &#039;&#039;php.ini&#039;&#039; and &#039;&#039;httpd.conf&#039;&#039; files&#039;&#039;&#039;: If you do not have access to your php.ini or httpd.conf files on you web host, see [[Create .htaccess file]].&lt;br /&gt;
* Warning: as noted at http://moodle.org/mod/forum/discuss.php?d=124441&amp;amp;parent=550026 some Moodle installers such as Ubuntu populate an Apache conf.d file with php directives.  Before trying to change any php directives make sure that no php directives are set in any apache conf file,  including files in /atc/apache2/conf.d or similar directory.&lt;br /&gt;
&lt;br /&gt;
== Start Moodle install ==&lt;br /&gt;
There are two basic ways to install Moodle:  Most Moodlers are used to the installer script but with Moodle 2.0 you may install it from the command line.&lt;br /&gt;
&lt;br /&gt;
=== Install with installer script ===&lt;br /&gt;
&lt;br /&gt;
To run the installer script (install.php), just try to access your Moodle main URL using a web browser, or access &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://yourserver/install.php&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039; directly.&lt;br /&gt;
&lt;br /&gt;
(The Installer will try to set a session cookie. If you get a popup warning in your browser make sure you accept that cookie!)&lt;br /&gt;
&lt;br /&gt;
Moodle will detect that configuration is necessary and will lead you through some screens to help you create a new configuration file called &#039;&#039;&#039;config.php&#039;&#039;&#039;. At the end of the process Moodle will try and write the file into the right location, otherwise you can press a button to download it from the installer and then upload &#039;&#039;&#039;config.php&#039;&#039;&#039; into the main Moodle directory on the server.&lt;br /&gt;
&lt;br /&gt;
Along the way the installer will test your server environment and give you suggestions about how to fix any problems. For most common issues these suggestions should be sufficient, but if you get stuck, check in the Installation Forum for more help.&lt;br /&gt;
&lt;br /&gt;
==== Go to the admin page to continue configuration ====&lt;br /&gt;
&lt;br /&gt;
Once the basic config.php has been correctly created in the previous step, trying to access the front page of your site will take you to the &amp;quot;admin&amp;quot; page for the rest of the configuration.&lt;br /&gt;
&lt;br /&gt;
The first time you access this admin page, you will be presented with a GPL &amp;quot;shrink wrap&amp;quot; agreement with which you must agree before you can continue with the setup.&lt;br /&gt;
&lt;br /&gt;
Now Moodle will start setting up your database and creating tables to store data. First, the main database tables are created. You should see a number of SQL statements followed by status messages.  You should see  &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;SUCCESS&amp;lt;/font&amp;gt; next to each one until you see &amp;quot;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;Main databases set up successfully&amp;lt;/font&amp;gt;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Tip:&#039;&#039; If you don&#039;t see these, then there must have been some problem with the database or the configuration settings you defined in config.php. Please see [[Install Moodle with installer script]] for more details and issues. &lt;br /&gt;
&lt;br /&gt;
Scroll down the very bottom of the page and press the &amp;quot;Continue&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
You should now see a form where you can define more configuration variables for your installation, such as the default language, SMTP hosts and so on. Don&#039;t worry too much about getting everything right just now - you can always come back and edit these later on using the admin interface. The defaults are designed to be useful and secure for most sites. Scroll down to the bottom and click &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Next you will see more pages that print lots of status messages as they set up all the tables required by the various Moodle module. As before, they should all be &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;green&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Scroll down the very bottom of the page and press the &amp;quot;Continue&amp;quot; link.&lt;br /&gt;
&lt;br /&gt;
The next page is a form where you can define parameters for your Moodle site and the front page, such as the name, format, description and so on. Fill this out (you can always come back and change these later) and then press &amp;quot;Save changes&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Finally, you will then be asked to create a top-level administration user for future access to the admin pages. Fill out the details with your own name, email etc and then click &amp;quot;Save changes&amp;quot;. Not all the fields are required, but if you miss any important fields you&#039;ll be re-prompted for them. You can change this information later via the [[User profile]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Make sure you remember the username and password you chose for the administration user account, as they will be necessary to access the administration page in future.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;TIP:&#039;&#039; If for any reason your install is interrupted, or there is a system error of some kind that prevents you from logging in using the admin account, you can usually log in using the default username of &amp;quot;&#039;&#039;&#039;admin&#039;&#039;&#039;&amp;quot;, with password &amp;quot;&#039;&#039;&#039;admin&#039;&#039;&#039;&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
Once successful, you will be sent to the home page of your new site! Please note the [[Site administration block]] on the left with links. These items are only visible to you because you are logged in as the admin user. All your further administration of Moodle can now be done using this block.&lt;br /&gt;
&lt;br /&gt;
=== Installing Moodle using command line ===&lt;br /&gt;
{{Moodle 2.0}}&lt;br /&gt;
&lt;br /&gt;
[[Installing Moodle using command line]] is recommended only for experienced server administrators. Please note you have to execute the installation script as the same user used for apache. Command line installation is not compatible with Windows platforms.&lt;br /&gt;
&lt;br /&gt;
 $cd /var/www/html/moodle/admin/cli&lt;br /&gt;
&lt;br /&gt;
More information about the options can be found using &lt;br /&gt;
 $sudo -u wwwrun /usr/bin/php install.php --help&lt;br /&gt;
&lt;br /&gt;
==Last tasks==&lt;br /&gt;
&lt;br /&gt;
=== Set up cron ===&lt;br /&gt;
&lt;br /&gt;
Moodle&#039;s background tasks (e.g. sending out forum emails and performing course backups) are performed by a script which you can set to execute at specific times of the day. This is known as a cron script. Please refer to the [[Cron|Cron instructions]].&lt;br /&gt;
&lt;br /&gt;
=== Set up backups ===&lt;br /&gt;
&lt;br /&gt;
Please refer to the [[Backup settings| backup instructions]].&lt;br /&gt;
&lt;br /&gt;
=== Send a test email ===&lt;br /&gt;
&lt;br /&gt;
Create a [[Manual_accounts|test user]] with a valid email address and [[message|send them a message]]. Do they receive an email copy of the message? If not then your email server and/or Moodle email settings may be misconfigured (see [[Email_processing|Email Processing]] for details.&lt;br /&gt;
&lt;br /&gt;
===Create a new course===&lt;br /&gt;
&lt;br /&gt;
Congratulations on setting up your Moodle site! You can now [[Adding/editing a course|create a new course]] and have a play ;-)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Complete install packages]]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation problems forum]&lt;br /&gt;
* [[Installing Apache, MySQL and PHP]]&lt;br /&gt;
* [[Upgrading Moodle]]&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=42688 Selecting a web host for Moodle] forum discussion&lt;br /&gt;
* [[masquerading|Masquerading]] - Running Moodle behind a masquerading/NAT firewall&lt;br /&gt;
* [http://ic.eflclasses.org/tutorials/settingupmoodleonhostingwitholdcpanel.swf Tutorial on choosing a host and setting up moodle via the old cpanel]&lt;br /&gt;
* [[Installation FAQ]]&lt;br /&gt;
* [[Finding and Selecting A Web Host]]&lt;br /&gt;
* [[experimental:Getting Help Installing and Managing Moodle]]&lt;br /&gt;
&lt;br /&gt;
[[es:Instalaci%C3%B3n_de_moodle]]&lt;br /&gt;
[[de:Installation von Moodle]]&lt;br /&gt;
[[ja:Moodleのインストール]]&lt;br /&gt;
{{Review}}&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:New_smilies.PNG&amp;diff=74471</id>
		<title>File:New smilies.PNG</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:New_smilies.PNG&amp;diff=74471"/>
		<updated>2010-08-04T10:09:01Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73030</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73030"/>
		<updated>2010-06-14T16:48:06Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Testing WebDAV on Windows XP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WebDAV? ==&lt;br /&gt;
&lt;br /&gt;
WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
=== Configuring WebDAV in Moodle ===&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure Windows Server 2003 ===&lt;br /&gt;
&lt;br /&gt;
First we need to install WebDAV on the server. &#039;&#039;Note:&#039;&#039; when you promote a basic Windows Server 2003 installation to an application server, it installs various IIS 6 components but WebDAV isn’t one of them. &lt;br /&gt;
&lt;br /&gt;
==== Install and Enable WebDAV on the Server ====&lt;br /&gt;
&lt;br /&gt;
To install WebDAV on the IIS 6 machine, use Add or Remove Programs in Control Panel and run the Windows Components Wizard. You can find WebDAV under &#039;&#039;&#039;Application Server -&amp;gt; Internet Information Services -&amp;gt; World Wide Web Service -&amp;gt; WebDAV Publishing&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Once WebDAV is installed it needs to be enabled. Check the WebDAV option under the Web Service Extensions node in IIS Manager.&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
=== Testing WebDAV on Windows XP ===&lt;br /&gt;
&lt;br /&gt;
WebDAV needs to be enabled on any client machines that will be used to create and manage content for Moodle. Windows XP has a built-in WebDAV client service that needs to be enabled:&lt;br /&gt;
&lt;br /&gt;
#Open the &#039;&#039;&#039;Services&#039;&#039;&#039; console under &#039;&#039;&#039;Administrative Tools&#039;&#039;&#039; and find the &#039;&#039;&#039;WebClient&#039;&#039;&#039; service.&lt;br /&gt;
#Double-click on this service to open its &#039;&#039;&#039;Properties&#039;&#039;&#039; sheet.&lt;br /&gt;
#Change the &#039;&#039;&#039;Startup Type&#039;&#039;&#039; to &#039;&#039;Automatic&#039;&#039;, then click the Start button to start the service.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Internet Explorer 8.0 no longer supports web folders. See [http://blogs.msdn.com/b/askie/archive/2009/03/20/open-as-web-folder-not-in-the-internet-explorer-8-file-open-dialog.aspx this blog post from David Conner] for details. Instead, you will need to map a network drive (instructions on mapping a network drive are also given in David&#039;s blog post).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73029</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73029"/>
		<updated>2010-06-14T16:39:58Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Testing WebDAV on Windows XP/Vista */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WebDAV? ==&lt;br /&gt;
&lt;br /&gt;
WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
=== Configuring WebDAV in Moodle ===&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure Windows Server 2003 ===&lt;br /&gt;
&lt;br /&gt;
First we need to install WebDAV on the server. &#039;&#039;Note:&#039;&#039; when you promote a basic Windows Server 2003 installation to an application server, it installs various IIS 6 components but WebDAV isn’t one of them. &lt;br /&gt;
&lt;br /&gt;
==== Install and Enable WebDAV on the Server ====&lt;br /&gt;
&lt;br /&gt;
To install WebDAV on the IIS 6 machine, use Add or Remove Programs in Control Panel and run the Windows Components Wizard. You can find WebDAV under &#039;&#039;&#039;Application Server -&amp;gt; Internet Information Services -&amp;gt; World Wide Web Service -&amp;gt; WebDAV Publishing&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Once WebDAV is installed it needs to be enabled. Check the WebDAV option under the Web Service Extensions node in IIS Manager.&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
=== Testing WebDAV on Windows XP ===&lt;br /&gt;
&lt;br /&gt;
WebDAV needs to be enabled on any client machines that will be used to create and manage content for Moodle. Windows XP has a built-in WebDAV client service that needs to be enabled:&lt;br /&gt;
&lt;br /&gt;
#Open the Services console under Administrative Tools and find the WebClient service.&lt;br /&gt;
#Double-click on this service to open its Properties sheet.&lt;br /&gt;
#Change the Startup Type to Automatic, then click the Start button to start the service.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Internet Explorer 8.0 no longer supports web folders. See [http://blogs.msdn.com/b/askie/archive/2009/03/20/open-as-web-folder-not-in-the-internet-explorer-8-file-open-dialog.aspx this blog post from David Conner] for details. Instead, you will need to map a network drive (instructions on mapping a network drive are also given in David&#039;s blog post).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73026</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73026"/>
		<updated>2010-06-14T16:36:56Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Testing WebDAV on Windows XP/Vista */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WebDAV? ==&lt;br /&gt;
&lt;br /&gt;
WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
=== Configuring WebDAV in Moodle ===&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure Windows Server 2003 ===&lt;br /&gt;
&lt;br /&gt;
First we need to install WebDAV on the server. &#039;&#039;Note:&#039;&#039; when you promote a basic Windows Server 2003 installation to an application server, it installs various IIS 6 components but WebDAV isn’t one of them. &lt;br /&gt;
&lt;br /&gt;
==== Install and Enable WebDAV on the Server ====&lt;br /&gt;
&lt;br /&gt;
To install WebDAV on the IIS 6 machine, use Add or Remove Programs in Control Panel and run the Windows Components Wizard. You can find WebDAV under &#039;&#039;&#039;Application Server -&amp;gt; Internet Information Services -&amp;gt; World Wide Web Service -&amp;gt; WebDAV Publishing&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Once WebDAV is installed it needs to be enabled. Check the WebDAV option under the Web Service Extensions node in IIS Manager.&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
=== Testing WebDAV on Windows XP/Vista ===&lt;br /&gt;
&lt;br /&gt;
WebDAV needs to be enabled on any client machines that will be used to create and manage content for Moodle. Windows XP has a built-in WebDAV client service that needs to be enabled:&lt;br /&gt;
&lt;br /&gt;
#Open the Services console under Administrative Tools and find the WebClient service.&lt;br /&gt;
#Double-click on this service to open its Properties sheet.&lt;br /&gt;
#Change the Startup Type to Automatic, then click the Start button to start the service.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Internet Explorer 8.0 no longer supports web folders. See [http://blogs.msdn.com/b/askie/archive/2009/03/20/open-as-web-folder-not-in-the-internet-explorer-8-file-open-dialog.aspx this blog post from David Conner] for details. Instead, you will need to map a network drive (instructions on mapping a network drive are also given in David&#039;s blog post).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73023</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73023"/>
		<updated>2010-06-14T16:32:36Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure Windows Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WebDAV? ==&lt;br /&gt;
&lt;br /&gt;
WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
=== Configuring WebDAV in Moodle ===&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure Windows Server 2003 ===&lt;br /&gt;
&lt;br /&gt;
First we need to install WebDAV on the server. &#039;&#039;Note:&#039;&#039; when you promote a basic Windows Server 2003 installation to an application server, it installs various IIS 6 components but WebDAV isn’t one of them. &lt;br /&gt;
&lt;br /&gt;
==== Install and Enable WebDAV on the Server ====&lt;br /&gt;
&lt;br /&gt;
To install WebDAV on the IIS 6 machine, use Add or Remove Programs in Control Panel and run the Windows Components Wizard. You can find WebDAV under &#039;&#039;&#039;Application Server -&amp;gt; Internet Information Services -&amp;gt; World Wide Web Service -&amp;gt; WebDAV Publishing&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Once WebDAV is installed it needs to be enabled. Check the WebDAV option under the Web Service Extensions node in IIS Manager.&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
=== Testing WebDAV on Windows XP/Vista ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Internet Explorer 8.0 no longer supports web folders. See [http://blogs.msdn.com/b/askie/archive/2009/03/20/open-as-web-folder-not-in-the-internet-explorer-8-file-open-dialog.aspx this blog post from David Conner] for details. Instead, you will need to map a network drive (instructions on mapping a network drive are also given in David&#039;s blog post).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73022</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73022"/>
		<updated>2010-06-14T16:32:17Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure Windows Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WebDAV? ==&lt;br /&gt;
&lt;br /&gt;
WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
=== Configuring WebDAV in Moodle ===&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure Windows Server ===&lt;br /&gt;
&lt;br /&gt;
First we need to install WebDAV on the server. &#039;&#039;Note:&#039;&#039; when you promote a basic Windows Server 2003 installation to an application server, it installs various IIS 6 components but WebDAV isn’t one of them. &lt;br /&gt;
&lt;br /&gt;
==== Install and Enable WebDAV on the Server ====&lt;br /&gt;
&lt;br /&gt;
To install WebDAV on the IIS 6 machine, use Add or Remove Programs in Control Panel and run the Windows Components Wizard. You can find WebDAV under &#039;&#039;&#039;Application Server -&amp;gt; Internet Information Services -&amp;gt; World Wide Web Service -&amp;gt; WebDAV Publishing&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Once WebDAV is installed it needs to be enabled. Check the WebDAV option under the Web Service Extensions node in IIS Manager.&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
=== Testing WebDAV on Windows XP/Vista ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Internet Explorer 8.0 no longer supports web folders. See [http://blogs.msdn.com/b/askie/archive/2009/03/20/open-as-web-folder-not-in-the-internet-explorer-8-file-open-dialog.aspx this blog post from David Conner] for details. Instead, you will need to map a network drive (instructions on mapping a network drive are also given in David&#039;s blog post).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73020</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73020"/>
		<updated>2010-06-14T16:31:34Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WebDAV? ==&lt;br /&gt;
&lt;br /&gt;
WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
=== Configuring WebDAV in Moodle ===&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure Windows Server ===&lt;br /&gt;
&lt;br /&gt;
First we need to install WebDAV on the server. &#039;&#039;Note:&#039;&#039; when you promote a Windows Server 2003 machine to an Application Server, it installs various IIS 6 components but WebDAV isn’t one of them. &lt;br /&gt;
&lt;br /&gt;
==== Install and Enable WebDAV on the Server ====&lt;br /&gt;
&lt;br /&gt;
To install WebDAV on the IIS 6 machine, use Add or Remove Programs in Control Panel and run the Windows Components Wizard. You can find WebDAV under &#039;&#039;&#039;Application Server -&amp;gt; Internet Information Services -&amp;gt; World Wide Web Service -&amp;gt; WebDAV Publishing&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Once WebDAV is installed it needs to be enabled. Check the WebDAV option under the Web Service Extensions node in IIS Manager.&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
=== Testing WebDAV on Windows XP/Vista ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Internet Explorer 8.0 no longer supports web folders. See [http://blogs.msdn.com/b/askie/archive/2009/03/20/open-as-web-folder-not-in-the-internet-explorer-8-file-open-dialog.aspx this blog post from David Conner] for details. Instead, you will need to map a network drive (instructions on mapping a network drive are also given in David&#039;s blog post).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73016</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73016"/>
		<updated>2010-06-14T16:07:40Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Testing WebDAV on Windows XP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WebDAV? ==&lt;br /&gt;
&lt;br /&gt;
WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
=== Configuring WebDAV in Moodle ===&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
=== Testing WebDAV on Windows XP/Vista ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Internet Explorer 8.0 no longer supports web folders. See [http://blogs.msdn.com/b/askie/archive/2009/03/20/open-as-web-folder-not-in-the-internet-explorer-8-file-open-dialog.aspx this blog post from David Conner] for details. Instead, you will need to map a network drive (instructions on mapping a network drive are also given in David&#039;s blog post).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73015</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73015"/>
		<updated>2010-06-14T16:04:44Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configuring Virtual Directory Properties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WebDAV? ==&lt;br /&gt;
&lt;br /&gt;
WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
=== Configuring WebDAV in Moodle ===&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
=== Testing WebDAV on Windows XP ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; Internet Explorer 8.0 no longer supports web folders. See [http://blogs.msdn.com/b/askie/archive/2009/03/20/open-as-web-folder-not-in-the-internet-explorer-8-file-open-dialog.aspx this blog post from David Conner] for details. You will need to map a network drive instead.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73014</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73014"/>
		<updated>2010-06-14T16:01:17Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is WebDAV? ==&lt;br /&gt;
&lt;br /&gt;
WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
=== Configuring WebDAV in Moodle ===&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note:&#039;&#039; For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73013</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73013"/>
		<updated>2010-06-14T15:59:07Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Create New Virtual Directory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73012</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73012"/>
		<updated>2010-06-14T15:57:29Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configuring Virtual Directory Properties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;2&amp;quot;&amp;gt;Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;3&amp;quot;&amp;gt;Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;4&amp;quot;&amp;gt;Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;5&amp;quot;&amp;gt;Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;6&amp;quot;&amp;gt;Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73011</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73011"/>
		<updated>2010-06-14T15:54:55Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configuring Virtual Directory Properties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;2&amp;quot;&amp;gt;Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;3&amp;quot;&amp;gt;Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;4&amp;quot;&amp;gt;Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;5&amp;quot;&amp;gt;Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;6&amp;quot;&amp;gt;Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;3&amp;quot;&amp;gt;Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;4&amp;quot;&amp;gt;Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;5&amp;quot;&amp;gt;Your new virtual directory is ready for testing.&lt;br /&gt;
&lt;br /&gt;
[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73010</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73010"/>
		<updated>2010-06-14T15:54:13Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Create New Virtual Directory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;2&amp;quot;&amp;gt;Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;3&amp;quot;&amp;gt;Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;4&amp;quot;&amp;gt;Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;5&amp;quot;&amp;gt;Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li value=&amp;quot;6&amp;quot;&amp;gt;Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;2&amp;quot;&amp;gt;Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;3&amp;quot;&amp;gt;Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;4&amp;quot;&amp;gt;Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;5&amp;quot;&amp;gt;Your new virtual directory is ready for testing.&lt;br /&gt;
&lt;br /&gt;
[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73009</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73009"/>
		<updated>2010-06-14T15:53:44Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure IIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;2&amp;quot;&amp;gt;Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;3&amp;quot;&amp;gt;Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;4&amp;quot;&amp;gt;Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;5&amp;quot;&amp;gt;Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;6&amp;quot;&amp;gt;Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;2&amp;quot;&amp;gt;Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;3&amp;quot;&amp;gt;Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;4&amp;quot;&amp;gt;Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
&lt;br /&gt;
#&amp;lt;li value=&amp;quot;5&amp;quot;&amp;gt;Your new virtual directory is ready for testing.&lt;br /&gt;
&lt;br /&gt;
[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73008</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73008"/>
		<updated>2010-06-14T15:38:24Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure IIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
&lt;br /&gt;
Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
Right-click on the new virtual directory and select Properties from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
&lt;br /&gt;
Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
&lt;br /&gt;
Your new virtual directory is ready for testing.&lt;br /&gt;
[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73007</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73007"/>
		<updated>2010-06-14T15:35:49Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Create New Virtual Directory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|top|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Creating_virtual_folder.png|200 px|Creating a new virtual folder]]&lt;br /&gt;
&lt;br /&gt;
Select &#039;&#039;&#039;New -&amp;gt; Virtual directory...&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
Right-click on the new virtual directory and select Properties from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
&lt;br /&gt;
Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
&lt;br /&gt;
Your new virtual directory is ready for testing.&lt;br /&gt;
[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73006</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73006"/>
		<updated>2010-06-14T15:35:04Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure IIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|top|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Creating_virtual_folder.png|200 px|Creating a new virtual folder]]&lt;br /&gt;
&lt;br /&gt;
Select &#039;&#039;&#039;New -&amp;gt; Virtual directory&#039;&#039;&#039; from the pop-up menu. The &#039;&#039;&#039;Create New Virtual Directory Wizard&#039;&#039;&#039; is displayed.&lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
Right-click on the new virtual directory and select Properties from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
&lt;br /&gt;
Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
&lt;br /&gt;
Your new virtual directory is ready for testing.&lt;br /&gt;
[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73005</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73005"/>
		<updated>2010-06-14T15:32:42Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configuring Virtual Directory Properties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|top|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu. &lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
Right-click on the new virtual directory and select Properties from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
&lt;br /&gt;
Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &#039;&#039;&#039;Enable anonymous access&#039;&#039;&#039; and check &#039;&#039;&#039;Basic authentication (password is sent in clear text)&#039;&#039;&#039;. You may get a warning about security:&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
&lt;br /&gt;
Your new virtual directory is ready for testing.&lt;br /&gt;
[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73004</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73004"/>
		<updated>2010-06-14T15:28:47Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure IIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|top|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu. &lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
Right-click on the new virtual directory and select Properties from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
&lt;br /&gt;
Click on the &#039;&#039;&#039;Directory Security&#039;&#039;&#039; tab and press the &#039;&#039;&#039;Authentication and access control&#039;&#039;&#039; Edit... button&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Creating_virtual_folder.png|200px|thumb|right|Creating a new virtual folder]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Your new virtual directory is ready for testing.&lt;br /&gt;
[[Image:Final_view.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73003</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73003"/>
		<updated>2010-06-14T15:26:03Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|top|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu. &lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
Right-click on the new virtual directory and select Properties from the pop-up menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
Ensure that &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039;, &#039;&#039;&#039;Directory browsing&#039;&#039;&#039;, and &#039;&#039;&#039;Log visits&#039;&#039;&#039; are checked. Ensure &#039;&#039;&#039;Index this resource&#039;&#039;&#039; is unchecked.&lt;br /&gt;
 &lt;br /&gt;
[[Image:Properties_view.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Creating_virtual_folder.png|200px|thumb|right|Creating a new virtual folder]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Your new virtual directory is ready for testing.&lt;br /&gt;
[[Image:Final_view.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73002</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73002"/>
		<updated>2010-06-14T15:21:01Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Create New Virtual Directory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|top|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu. &lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
Ensure the new virtual directory has &#039;&#039;&#039;Read&#039;&#039;&#039;, &#039;&#039;&#039;Write&#039;&#039;&#039; and &#039;&#039;&#039;Browse&#039;&#039;&#039; permissions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200px|thumb|right|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Creating_virtual_folder.png|200px|thumb|right|Creating a new virtual folder]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Properties_view.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
Your new virtual directory is ready for testing.&lt;br /&gt;
[[Image:Final_view.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73001</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=73001"/>
		<updated>2010-06-14T15:17:45Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Create New Virtual Directory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|top|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu. &lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Call the new virtual directory &#039;&#039;&#039;Moodledata&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
&lt;br /&gt;
Specify the path to the Moodledata directory.&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200px|thumb|right|Checking new virtual directory properties]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Creating_virtual_folder.png|200px|thumb|right|Creating a new virtual folder]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200px|thumb|right|Specifying directory permissions]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Properties_view.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
Your new virtual directory is ready for testing.&lt;br /&gt;
[[Image:Final_view.png|200px|thumb|right|alt text]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72999</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72999"/>
		<updated>2010-06-14T15:03:10Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Create New Virtual Directory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|top|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
[[Image:Final_view.png|200px|thumb|right|alt text]]&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu. &lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Creating_virtual_folder.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Properties_view.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72998</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72998"/>
		<updated>2010-06-14T15:01:45Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure IIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|top|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
[[Image:Final_view.png|200px|thumb|left|alt text]]&lt;br /&gt;
Open IIS and right-click on your Moodle website. Select &#039;&#039;&#039;New -&amp;gt; Virtual Directory&#039;&#039;&#039;... from the pop-up menu. &lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Creating_virtual_folder.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Properties_view.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72997</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72997"/>
		<updated>2010-06-14T14:53:12Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure IIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Wizard_intro.png|200px|thumb|left|IIS Virtual Directory Creation Wizard]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Final_view.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_tab.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Authentication_warn.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Check_properties.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Choose_path.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Creating_virtual_folder.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Directory_permissions.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Name_directory.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:New_virtual_directory.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Properties_view.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72996</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72996"/>
		<updated>2010-06-14T14:46:06Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure IIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:wizard intro.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72995</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72995"/>
		<updated>2010-06-14T14:44:43Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Configure IIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
[[Image:wizard_intro.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Wizard_intro.png&amp;diff=72994</id>
		<title>File:Wizard intro.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Wizard_intro.png&amp;diff=72994"/>
		<updated>2010-06-14T14:42:38Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Properties_view.png&amp;diff=72993</id>
		<title>File:Properties view.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Properties_view.png&amp;diff=72993"/>
		<updated>2010-06-14T14:42:20Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:New_virtual_directory.png&amp;diff=72992</id>
		<title>File:New virtual directory.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:New_virtual_directory.png&amp;diff=72992"/>
		<updated>2010-06-14T14:41:33Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Name_directory.png&amp;diff=72991</id>
		<title>File:Name directory.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Name_directory.png&amp;diff=72991"/>
		<updated>2010-06-14T14:40:52Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Final_view.png&amp;diff=72990</id>
		<title>File:Final view.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Final_view.png&amp;diff=72990"/>
		<updated>2010-06-14T14:40:39Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Directory_permissions.png&amp;diff=72989</id>
		<title>File:Directory permissions.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Directory_permissions.png&amp;diff=72989"/>
		<updated>2010-06-14T14:40:23Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Creating_virtual_folder.png&amp;diff=72988</id>
		<title>File:Creating virtual folder.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Creating_virtual_folder.png&amp;diff=72988"/>
		<updated>2010-06-14T14:39:58Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Choose_path.png&amp;diff=72987</id>
		<title>File:Choose path.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Choose_path.png&amp;diff=72987"/>
		<updated>2010-06-14T14:39:32Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Check_properties.png&amp;diff=72986</id>
		<title>File:Check properties.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Check_properties.png&amp;diff=72986"/>
		<updated>2010-06-14T14:39:14Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Authentication_warn.png&amp;diff=72985</id>
		<title>File:Authentication warn.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Authentication_warn.png&amp;diff=72985"/>
		<updated>2010-06-14T14:38:37Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=File:Authentication_tab.png&amp;diff=72984</id>
		<title>File:Authentication tab.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=File:Authentication_tab.png&amp;diff=72984"/>
		<updated>2010-06-14T14:38:23Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72983</id>
		<title>WebDAV Setup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=WebDAV_Setup&amp;diff=72983"/>
		<updated>2010-06-14T14:37:46Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebDAV access allows users which can edit course files to do so from a convenient WebDAV &amp;quot;Web Folder&amp;quot;/Mountpoint which acts like a local drive.&lt;br /&gt;
&lt;br /&gt;
To set up WebDAV access in your Moodle installation:&lt;br /&gt;
&lt;br /&gt;
* In Admin-&amp;gt;Server-&amp;gt;WebDAV Set webdavenable to Yes.&lt;br /&gt;
* The &#039;moodle/site:webdav&#039; capability controls who can connect - by default the &amp;quot;Course Creator&amp;quot; role has it. Assign the role at the system level for users to be able to connect.&lt;br /&gt;
* If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.&lt;br /&gt;
&lt;br /&gt;
(This feature will be available after v1.9)&lt;br /&gt;
&lt;br /&gt;
Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc &#039;&#039;&#039;must&#039;&#039;&#039; be &#039;&#039;off&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[WebDAV Connect]]&lt;br /&gt;
* Some discussions at [http://moodle.org/course/view.php?id=5 Using Moodle]:&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=41217 WebDAV extension for Moodle] discussion from 2006&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=89123 WebDAV for Moodledata] discussion from 2008&lt;br /&gt;
** [http://moodle.org/mod/forum/discuss.php?d=134984 WebDAV for &amp;quot;Course Files&amp;quot; in 2.0] discussion from 2009&lt;br /&gt;
&lt;br /&gt;
[[Category: Administrator]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=User:Ian_Wild&amp;diff=72982</id>
		<title>User:Ian Wild</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=User:Ian_Wild&amp;diff=72982"/>
		<updated>2010-06-14T13:54:20Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Teaching-wise, I&#039;m a maths and science tutor from leafy Worcestershire in the UK, and when not tutoring I run the popular [http://www.yourmathstutor.info YourMathsTutor] website. &lt;br /&gt;
&lt;br /&gt;
Moodle-wise, I&#039;m a VLE specialist, currently dashing around the UK training teachers and lecturers, mainly on behalf of Moodle Partner [http://www.synergy-learning.com Synergy Learning]. &lt;br /&gt;
&lt;br /&gt;
I&#039;m also author of [http://www.packtpub.com/moodle-course-conversion/book Moodle Course Conversion: Beginner&#039;s Guide], which was the first of Packt Publishing&#039;s popular Beginner&#039;s Guides book series, and [http://www.packtpub.com/moodle-1-9-math/book Moodle 1.9 Math], dedicated to teaching mathematics with Moodle.&lt;br /&gt;
&lt;br /&gt;
For more details (and ordering information) please visit the Moodle Course Conversion and Moodle 1.9 Math pages on the Packt Publishing website.&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=User:Ian_Wild&amp;diff=72981</id>
		<title>User:Ian Wild</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=User:Ian_Wild&amp;diff=72981"/>
		<updated>2010-06-14T13:53:35Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Teaching-wise, I&#039;m a maths and science tutor from leafy Worcestershire in the UK, and when not tutoring I run the popular [http://www.yourmathstutor.info YourMathsTutor] website. &lt;br /&gt;
&lt;br /&gt;
Moodle-wise, I&#039;m a VLE specialist, currently dashing around the UK training teachers and lecturers, mainly on behalf of Moodle Partner [http://www.synergy-learning.com Synergy Learning]. &lt;br /&gt;
&lt;br /&gt;
I&#039;m also author of [https://www.packtpub.com/moodle-course-conversion/book Moodle Course Conversion: Beginner&#039;s Guide], which was the first of Packt Publishing&#039;s popular Beginner&#039;s Guides book series, and [https://www.packtpub.com/moodle-1-9-math/book Moodle 1.9 Math], dedicated to teaching mathematics with Moodle.&lt;br /&gt;
&lt;br /&gt;
For more details (and ordering information) please visit the Moodle Course Conversion and Moodle 1.9 Math pages on the Packt Publishing website.&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=User:Ian_Wild&amp;diff=72980</id>
		<title>User:Ian Wild</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=User:Ian_Wild&amp;diff=72980"/>
		<updated>2010-06-14T13:45:40Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: New page: Teaching-wise, I&amp;#039;m a maths and science tutor from leafy Worcestershire in the UK, and when not tutoring I run the popular YourMathsTutor website.   Moodle-wise, I&amp;#039;m a VLE specialist, curre...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Teaching-wise, I&#039;m a maths and science tutor from leafy Worcestershire in the UK, and when not tutoring I run the popular YourMathsTutor website. &lt;br /&gt;
&lt;br /&gt;
Moodle-wise, I&#039;m a VLE specialist, currently dashing around the UK training teachers and lecturers, mainly on behalf of Moodle Partner Synergy Learning. &lt;br /&gt;
&lt;br /&gt;
I&#039;m also author of &amp;quot;Moodle Course Conversion: Beginner&#039;s Guide&amp;quot;, which was the first of Packt Publishing&#039;s popular Beginner&#039;s Guides book series, and &amp;quot;Moodle 1.9 Math&amp;quot;, dedicated to teaching mathematics with Moodle.&lt;br /&gt;
&lt;br /&gt;
For more details (and ordering information) please visit the Moodle Course Conversion and Moodle 1.9 Math pages on the Packt Publishing website.&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=Mathematics&amp;diff=60575</id>
		<title>Mathematics</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=Mathematics&amp;diff=60575"/>
		<updated>2009-07-26T16:44:15Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Java Tools for Building Applets for Interactive Demonstration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Equation Construction and Display==&lt;br /&gt;
===Tools===&lt;br /&gt;
There are a variety of tools that are available for the purpose of constructing equations, providing text expressions that can be converted to equations, and displaying equations. &lt;br /&gt;
&lt;br /&gt;
The most common text expression syntax is LaTeX or a derivative with probably the most common form of display being a conversion of the equation to an image file. However, is demonstrated with ASCIIMathML simple text expressions can now be be converted to MathML on the fly.&lt;br /&gt;
&lt;br /&gt;
Some tools for creating and displaying equations on-line that may be of interest to those teaching mathematics are:&lt;br /&gt;
* [[ASCIIMathML]],  which both converts equations into MathML on the fly and provides a text expression syntax more easily mastered than Tex, though the filter will convert TeX expressions as well. [http://sourceforge.net/project/showfiles.php?group_id=106148 The ASCIIMathML 2.0.2 zip] provides all the files necessary for setting ASCIIMathML up as  a Moodle filter as well creating run-time graphs with ASCIIsvg. An on-line calculator is also included. Just recently an  ASCIIMathML export format for DragMath was added to version 0.7.2, [https://docs.moodle.org/en/DragMath_equation_editor available here],  so that you have access to both a GUI and text expression syntax for creating and displaying equations. Quick and GIFless. [http://math.chapman.edu/~jipsen/asciencepad/asciencepad.html  ASciencePad is also available] and consists of htmlarea enhanced with the ASCIIMathML functionality. &lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=916 Tim Hunt&#039;s Moodle MathTran Module] converts Tex into images on the fly. You can also use  [http://www.mathtran.org/wiki/index.php/TeX_image mathtran_img.js] on a page by page basis.&lt;br /&gt;
* The [[TeX filter]], which allows [http://www.tug.org/begin.html TeX markup] to be inserted anywhere (e.g. quiz questions, discussion messages, text resources)&lt;br /&gt;
* The [[jsMath]] filter, which does a similar job but using [[Javascript]] on the user&#039;s computer&lt;br /&gt;
* [[Calculated question type]]&lt;br /&gt;
* [[DragMath equation editor]], a WYSIWYG equation editor that integrates easily with the Moodle HTML editor.&lt;br /&gt;
* [[WIRIS]], is a plugin that easily integrates with the HTML editor several math tools&lt;br /&gt;
** WYSIWYG equation editor. Based on MathML&lt;br /&gt;
** Advanced calculator. Integrals, derivatives, limits, ploting in 2D and 3D,...&lt;br /&gt;
* MathType, a commercial product created by DSI (the folk who also offer MathPlayer, a plugin many IE users employ). Bob Mathews recently posted [http://moodle.org/mod/forum/discuss.php?d=93728&amp;amp;parent=549428] that info on MathType can be found at http://www.dessci.com/en/support/mathtype/workswith/moodle.htm &lt;br /&gt;
Mathematics teachers may also be interested to follow the work of [http://maths.york.ac.uk York University Maths department], who are working on [http://maths.york.ac.uk/serving_maths/ some projects] to augment Moodle, particularly its [[Quiz module]] for online assessment, for example by integrating a system which is able to mark algebraic and trigonometric answers to open-ended questions.&lt;br /&gt;
&lt;br /&gt;
===Accessibility Display Matrix===&lt;br /&gt;
&lt;br /&gt;
{{Expand-section|date=August 2008}}&lt;br /&gt;
&lt;br /&gt;
■ Feature Key appears below the matrix.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Notation&lt;br /&gt;
!Tex/LaTex&lt;br /&gt;
!ASCIIMath&lt;br /&gt;
!MathML&lt;br /&gt;
|-&lt;br /&gt;
|Ease of Use&lt;br /&gt;
|Plain text system. Knowledge of LaTeX notation required. Being a plain text system, LaTeX notation is straightforward to create and edit. &lt;br /&gt;
|Plain text system. Easy to learn. Notation simple. Being a plain text system, ASCIIMath is very easy to create and edit.&lt;br /&gt;
|XML-based. Not easy to create and edit: an editor is required.&lt;br /&gt;
|-&lt;br /&gt;
|Conversion to Braille&lt;br /&gt;
|Output directly to Braille display via screen reader (fn 2)&lt;br /&gt;
|ASCIIMath notation is converted to MathML or LaTeX. Please refer to those formats for details.&lt;br /&gt;
|Converted to suitable textual format and Brailled using screen reader (fn 3)&lt;br /&gt;
|-&lt;br /&gt;
|Transmission via TTS&lt;br /&gt;
|Notation spoken &amp;quot;as-is&amp;quot; via screen reader (fn 2)&lt;br /&gt;
|ASCIIMath notation is converted to MathML or LaTeX. Please refer to those formats for details.&lt;br /&gt;
|Converted to suitable textual format and spoken using screen reader. Note that MathPlayer add-on for IE has TTS functionality built-in (fn 3).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;fn1&amp;quot;&amp;gt;&#039;&#039;&#039;fn1.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
MathPlayer claims to do math-to-speech by parsing the MathML, not by parsing TeX. See http://www.dessci.com/en/products/mathplayer/tech/accessibility.htm where it is stated:&lt;br /&gt;
&lt;br /&gt;
All of these examples were written in Microsoft Word and MathType and exported to MathML using MathType’s “MathPage” technology. MathPage technology was added to MathType in version 5.0. No special work is needed to author the expressions to make them accessible. Any product that exports MathML will produce pages that MathPlayer can speak.&lt;br /&gt;
&lt;br /&gt;
For a larger real life example, see this page. Also, MSN Encarta uses MathML on many of their web pages that contain math, so much of their Math should be accessible using MathPlayer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;fn2&amp;quot;&amp;gt;&#039;&#039;&#039;fn2. &#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
The alt attribute of the rendered graphic is spoken and/or Braillled. As LaTeX is a plain text notation, the notation can be spoken and Brailled by the screen reader directly. This does, of course, assume an understanding of LaTeX notation on the part of the screen reader user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;fn3&amp;quot;&amp;gt;&#039;&#039;&#039;fn3. &#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
In the case of Internet Explorer, screen readers require the MathPlayer plugin to be installed before MathML is rendered (IE does not include native MathML support). By using MSAA, the screen reader can obtain a textual version of the math notation from MathPlayer, which it can then TTS and Braille. Note that MathPlayer also contains built-in TTS functionality (employing MS SAPI) which can be used to speak the math notation without having to employ a screen reader. See [http://www.dessci.com/en/products/mathplayer/tech/accessibility.htm] for further details. At time of writing, screen reader support for Firefox is via MSAA and a special custom, Firefox-specific IAccessible2 interface (to reveal text attributes and character positions). Math notation is spoken via a screen reader which interrogates these interfaces.&lt;br /&gt;
&lt;br /&gt;
==Using Java for Curriculum==&lt;br /&gt;
===Java Tools for Building Applets for Interactive Demonstration===&lt;br /&gt;
These tools can be integrated in or used with Moodle Resources&lt;br /&gt;
* Java Sketchpad, http://www.dynamicgeometry.com/JavaSketchpad/About_JavaSketchpad.html, is an applet developed by Key Curriculum Press. The applet has been the focus of quite a bit of discussion and demonstrations and discussions are widely available.  An introductory article from the Journal of Online Mathematics can be found here: http://mathdl.maa.org/mathDL/4/?nodeId=508&amp;amp;pa=content&amp;amp;sa=viewDocument. Usage focuses largely on Geometry&lt;br /&gt;
* CabriJava, http://www-cabri.imag.fr/cabrijava/, an applet offered by the University of Cabri,  also focuses on interactive geometry. Quite a number of examples employing CabriJava can be found here: http://www.mathsnet.net/cabri/index.html.&lt;br /&gt;
* Descartes, http://descartes.cnice.mec.es/, is an applet developed under the auspices of the Spanish Ministerio de Educacion Politica Social y Diporte.  An English introduction can be found here at http://descartes.cnice.mec.es/ingles/index.html.  The Ministery has produced an extensive Mathematics curriculum using Descartes,  which is available in English and can be freely downloaded and used. Much of what is available is still only in Spanish so anyone interested in doing translation work please post to the Moodle Math Tools forum.&lt;br /&gt;
&lt;br /&gt;
===Additional Curricular Use of Applets===&lt;br /&gt;
*Euclid&#039;s Elements -  http://aleph0.clarku.edu/~djoyce/java/elements/elements.html&lt;br /&gt;
*Tutorials employing applets (applets can be downloaded and used in Moodle) http://www.analyzemath.com/&lt;br /&gt;
&lt;br /&gt;
===Applet Tools===&lt;br /&gt;
*Graphing - http://www.langara.bc.ca/mathstats/resource/GraphExplorer/&lt;br /&gt;
*Geometry Construction - http://www.cs.rice.edu/~jwarren/grace/&lt;br /&gt;
*GeoGebra - http://www.geogebra.org/&lt;br /&gt;
&lt;br /&gt;
===Java Applet Collections===&lt;br /&gt;
* http://cs.jsu.edu/mcis/faculty/leathrum/Mathlets/&lt;br /&gt;
* http://www.walter-fendt.de/m14e/&lt;br /&gt;
&lt;br /&gt;
* Probability and Statistics&lt;br /&gt;
**http://www.mste.uiuc.edu/pavel/java/dilemma/&lt;br /&gt;
**http://lstat.kuleuven.be/java/&lt;br /&gt;
**http://www.math.csusb.edu/faculty/stanton/m262/&lt;br /&gt;
&lt;br /&gt;
*http://www.mste.uiuc.edu/murphy/JavaOverview/default.html&lt;br /&gt;
*Math and Physics - http://www.falstad.com/mathphysics.html&lt;br /&gt;
*Curves - http://www-groups.dcs.st-and.ac.uk/~history/Java/index.html&lt;br /&gt;
*Chaos and Fractals - http://math.bu.edu/DYSYS/applets/index.html&lt;br /&gt;
*For sale, but extensive - http://www.cut-the-knot.org/Curriculum/index.shtml&lt;br /&gt;
&lt;br /&gt;
==Mathematics Assessment==&lt;br /&gt;
&lt;br /&gt;
Assessment is a key driver for mathematics.  There are a number of ways of getting students to answer mathematical questions through Moodle.&lt;br /&gt;
* WebWork, see http://webwork.maa.org/wiki/Main_Page  http://webwork.math.rochester.edu/docs/docs/, and http://webwork.maa.org/moodle/ is an independent web application for assessing student Math progress, and there is a Moodle Module for interfacing WebWork to Moodle that can be found here: http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=332, though the resources on the WeBWork wiki are probably more current as the code  in the Moodle CVS has not been updated for some time.&lt;br /&gt;
* STACK provides very mathematical questions for the Moodle quiz module.  These are supported by the CAS Maxima.  The home page for STACK can be found on http://stack.bham.ac.uk/&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Mathematics tools FAQ]]&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=46009 Best practices for teaching Math(s) in Moodle]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=61993 How do you deal with the challenge of writing equations?]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=62002 How do you deal with the challenge of drawing graphs and diagrams?]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=62014 How do you deal with the challenge of interactive exercises and simulations?]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=95950 How can I have a student enter a fraction as an answer?]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=127867 What are the components of an exemplary high school Moodle course?]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=Moodle_manuals&amp;diff=45847</id>
		<title>Moodle manuals</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=Moodle_manuals&amp;diff=45847"/>
		<updated>2008-10-27T23:47:23Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* English */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
This page contains some links to manuals, tutorials and other multimedia documentation produced by moodlers all over the world. Please feel free to submit your contribution by adding a link to this page or sending the file to [mailto:docs@moodle.org docs@moodle.org].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Teacher manuals==&lt;br /&gt;
&lt;br /&gt;
===English===&lt;br /&gt;
*[http://download.moodle.org/download.php/docs/en/moodle_1.4.3_for_teachers_and_trainers.pdf Moodle 1.4.3 For Teachers and Trainers] - by &#039;&#039;&#039;Bryan Williams&#039;&#039;&#039; (PDF, 2.4MB)&lt;br /&gt;
*[http://download.moodle.org/download.php/docs/en/using-your-moodle.pdf Using Your Moodle (1.4.3)] by [[User:Darren_Smith Darren Smith]] (PDF, 2MB, Published Jan 2005)&lt;br /&gt;
*[http://download.moodle.org/download.php/docs/en/teacher-manual.pdf Moodle 1.4 Teacher Manual] - by &#039;&#039;&#039;Matt Riordan&#039;&#039;&#039; (PDF, 3.5MB)&lt;br /&gt;
*[http://www.staff.sbc.edu/tmarcais/classfiles/moodle/Moodle1.5.3.pdf Moodle 1.5.3 Teacher Manual] - Original Documentation by &#039;&#039;&#039;Matt Riordan&#039;&#039;&#039;, updated to version 1.5.3 by &#039;&#039;&#039;Tom Marcais&#039;&#039;&#039; (PDF, 9.1MB)&lt;br /&gt;
*[http://www.packtpub.com/moodle-course-conversion/book Moodle Course Conversion: Beginner&#039;s Guide] - by &#039;&#039;&#039;Ian Wild&#039;&#039;&#039;, [http://www.packtpub.com/ Packt Publishing], November 2008, Print 264 pages £24.99, PDF version £16.99&lt;br /&gt;
*[http://www.packtpub.com/moodle/book Moodle E-Learning Course Development] - by William Rice, [http://www.packtpub.com/ Packt Publishing], May 2006, 250 pages, €33.29/$35.99&lt;br /&gt;
*[http://moodle.fct.unl.pt/mod/resource/view.php?id=24107 A Visual Introduction to Moodle - for teachers and page creators] - by &#039;&#039;&#039;João Fernandes&#039;&#039;&#039; (PDF, 4MB), 43 pages, [http://creativecommons.org/licenses/by-nc-sa/2.5/ Creative Commons Non-Comercial Share Alike 2.5 License]&lt;br /&gt;
*[http://moodle.tokem.fi/mod/book/index.php?id=1 Illustrated on-line Beginner, Student and Teacher manuals for Moodle 1.5.4, 1.6.4, 1.8.3 and 1.9.2] (including some third-party tools and Flash demos as well as a concise Hot Potatoes manual) by &#039;&#039;&#039;Paul Nijbakker&#039;&#039;&#039;, eLearning Centre of Kemi-Tornio University of Applied Sciences.&lt;br /&gt;
*[http://moodle.sbc.edu/mod/resource/view.php?id=8088 Moodle Upgrading from 1.5.3 to 1.8, Changes for Teachers] - by &#039;&#039;&#039;Tom Marcais&#039;&#039;&#039; (PDF, 3.5MB)&lt;br /&gt;
*[http://moodle.sbc.edu/mod/resource/view.php?id=8087 Moodle 1.8 Teacher Manual] - by &#039;&#039;&#039;Tom Marcais&#039;&#039;&#039; (based in part on documentation by &#039;&#039;&#039;Matt Riordan&#039;&#039;&#039;) (PDF, 10.6MB)&lt;br /&gt;
*[http://moodle.de/mod/resource/view.php?id=2092 Moodle Teacher Handbook (Moodle 1.9)] - by &#039;&#039;&#039;Renate Jirmann and Ralf Hilgenstock&#039;&#039;&#039;, 163 pages, 30,- € plus mailing expenses, customized versions and online licence available&lt;br /&gt;
*[http://www.oreilly.com/catalog/9780596529185/ Using Moodle, Second Edition] - by &#039;&#039;&#039;Jason Cole&#039;&#039;&#039; and &#039;&#039;&#039;Helen Foster&#039;&#039;&#039;, 282 pages, $27,99 for the PDF version, each chapter available as a PDF for $3,99 a piece&lt;br /&gt;
*[http://www.schoolanywhere.co.uk/moodle_book.php Teacher&#039;s Beginners Guide to Using Moodle] - by &#039;&#039;&#039;SchoolAnywhere&#039;&#039;&#039; , 24 pages, FREE for the PDF version&lt;br /&gt;
*[http://www.howtomoodle.com/index.php/moodle-manuals Course Creator Reference Manual 1.8] - by &#039;&#039;&#039;Ray Lawrence&#039;&#039;&#039; Print 191 pages £15&lt;br /&gt;
*[http://www.howtomoodle.com/index.php/moodle-manuals Administrator Reference Manual 1.8] - by &#039;&#039;&#039;Ray Lawrence&#039;&#039;&#039; Print 69 pages £12&lt;br /&gt;
*[http://www.elearning.org.nz MoodleBites online training] - by &#039;&#039;&#039;HRDNZ&#039;&#039;&#039; 8 week teachers course NZ$199 (free introduction to Moodle available)&lt;br /&gt;
&lt;br /&gt;
===Other Languages===&lt;br /&gt;
*[http://www.sfm.pt/e-learning/manual-moodle.php Moodle 1.9 Manual para professores (Português)] - por &#039;&#039;&#039;SFM&#039;&#039;&#039;, Pequenos manuais visuais ou manual completo com 17 MB)&lt;br /&gt;
*[http://www.e-lisa-academy.at/dl/MoodleHandbuchLehrerInnen-1.9.pdf Kostenloses Moodle 1.9 Anwenderhandbuch] - in deutscher Sprache (2.6 MB/PDF) und zum Ausdrucken. Erstellt von Kathrin Lind, Florian und Peter Sereinigg im Auftrag von [http://http://www.e-lisa-academy.at/ e-LISA academy]&lt;br /&gt;
*[http://www.lakapps.lk/websvn/filedetails.php?repname=Lakapps&amp;amp;path=%2FMoodle%2FTamil%2FMoodle_Teacher_Manual_TA.pdf Moodle 1.8+ Teacher Manual (Tamil - Sri Lanka)] - by &#039;&#039;&#039;Kengatharaiyer Sarveswaran&#039;&#039;&#039; ,LAKapps project, University of Moratuwa, Sri Lanka. (PDF, 1.54MB)&lt;br /&gt;
*[http://www.lakapps.lk/websvn/filedetails.php?repname=Lakapps&amp;amp;path=%2FMoodle%2FSinhala%2FMoodle_Teacher_Manual_SI.pdf Moodle 1.8+ Teacher Manual (Sinhala)] - by &#039;&#039;&#039;Sulochana Sooriyaarachchi&#039;&#039;&#039; ,LAKapps project, University of Moratuwa, Sri Lanka. (PDF, 2.79MB)&lt;br /&gt;
*[http://download.moodle.org/download.php/docs/nl/teacher-manual-1.5-nl.pdf Moodle 1.5 Teacher Manual (Dutch)] - (PDF, 3MB)&lt;br /&gt;
*[http://download.moodle.org/download.php/docs/it/teacher-manual-it.pdf Moodle 1.3 Teacher Manual (Italian)] - (PDF, 3.1MB)&lt;br /&gt;
*[http://download.moodle.org/download.php/docs/fr/teacher-manual-fr.pdf Moodle 1.3 Teacher Manual (French)] - (PDF, 5MB)&lt;br /&gt;
*[http://download.moodle.org/download.php/docs/es/teacher-manual-es.pdf Moodle Teacher Manual (Spanish)] - by &#039;&#039;&#039;Enrique Castro Lopez&#039;&#039;&#039; (PDF, 5.4MB)&lt;br /&gt;
*[http://www.lasalle.es/descargas/ManualMoodle2006.zip Moodle 1.5 Teacher Manual (Spanish)] - by &#039;&#039;&#039;Jesús Martín&#039;&#039;&#039; (PDF, 5.2MB)&lt;br /&gt;
*[http://moodle.de/file.php/1/Moodle_Trainer_18_public.pdf Moodle 1.8 Trainerhandbuch (German) Inhaltsverzeichnis/Content] - von Renate Jirmann und Ralf Hilgenstock 30,- € (gedruckt 155 Seiten)&lt;br /&gt;
*[http://moodle.de//mod/resource/view.php?id=1294 moodle @ work (German) Praxisberichte /Use Cases Inhaltsverzeichnis/Content] 12,50 €(gedruckt 150 Seiten)&lt;br /&gt;
*[http://moodle.de/mod/resource/view.php?id=1645 moodle- Praxisbuch (German) Info] - von Fredi Gertsch, Addison&amp;amp;Wesley 540 pages, 44,95 €&lt;br /&gt;
*[http://file024r.mylivepage.com/chunk24/390895/255/Arb_MOODLE.pdf Moodle Teacher Manual (Arabic)] - by &#039;&#039;&#039;Jamil Itmazi&#039;&#039;&#039; (PDF, 6.4MB)  استعمال موودل للمعلمين باللغة العربية من إعداد: د.جميل إطميزي&lt;br /&gt;
*[http://moodle.fct.unl.pt/mod/resource/view.php?id=24107 Uma introdução visual ao Moodle - pa] - by &#039;&#039;&#039;João Fernandes&#039;&#039;&#039; ra professores e criadores de páginas (PDF, 4MB), 43 pages, [http://creativecommons.org/licenses/by-nc-sa/2.5/ Creative Commons Non-Comercial Share Alike 2.5 License]&lt;br /&gt;
*[http://www.open.hr/request.php?5 Moodle 1.6 Teacher Manual (Croatian)] - by &#039;&#039;&#039;Ivana Bosnić&#039;&#039;&#039; (PDF, 3MB)&lt;br /&gt;
*[http://www.moodle.si/moodle/mod/wiki/view.php?id=22 Moodle 1.6 Teacher Manual (Slovenian)] - by &#039;&#039;&#039;Alja Sulčič&#039;&#039;&#039; and &#039;&#039;&#039;Viktorija Sulčič&#039;&#039;&#039;, Center for e-learning, Faculty of management Koper, Slovenia (Wiki version, requires free site registration)&lt;br /&gt;
*[http://195.148.254.152/moodle/mod/book/index.php?id=1 Moodle opiskelijan ja opettajan opas 1.5.4 ja 1.6.4] &#039;&#039;&#039;Sanna Saukkoriipi&#039;&#039;&#039;, Kemi-Tornion ammattikorkeakoulun eOppimiskeskus.&lt;br /&gt;
*[http://moodle.de German DVD] 8 Stunden Anleitungsvideos- von &#039;&#039;&#039;Ralf Hilgenstock&#039;&#039;&#039;&lt;br /&gt;
*[http://aulavirtual2.educa.madrid.org/mod/resource/view.php?inpopup=true&amp;amp;id=5659 Moodle versión 1.8 Manual de consulta para el profesorado (Spanish)] - &#039;&#039;&#039;Jesús Baños Sancho&#039;&#039;&#039; (16.5MB)&lt;br /&gt;
&lt;br /&gt;
==Administration manuals==&lt;br /&gt;
*[http://www.howtomoodle.com/index.php/moodle-manuals Administrator Reference Manual 1.8] - by &#039;&#039;&#039;Ray Lawrence&#039;&#039;&#039; Print 69 pages £12&lt;br /&gt;
*[http://moodle.de//mod/resource/view.php?id=1191 Handbuch Installation und Administration (German) Inhaltsverzeichnis/Content] - von André Krüger, Urs Hunkler, Ralf Hilgenstock 30,- € (gedruckt 110 Seiten)&lt;br /&gt;
*[http://moodle.org/file.php/16/moddata/forum/160/234243/Install_Moodle.pdf Moodle Administrator Manual (Arabic)] - by &#039;&#039;&#039;Jamil Itmazi&#039;&#039;&#039; (PDF, 0.3MB)  تنزيل موودل باللغة العربية من إعداد: د.جميل إطميزي&lt;br /&gt;
&lt;br /&gt;
==Student manuals==&lt;br /&gt;
*[http://www.lakapps.lk/websvn/filedetails.php?repname=Lakapps&amp;amp;path=%2FMoodle%2FTamil%2FMoodle_Student_Manual_TA.pdf Moodle 1.8+ Student Manual (Tamil - Sri Lanka)] - by &#039;&#039;&#039;Kengatharaiyer Sarveswaran ,LAKapps project, University of Moratuwa, Sri Lanka.&#039;&#039;&#039; (PDF, 700KB)&lt;br /&gt;
*[http://www.lakapps.lk/websvn/filedetails.php?repname=Lakapps&amp;amp;path=%2FMoodle%2FSinhala%2FMoodle_Student_Manual_SI.pdf Moodle  1.8+ Student Manual (Sinhala)] - by &#039;&#039;&#039;Sulochana Sooriyaarachchi ,LAKapps project, University of Moratuwa, Sri Lanka.&#039;&#039;&#039; (PDF, 2 MB)&lt;br /&gt;
*[http://download.moodle.org/download.php/docs/es/user_manual_es.pdf Moodle User Manual (Spanish)] - by &#039;&#039;&#039;Enrique Castro&#039;&#039;&#039; (PDF, 3.1MB)&lt;br /&gt;
*[http://moodle.de//file.php?file=/1/Bestellblatt.pdf Teilnehmerhandbuch (German) Info und Bestellformular] - von Ralf Hilgenstock und Renate Jirmann (gedruckt  63 Seiten)&lt;br /&gt;
*[http://jamildepalestina.mylivepage.com/file/?fileid=882 Moodle Student Manual (Arabic)] - by &#039;&#039;&#039;Jamil Itmazi&#039;&#039;&#039; (PDF, 3 MB)   استعمال موودل للطلاب باللغة العربية من إعداد: د.جميل إطميزي&lt;br /&gt;
*[http://moodle.tokem.fi/mod/book/index.php?id=1 Illustrated on-line Beginner, Student and Teacher manuals for Moodle 1.5.4, 1.6.4, 1.8.3 and 1.9.2] (including descriptions of some contrib tools) in English and Finnish by &#039;&#039;&#039;Paul Nijbakker&#039;&#039;&#039; and &#039;&#039;&#039;Sanna Saukkoriipi&#039;&#039;&#039;, eLearning Centre of Kemi-Tornio University of Applied Sciences.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Moodle presentations]]&lt;br /&gt;
[[Category:Teacher]]&lt;br /&gt;
&lt;br /&gt;
[[es:Manuales de Moodle]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=Template:Expand-section&amp;diff=42100</id>
		<title>Template:Expand-section</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=Template:Expand-section&amp;diff=42100"/>
		<updated>2008-08-14T15:03:29Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Note:&#039;&#039;&#039; This section is a work in progress. Please use the page comments for any recommendations/suggestions for improvement. &#039;&#039;({{{date}}})&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[fr:Modèle:Travail en cours]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/402/en/index.php?title=Mathematics&amp;diff=41971</id>
		<title>Mathematics</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/402/en/index.php?title=Mathematics&amp;diff=41971"/>
		<updated>2008-08-13T10:48:35Z</updated>

		<summary type="html">&lt;p&gt;Daddydoos: /* Accessibility Display Matrix */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Equation Construction and Display==&lt;br /&gt;
===Tools===&lt;br /&gt;
There are a variety of tools that are available for the purpose of constructing equations, providing text expressions that can be converted to equations, and displaying equations. &lt;br /&gt;
&lt;br /&gt;
The most common text expression syntax is LaTeX or a derivative with probably the most common form of display being a conversion of the equation to an image file. However, is demonstrated with ASCIIMathML simple text expressions can now be be converted to MathML on the fly.&lt;br /&gt;
&lt;br /&gt;
Some tools for creating and displaying equations on-line that may be of interest to those teaching mathematics are:&lt;br /&gt;
* [[ASCIIMathML]],  which both converts equations into MathML on the fly and provides a text expression syntax more easily mastered than Tex, though the filter will convert TeX expressions as well. [http://sourceforge.net/project/showfiles.php?group_id=106148 The ASCIIMathML 2.0.2 zip] provides all the files necessary for setting ASCIIMathML up as  a Moodle filter as well creating run-time graphs with ASCIIsvg. An on-line calculator is also included. Just recently an  ASCIIMathML export format for DragMath was added to version 0.7.2, [https://docs.moodle.org/en/DragMath_equation_editor available here],  so that you have access to both a GUI and text expression syntax for creating and displaying equations. Quick and GIFless. [http://math.chapman.edu/~jipsen/asciencepad/asciencepad.html  ASciencePad is also available] and consists of htmlarea enhanced with the ASCIIMathML functionality. &lt;br /&gt;
* [http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=916 Tim Hunt&#039;s Moodle MathTran Module] converts Tex into images on the fly. You can also use  [http://www.mathtran.org/wiki/index.php/TeX_image mathtran_img.js] on a page by page basis.&lt;br /&gt;
* The [[TeX filter]], which allows [http://www.tug.org/begin.html TeX markup] to be inserted anywhere (e.g. quiz questions, discussion messages, text resources)&lt;br /&gt;
* The [[jsMath]] filter, which does a similar job but using [[Javascript]] on the user&#039;s computer&lt;br /&gt;
* [[Calculated question type]]&lt;br /&gt;
* [[DragMath equation editor]], a WYSIWYG equation editor that integrates easily with the Moodle HTML editor.&lt;br /&gt;
* WIRIS, http://www.wiris.com/, is a commercial product that has a free component and a Moodle plugin: http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=927&lt;br /&gt;
&lt;br /&gt;
Mathematics teachers may also be interested to follow the work of [http://maths.york.ac.uk York University Maths department], who are working on [http://maths.york.ac.uk/serving_maths/ some projects] to augment Moodle, particularly its [[Quiz module]] for online assessment, for example by integrating a system which is able to mark algebraic and trigonometric answers to open-ended questions.&lt;br /&gt;
&lt;br /&gt;
===Accessibility Display Matrix===&lt;br /&gt;
&lt;br /&gt;
{{Expand-section|date=August 2008}}&lt;br /&gt;
&lt;br /&gt;
■ Feature Key appears below the matrix.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Notation&lt;br /&gt;
!Tex/LaTex&lt;br /&gt;
!ASCIIMath&lt;br /&gt;
!MathML&lt;br /&gt;
|-&lt;br /&gt;
|Ease of Use&lt;br /&gt;
|Plain text system. Knowledge of LaTeX notation required. Being a plain text system, LaTeX notation is straightforward to create and edit. &lt;br /&gt;
|Plain text system. Easy to learn. Notation simple. Being a plain text system, ASCIIMath is very easy to create and edit.&lt;br /&gt;
|XML-based. Not easy to create and edit: an editor is required.&lt;br /&gt;
|-&lt;br /&gt;
|Conversion to Braille&lt;br /&gt;
|Output directly to Braille display via screen reader (fn 2)&lt;br /&gt;
|ASCIIMath notation is converted to MathML or LaTeX. Please refer to those formats for details.&lt;br /&gt;
|Converted to suitable textual format and Brailled using screen reader (fn 3)&lt;br /&gt;
|-&lt;br /&gt;
|Transmission via TTS&lt;br /&gt;
|Notation spoken &amp;quot;as-is&amp;quot; via screen reader (fn 2)&lt;br /&gt;
|ASCIIMath notation is converted to MathML or LaTeX. Please refer to those formats for details.&lt;br /&gt;
|Converted to suitable textual format and spoken using screen reader. Note that MathPlayer add-on for IE has TTS functionality built-in (fn 3).&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;fn1&amp;quot;&amp;gt;&#039;&#039;&#039;fn1.&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
MathPlayer claims to do math-to-speech by parsing the MathML, not by parsing TeX. See http://www.dessci.com/en/products/mathplayer/tech/accessibility.htm where it is stated:&lt;br /&gt;
&lt;br /&gt;
All of these examples were written in Microsoft Word and MathType and exported to MathML using MathType’s “MathPage” technology. MathPage technology was added to MathType in version 5.0. No special work is needed to author the expressions to make them accessible. Any product that exports MathML will produce pages that MathPlayer can speak.&lt;br /&gt;
&lt;br /&gt;
For a larger real life example, see this page. Also, MSN Encarta uses MathML on many of their web pages that contain math, so much of their Math should be accessible using MathPlayer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;fn2&amp;quot;&amp;gt;&#039;&#039;&#039;fn2. &#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
The alt attribute of the rendered graphic is spoken and/or Braillled. As LaTeX is a plain text notation, the notation can be spoken and Brailled by the screen reader directly. This does, of course, assume an understanding of LaTeX notation on the part of the screen reader user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;fn3&amp;quot;&amp;gt;&#039;&#039;&#039;fn3. &#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
In the case of Internet Explorer, screen readers require the MathPlayer plugin to be installed before MathML is rendered (IE does not include native MathML support). By using MSAA, the screen reader can obtain a textual version of the math notation from MathPlayer, which it can then TTS and Braille. Note that MathPlayer also contains built-in TTS functionality (employing MS SAPI) which can be used to speak the math notation without having to employ a screen reader. See [http://www.dessci.com/en/products/mathplayer/tech/accessibility.htm] for further details. At time of writing, screen reader support for Firefox is via MSAA and a special custom, Firefox-specific IAccessible2 interface (to reveal text attributes and character positions). Math notation is spoken via a screen reader which interrogates these interfaces.&lt;br /&gt;
&lt;br /&gt;
==Using Java for Curriculum==&lt;br /&gt;
===Java Tools for Building Applets for Interactive Demonstration===&lt;br /&gt;
These tools can be integrated in or used with Moodle Resources&lt;br /&gt;
* Java Sketchpad, http://www.dynamicgeometry.com/JavaSketchpad/About_JavaSketchpad.html, is an applet developed by Key Curriculum Press. The applet has been the focus of quite a bit of discussion and demonstrations and discussions are widely available.  An introductory article from the Journal of Online Mathematics can be found here: http://mathdl.maa.org/mathDL/4/?nodeId=508&amp;amp;pa=content&amp;amp;sa=viewDocument. Usage focuses largely on Geometry&lt;br /&gt;
* CabriJava, http://www-cabri.imag.fr/cabrijava/, an applet offered by the University of Cabri,  also focuses on interactive geometry. Quite a number of examples employing CabriJava can be found here: http://www.mathsnet.net/cabri/index.html.&lt;br /&gt;
* Descartes, http://descartes.cnice.mec.es/, is an applet developed under the auspices of the Spanish Ministerio de Educacion Politica Social y Diporte.  An English introduction can be found here at http://w3.cnice.mec.es/Descartes/Ingles/index.html.  The Ministery has produced an extensive Mathematics curriculum using Descartes,  which is available in English and can be freely downloaded and used. Much of what is available is still only in Spanish so anyone interested in doing translation work please post to the Moodle Math Tools forum.&lt;br /&gt;
&lt;br /&gt;
===Additional Curricular Use of Applets===&lt;br /&gt;
*Euclid&#039;s Elements -  http://aleph0.clarku.edu/~djoyce/java/elements/elements.html&lt;br /&gt;
*Tutorials employing applets (applets can be downloaded and used in Moodle) http://www.analyzemath.com/&lt;br /&gt;
&lt;br /&gt;
===Applet Tools===&lt;br /&gt;
*Graphing - http://www.langara.bc.ca/mathstats/resource/GraphExplorer/&lt;br /&gt;
*Geometry Construction - http://www.cs.rice.edu/~jwarren/grace/&lt;br /&gt;
*GeoGebra - http://www.geogebra.org/&lt;br /&gt;
&lt;br /&gt;
===Java Applet Collections===&lt;br /&gt;
* http://cs.jsu.edu/mcis/faculty/leathrum/Mathlets/&lt;br /&gt;
* http://www.walter-fendt.de/m14e/&lt;br /&gt;
&lt;br /&gt;
* Probability and Statistics&lt;br /&gt;
**http://www.mste.uiuc.edu/pavel/java/dilemma/&lt;br /&gt;
**http://lstat.kuleuven.be/java/&lt;br /&gt;
**http://www.math.csusb.edu/faculty/stanton/m262/&lt;br /&gt;
&lt;br /&gt;
*http://www.mste.uiuc.edu/murphy/JavaOverview/default.html&lt;br /&gt;
*Math and Physics - http://www.falstad.com/mathphysics.html&lt;br /&gt;
*Curves - http://www-groups.dcs.st-and.ac.uk/~history/Java/index.html&lt;br /&gt;
*Chaos and Fractals - http://math.bu.edu/DYSYS/applets/index.html&lt;br /&gt;
*For sale, but extensive - http://www.cut-the-knot.org/Curriculum/index.shtml&lt;br /&gt;
&lt;br /&gt;
==Mathematics Assessment==&lt;br /&gt;
&lt;br /&gt;
Assessment is a key driver for mathematics.  There are a number of ways of getting students to answer mathematical questions through Moodle.&lt;br /&gt;
* WebWork, see http://webwork.maa.org/wiki/Main_Page  http://webwork.math.rochester.edu/docs/docs/, and http://webwork.maa.org/moodle/ is an independent web application for assessing student Math progress, and there is a Moodle Module for interfacing WebWork to Moodle that can be found here: http://moodle.org/mod/data/view.php?d=13&amp;amp;rid=332, though the resources on the WeBWork wiki are probably more current as the code  in the Moodle CVS has not been updated for some time.&lt;br /&gt;
* STACK provides very mathematical questions for the Moodle quiz module.  These are supported by the CAS Maxima.  The home page for STACK can be found on http://stack.bham.ac.uk/&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Mathematics tools FAQ]]&lt;br /&gt;
Using Moodle forum discussions:&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=46009 Best practices for teaching Math(s) in Moodle]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=61993 How do you deal with the challenge of writing equations?]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=62002 How do you deal with the challenge of drawing graphs and diagrams?]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=62014 How do you deal with the challenge of interactive exercises and simulations?]&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=95950 How can I have a student enter a fraction as an answer?]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Daddydoos</name></author>
	</entry>
</feed>