Volixta SSL & Security Headers

Description

Is your WordPress site still serving pages over HTTP instead of HTTPS?
Do you see browser warnings like « Not Secure » even though you installed SSL?
Are you getting mixed content errors in Chrome or Firefox after enabling HTTPS?
Or is your Site Health report complaining about missing security headers?

👉 Volixta SSL & Security Headers fixes all of these in a few clicks.
Easily activate SSL, force 301 redirects, repair mixed content, and add recommended WordPress security headers like HSTS, CSP, and X-Frame-Options.

🔐 What does Volixta do?

  • Activate SSL automatically: safely update your WordPress home and siteurl to use https://.
  • Force HTTPS with 301 redirect: adds a safe .htaccess block on Apache/LiteSpeed, or falls back to a PHP redirect if needed.
  • Fix mixed content: scans your posts, postmeta, and options for http:// links and replaces them with https:// (serialization-safe).
  • Apply modern HTTP Security Headers: HSTS, Content-Security-Policy (upgrade-insecure-requests), X-Frame-Options, Referrer-Policy, Permissions-Policy, COOP/COEP/CORP. All values are editable before applying.
  • Nginx friendly: when .htaccess is not available, Volixta shows ready-to-use Nginx snippets for redirects and headers.
  • Site Health integration: new tests for SSL validity, HTTPS redirect, and security headers presence.

✅ Why choose Volixta?

  • Safe by design:
    Nothing is applied automatically. You choose what to enable. Each .htaccess write creates a timestamped backup.
  • Serialization-safe mixed content fixer: no risk of breaking complex data in postmeta or options.
  • Admin-only: no runtime overhead on the frontend (except optional PHP redirect).
  • Localhost aware: detects local environments (localhost, .local, .test) and shows guided instructions with mkcert.

🔎 Typical problems solved

  • “How do I activate SSL in WordPress?”
    One click in Volixta updates your site to HTTPS safely.

  • “How do I force HTTPS with 301 redirects?”
    Volixta inserts a safe .htaccess 301 redirect or a PHP fallback.

  • “My Site Health report says ‘No security headers detected’.”
    Apply missing security headers (HSTS, CSP, X-Frame-Options, Referrer-Policy, etc.) in one click.

  • “How can I add WordPress security headers without editing code?”
    Use Volixta’s panel to configure and apply headers safely.

  • “After enabling SSL, my site still shows mixed content errors.”
    Run the Mixed Content Scan + Fixer to repair unsafe links automatically.

  • “I’m on Nginx, so .htaccess doesn’t work.”
    Copy/paste the Nginx-ready snippets Volixta provides for HTTPS redirects and headers.

Privacy

This plugin does not collect, store, or transmit personal data. Only saves minimal config in wp_options.

Localization

Text domain: volixta-ssl-security-headers
Load path: /languages (WP.org language packs auto-loaded)

What’s Next

If you like this plugin, then consider checking out our other plugins:

Captures d’écrans

  • Dashboard showing SSL, redirect, headers, and server checks
  • One-click SSL activation and HTTPS redirect (301)
  • Mixed Content scan + fixer with serialization-safe DB replace
  • Security headers panel with custom header configuration

Installation

  1. Upload to /wp-content/plugins/ or install directly from the directory.
  2. Activate the plugin.
  3. Open Volixta SSL & Security in the admin menu.
  4. With a valid SSL certificate:
    • Click Activate SSL (updates WP URLs to https://).
    • Click Enable HTTPS Redirect (tries .htaccess, otherwise PHP fallback).
    • Click Apply Security Headers (safe .htaccess block with backup).

FAQ

How do I activate SSL in WordPress?

Open Volixta click Activate SSL. The plugin updates your WordPress and Site URL to use HTTPS, then you can force 301 redirects to ensure all traffic goes over SSL.

How do I add security headers in WordPress?

Go to Volixta Security Headers panel select headers (HSTS, CSP, X-Frame-Options, Referrer-Policy, etc.) click Apply. Volixta safely writes headers to .htaccess or provides Nginx snippets.

Does it modify .htaccess?

Yes, but only when you click an action. Blocks are wrapped clearly:
# BEGIN Volixta HTTPS Redirect
# END Volixta HTTPS Redirect
A backup .htaccess.bak-YYYYMMDD-HHMMSS is created each time.

Will it work on Nginx?

Yes. .htaccess is Apache/LiteSpeed only, but Volixta shows ready-to-copy Nginx snippets for redirects and headers. The HTTPS redirect can also use PHP fallback.

Does it slow down my site?

No. Everything runs only in the admin panel. On the frontend, only the optional PHP redirect adds minimal overhead.

Can I use it locally?

Yes. Local environments are auto-detected. Volixta shows a “Local HTTPS” section with instructions to set up a trusted certificate using mkcert.
No .htaccess or redirects are applied on localhost.

Where are settings stored?

Only a few options in wp_options:
– Headers configuration
– PHP redirect flag
– Last mixed-content scan result

Avis

15 octobre 2025
I was having some trouble with mixed content and partial redirects after enabling SSL.Tried Volixta SSL out of curiosity and it handled everything automatically.All HTTP links were replaced correctly, and the security headers feature added an extra layer of protection without any hassle.Solid plugin — simple, effective, and lightweight.
Lire les 2 avis

Contributeurs/contributrices & développeurs/développeuses

« Volixta SSL & Security Headers » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Journal des modifications

1.1.0 – 2025-11-08

  • Improved code compliance: added PHPCS annotations for dynamic SQL clauses to avoid false warnings.
  • Ensured all SQL queries remain fully prepared and secure.
  • Improved SSL detection to recognize valid certificates even when the site still uses HTTP.
  • Added admin notice suggesting HTTPS activation when a valid SSL is detected.
  • Updated UI for clearer SSL and security headers status display.
  • Internal cleanup for plugin review and coding standards validation.

1.0.10

  • Updated readme.txt

1.0.0

  • Initial public release
  • SSL activation, HTTPS redirect (301)
  • Security headers with editable values
  • Mixed content scanner & fixer
  • Nginx snippets for headers/redirects
  • Site Health checks
  • Automatic .htaccess backups