Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- WORDPRESS @web:security
- -in-wordpress/]] == plugins * Activity Log * All in One WP Security * Asesor de Cookies * [[ht... apache .htaccess> <Files wp-config.php> order allow,deny deny from all </Files></code> * Si es posible, permitir acceso ADMIN solo desde ciertas IP... ode php .htaccess># my ip address only order deny,allow allow from 213.27.244.178 allow from 62.97.72.2
- .htaccess @web:apache:htaccess
- ar acceso total a carpeta: <code apache>deny from all</code> * denegar acceso total, excepto determinada IP o rango: <code apache> deny from all allow from x.x.x.x allow from y.y.y.y/x</code> * denegar acceso a un archivo:<code apache><Files fichero
- certificados de seguridad (apache) @web:apache
- in.none SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW SSLCertificat... Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory>
- WordPress, webinar seguridad @web:security:wordpress
- taccess:<code apache> <Files xmlrpc.php Oder Deny,Allow Deny from all </Files> </code> * vinculado al tema:<code php functions.php>// Desactivar XML-RPC... ss># Proteger debug.log <Files debug.log> Order allow,deny Deny from all </Files></code> * Ocultar versión de WP * WordFence * Borrar ficheros d
- Línea de Comando con Apache @web:apache
- s> Options FollowSymLinks AllowOverride all Order deny,allow Allow from all </Directory> ErrorLog "| /usr/local/sbin/cronolog -S /v
- .htaccess rewrites (redirecciones) @web:apache:htaccess
- es Options FollowSymLinks Indexes AllowOverride All Require all granted </Directory> ErrorLog /var/landing.fidmag.org/log/error.log C
- virtualhost examples @web:apache:vhost
- es Options FollowSymLinks Indexes AllowOverride All Require all granted </Directory> ErrorLog /var/landing.fidmag.org/log/error.log C
- configuración apache @web:apache
- .htaccess: (/etc/apache/sites-available/default)''AllowOverride All'' * evitar información del servidor (/etc/apache/conf.d/security): * ''ServerSigna
- trucos let's encrypt @web:apache
- /well-known" <Directory /var/www-internal/well-known> Satisfy Any Allow from all </Directory> </code>
- Forward Proxy & Reverse Proxy @web:apache
- e-sharing-on-apache-with-correct-response-headers-allowing-everything-through/]] * [[https://enable
- Let's Encrypt @web:security
- ]] == comandos * ''sudo ./certbot-auto --help all'' * ''sudo ./certbot-auto certificates'': lista
- let's encrypt seedbox.torresegea.es @web:security:letsencrypt
- ertbot-auto again. To non-interactively renew *all* of your certificates, run "certbot-auto renew
- WordPress multisite @web:security:wordpress
- administrador.</callout> - añadir **define( 'WP_ALLOW_MULTISITE', true );** en **wp-config.php** ante