This article applies to:
MultiStore
Site Down for Maintenance set to true causing redirect loop
|
|
Symptoms
After setting the SiteDownForMaintenance to true in the web.config file, and setting SiteDownForMaintenancePage to a HTML file placed in the site root folder, a redirect loop error occurs when accessing the site.
Cause
The user's HTML page is using .html as the file extension. The only HTML file extension that is valid is .htm
Solution
Change the file extension to .htm
|