Sitecore 7.1 large Media Items mp4 or PDF problems with Range Retrieval Requests ONLY IE

There is a problem when serving large MP4 or PDF ONLY in IE and it turns out that it was because of Range Retrieval Requests. To make the story short (after being frustrated and started pulling my hair), it turns out that Sitecore by default uses Range Retrieval Requests for Media and there is a … More Sitecore 7.1 large Media Items mp4 or PDF problems with Range Retrieval Requests ONLY IE

Sitecore.StringUtil.EnsurePrefix on GetMediaUrl with alwaysIncludeServerUrl=”true” will break the code on Sitecore7.xx

Recently (I guess on SC 7) Sitecore changed the behavior of  alwaysIncludeServerUrl so that it can also be used by Media item URL. Now, if you set alwaysIncludeServerUrl=”true”  and in the code as we have been advised to use EnsurePrefix(‘/’ then the URLs for Media will look like this “/http:www.xxx.com/~/Media/blahblah”  so it adds a leading slash. … More Sitecore.StringUtil.EnsurePrefix on GetMediaUrl with alwaysIncludeServerUrl=”true” will break the code on Sitecore7.xx

Sitecore Reindexing Module For Lucene and Solr

This module will add a shortcut in Context Menu to force Lucene Indexer to re-index the item. Sitecore.SharedSource.IndexThis.Commands.config file The IndexThisAndDescendants class The IndexOnlyThis class Link to Sitecore Market Place https://marketplace.sitecore.net/en/Modules/Sitecore_SharedSource_IndexThis.aspx GitHub https://github.com/MortazaKamalNourestani/Sitecore.SharedSource.IndexThis