Descrición
After moving a site to HTTPS, many WordPress databases still contain http:// references to your own domain in posts, meta, and options. That can cause mixed content warnings and broken images in the browser.
Solaxes HTTPS Migration Repair helps administrators:
- Scan selected WordPress database tables for HTTP URLs on your own domain only
- Target content types: images, pages, posts, CSS, JavaScript, and other references
- Live preview (frontend only): rewrite HTTP to HTTPS in page output without database changes
- Review summarized scan results by content type
- Export detailed findings as CSV or JSON
- Run a dry run before applying changes
- Apply serialized-safe HTTP to HTTPS repairs in batches
This plugin helps detect and repair common HTTP references stored in the database. It does not guarantee that every mixed content issue on a site will be resolved. It does not rewrite third-party http:// links, and it does not modify theme or plugin files on disk. Always take a full database backup before applying permanent changes.
Developed by Solaxes Technologies.
Privacy Policy
This plugin processes data only on your WordPress site:
- Database scan and repair — Reads and optionally updates your site database on your server. No scan results are sent off-site automatically.
- Live preview — Rewrites frontend HTML output on your server. The database is not changed while live preview is enabled.
- Support & Feedback form (optional) — If you submit the in-app form, an email is sent via your site’s
wp_mail()to Solaxes Technologies. The message may include your WordPress account email (Reply-To), site URL, WordPress version, and plugin version. You choose whether to include extra technical context. No automatic telemetry is collected.
Administrators can change the support recipient with the solaxes_hmr_support_email filter.
Instalación
- Upload the plugin folder to
/wp-content/plugins/solaxes-https-migration-repair/or install via Plugins Add New. - Activate through the Plugins screen.
- Go to Tools Solaxes HTTPS Migration.
- Configure content types and optionally enable live preview.
- Start a scan, review results, export if needed, test with live preview, then run a dry run and apply permanent changes if desired.
Preguntas frecuentes
-
What is live preview?
-
When enabled, the plugin rewrites your site’s own HTTP URLs to HTTPS in frontend HTML output only. The database is not changed. Use this to verify the site, then apply a permanent database repair if needed.
-
Does this plugin send data to external servers?
-
Scanning and repairs run entirely on your server. The optional Support & Feedback form sends an email only when you choose to contact Solaxes Technologies. No automatic telemetry is collected.
-
Will this fix every mixed content issue?
-
No. It focuses on HTTP references stored in the database and output in HTML. Hardcoded HTTP URLs in theme or plugin files on disk are not changed automatically.
-
Is serialized data handled safely?
-
Yes. Serialized PHP values are unpacked, updated, and re-serialized with validation. Rows that cannot be safely updated are skipped and reported.
Comentarios
Non hai recensións para este plugin.
Colaboradores e desenvolvedores
“Solaxes HTTPS Migration Repair” é un software de código aberto. As seguintes persoas colaboraron con este plugin.
ColaboradoresTraduce “Solaxes HTTPS Migration Repair” ao teu idioma.
Interesado no desenvolvemento?
Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.
Rexistro de cambios
1.0.0
- Initial release: database scan for HTTP mixed content on your domain, live preview, dry run, serialized-safe repair, CSV/JSON export.