Blog Sections Open

Fixing HTTPS Redirects and Mixed Content on Masterhost

A deployment troubleshooting note for Evolution CMS sites that redirect to HTTPS but still load some manager or frontend assets over HTTP, causing mixed-content errors.

Moving an Evolution CMS site to HTTPS should be routine, but on shared hosting the redirect layer, manager asset paths, and inherited .htaccess rules can combine into frustrating mixed-content issues.

The typical symptom

  • the site redirects to HTTPS
  • some CSS, JS, or editor assets still load over HTTP
  • the manager may partially break
  • the browser lock never becomes fully secure

Why this happens

A redirect rule alone does not guarantee that generated asset URLs, manager configuration, and editor integrations also switch to HTTPS. On older Evolution CMS projects, one hard-coded HTTP path is enough to keep the problem alive.

What to verify

  • the site URL and manager URL settings
  • hard-coded protocol references in templates and chunks
  • editor and file-manager asset paths
  • exceptions in .htaccess that bypass HTTPS unexpectedly

Deployment advice

Start with a clean redirect rule set from a current distribution, then test assets in the network inspector. Fix the URLs that are still generated as HTTP instead of trying to solve everything with rewrite exceptions alone.

Mixed-content fixes are usually a configuration audit, not just a redirect task.

Newer post

Working Safely with a price TV and PHx Modifiers

A template troubleshooting note for cases where a custom TV prints correctly but PHx modifiers fail on resource fields such as pagetitle.

Older post

Investigating Hidden Casino Spam Pages on an Evolution CMS Site

How to approach hidden spam page incidents on an Evolution CMS site when the generated pages are not visible in the manager or normal project files.