You’ll learn how to setup the Sucuri plugin for WordPress – one of the best security options you can find for WordPress.

Besiides the normal setup, you’ll learn the extra hardening setup to make get your WordPress site up to ‘best practice’ security standard. Without needing to be a cyber security expert.

As shown in the video, you’ll need to edit your .htaccess file, either through your hosting control panel file manager, or by using ftp or sftp to edit the files in your WordPress install.

In our example, we added the following code to our .htaccess file:

—————————————–

# Sucuri Recommendations
Header set X-Content-Type-Options nosniff
Header set X-XSS-Protection “1; mode=block”

————————————–

Adding the above code will mean your headers now contain the following:
Security Headers – X-XSS-Protection
Security Headers – X-Content-Type: nosniff

This helps make your site less vulnerable to some common attacks.

We also showed how you can use ‘HTTP Strict Transport Security’ (HSTS) to improve the encryption of your site data.
Video Rating: / 5


Stai cercando prodotti per l’hacking, la sicurezza informatica e il penetration testing? Hai bisogno di bonificare il tuo smartphone, il tuo pc o il tuo sito da virus e malware? Devi rintracciare una persona o recuperare delle informazioni urgenti? Devi riprendere possesso di un account, una mail o di una password che ti hanno sottratto? Vuoi acquistare device già configurati per sperimentare tutte le tecniche di hacking in modo facile e veloce? Hai esigenze particolari in ambito software o hardware? Possiamo aiutarti!

Contattaci subito per avere un aiuto immediato : dettagliaci tramite mail o Whatsapp che tipo di supporto ti occorre e ti invieremo un riscontro immediato!

Compila e invia il modulo qui sotto per inviarci subito una richiesta di supporto

Scrivi il tuo indirizzo email qui

Scrivi qui come possiamo aiutarti – ti supportiamo immediatamente per ogni tua esigenza!


One response to “Sucuri Setup Tutorial – WordPress Security Plugin”

  1. Cederique Maes Avatar
    Cederique Maes

    I enabled those hardening options, where you said not to. Ever since i notice problems with my website. How to reverse those settings?