Blog About Our Exposure on Sitecore with public to share and gain knowledge
Sitecore Media Library
Get link
Facebook
X
Pinterest
Email
Other Apps
Sitecore Media Library
Disabling the Upload Watcher
The Recommended practice is that you disable Upload Watcher and which ensures that the only way to upload files is from Media Library. This ensures that you can only upload files from within the Sitecore client and have control over the files that are uploaded .
When Upload Watcher is disabled, files that are placed in the /upload folder in the website root are not automatically uploaded to the Media Library
To disable the Upload Watcher, remove the following highlighted line from the <modules > section of the Web.config file
Handling Disaster Recovery Plan
We all are interested in knowing how to make the disaster or backup production environment which can help to reduce the downtime in real world.
We need to setup the servers in different regions.
mirror the database to each region from live environment
load balancer should be configured to route the request to other environment if the server reachable or alive test page doesn't respond or its 404 bad response.
Intimate the network and IT team about failures.
Once the original environment is up, request can be sent to the original servers and the mirroring regions can be kept alive and as cold stand by.
https://xchangesitecore.com/handling-disaster-recovery-plan/
Vikash Raaj
Sitecore Media Library
Controlling File Upload and Deny Execute Permissions on the Upload Folder You can strengthen the sitecore installation by restricting the access to the files that are begin uploaded by users. If you allow users to modify the content of /upload in website root folder then you also give them permission to place the scripts and executable programs. Executing these scripts and programs can cause an unexpected behavior on the server. You must therefore prevent an uploaded file from being executed on the server side when a user attempts to download it. We recommend that you deny permissions to run scripts and executable files in the /upload folder Note: You only need to perform this step if your configuration allows content authors to place files directly to the /upload folder. For example, if you use a shared directory or FTP server, content authors can quickly place a lot of media in the media library. Denying Execute Permission in IIS yo...
Sitecore Aliases for Multi Site
Are you having multi site environment and want to make use of Aliases in different for each site and\or share the Aliases for couple of sites? Yes we can do with the help of the custom plugin that was built to extend the feature of the Aliases Aliases for Multi-Site Environment
https://xchangesitecore.com/sitecore-aliases-for-multi-site/
Vikash Raaj
Comments
Post a Comment