Select the link below to download the Web.config file of the default Sitecore CMS 6.2.0 rev. 100507 installation:
Below is the list of changes made to the Web.config file of Sitecore CMS 6.2.0 rev. 100507 as compared to the Web.config file of Sitecore CMS 6.2.0 rev. 100104:
- Added to the section <processors><loggedin argsType="Sitecore.Pipelines.LoggedIn.LoggedInArgs"> after the Ticket processor:
<processor mode="on" type="Sitecore.Pipelines.LoggedIn.CleanupUserProfile, Sitecore.Kernel" />
- Added to the beginning of the section <mediaLibrary>:
<!-- MEDIA REQUEST PREFIXES
Allows you to configure additional media prefixes (in addition to the prefix defined by the Media.MediaLinkPrefix setting)
The prefixes are used by Sitecore to recognize media URLs.
Notice: For each custom media prefix, you must also add a corresponding entry to the <customHandlers> section
-->
<mediaPrefixes>
<!-- Example
<prefix value="-/media"/>
-->
</mediaPrefixes>
- Added to the section <settings>:
<!-- REMEMBER LAST LOGGED IN USER NAME
Specifies whether Sitecore will remember the last logged in user name on the login page (stored encrypted in a cookie).
If you set this to false, the user name field on the login page and change password page will always be blank.
Default: true
-->
<setting name="Login.RememberLastLoggedInUserName" value="true"/> - Added to the section <settings>:
<!-- MEDIA - MEDIA LINK PREFIX
The prefix to use when Sitecore generates media links. The setting is used in the front-end as well as the back-end.
Notice: If you specify a custom media link prefix, you must also add a corresponding entry to the <customHandlers> section. If the value is not set, the default media request prefix will be used (which by default is "~/media")
Default value: ""
-->
<setting name="Media.MediaLinkPrefix" value="" />