Respuestas de foro creadas

Viendo 7 respuestas - de la 1 a la 7 (de un total de 7)
  • Iniciador del debate Dram

    (@astromicologist)

    Hola,

    ¿Y como se pueden subir archivos con la letra ñ desde medios de wordpress, y que wordpress no cambie la ñ por una n en los nombres de archivo?

    • Esta respuesta fue modificada hace 1 año, 8 meses por Dram.
    Iniciador del debate Dram

    (@astromicologist)

    Esque la barra lateral derecha se ve mal y me gustaría que desapareciera antes para que no aplaste/estreche el contenido.

    Por eso quería activar un poco antes el menu responsive, porque al activarse el menu responsive, la barra lateral derecha se va abajo del contenido y sigue siendo accesible.

    ¿Tu lo dejarías así lo ves bien o lo ves también algo estrecho?

    Iniciador del debate Dram

    (@astromicologist)

    Perfecto, gracias!

    Foro: Seguridad
    En respuesta a: Redirección a https
    Iniciador del debate Dram

    (@astromicologist)

    Eso decía un profesor mio, si algo funciona «no lo toques» jeje

    Vale, perfecto, quito una barra.

    Un millón de gracias por tu ayuda!!!

    Foro: Seguridad
    En respuesta a: Redirección a https
    Iniciador del debate Dram

    (@astromicologist)

    Funciona!! Eureka!! Gracias!!

    Primero He desactivado WpFastestCache y añadido los codigos como me decias, y funciona.

    Después he activado otra vez WpFastestCache ya que lo necesito bastante (no trae opción de redirección, añade esa redirección por que quiere no me da opción, y tambien añade automaticamente su código cuando lo activas al principio del todo)

    Y sigue funcionando, al final el htaccess ha quedado así.

    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} =on
    RewriteCond %{HTTP_HOST} ^www.dinosaurios.tienda
    # Start WPFC Exclude
    # End WPFC Exclude
    # Start_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=mi-usuario
    # End_WPFC_Exclude_Admin_Cookie
    RewriteCond %{HTTP_HOST} ^www.dinosaurios.tienda
    RewriteCond %{HTTP_USER_AGENT} !(facebookexternalhit|WP_FASTEST_CACHE_CSS_VALIDATOR|Twitterbot|LinkedInBot|WhatsApp|Mediatoolkitbot)
    RewriteCond %{HTTP_USER_AGENT} !(WP\sFastest\sCache\sPreload(\siPhone\sMobile)?\s*Bot)
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{REQUEST_URI} !(\/){2}$
    RewriteCond %{REQUEST_URI} \/$
    RewriteCond %{QUERY_STRING} !.+
    RewriteCond %{HTTP:Cookie} !wordpress_logged_in
    RewriteCond %{HTTP:Cookie} !comment_author_
    RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil
    RewriteCond %{HTTP:Profile} !^[a-z0-9\»]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
    RewriteCond /home/usuario/dinosaurios.tienda/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) «/wp-content/cache/all/$1/index.html» [L]
    </IfModule>
    <FilesMatch «index\.(html|htm)$»>
    AddDefaultCharset UTF-8
    <ifModule mod_headers.c>
    FileETag None
    Header unset ETag
    Header set Cache-Control «max-age=0, no-cache, no-store, must-revalidate»
    Header set Pragma «no-cache»
    Header set Expires «Mon, 29 Oct 1923 20:30:00 GMT»
    </ifModule>
    </FilesMatch>
    # END WpFastestCache
    # BEGIN GzipWpFastestCache
    <IfModule mod_deflate.c>
    AddType x-font/woff .woff
    AddType x-font/ttf .ttf
    AddOutputFilterByType DEFLATE image/svg+xml
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/javascript
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/x-font-ttf
    AddOutputFilterByType DEFLATE x-font/ttf
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
    AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
    </IfModule>
    # END GzipWpFastestCache
    # BEGIN LBCWpFastestCache
    <FilesMatch «\.(webm|ogg|mp4|ico|pdf|flv|jpg|jpeg|png|gif|webp|js|css|swf|x-html|css|xml|js|woff|woff2|otf|ttf|svg|eot)(\.gz)?$»>
    <IfModule mod_expires.c>
    AddType application/font-woff2 .woff2
    AddType application/x-font-opentype .otf
    ExpiresActive On
    ExpiresDefault A0
    ExpiresByType video/webm A10368000
    ExpiresByType video/ogg A10368000
    ExpiresByType video/mp4 A10368000
    ExpiresByType image/webp A10368000
    ExpiresByType image/gif A10368000
    ExpiresByType image/png A10368000
    ExpiresByType image/jpg A10368000
    ExpiresByType image/jpeg A10368000
    ExpiresByType image/ico A10368000
    ExpiresByType image/svg+xml A10368000
    ExpiresByType text/css A10368000
    ExpiresByType text/javascript A10368000
    ExpiresByType application/javascript A10368000
    ExpiresByType application/x-javascript A10368000
    ExpiresByType application/font-woff2 A10368000
    ExpiresByType application/x-font-opentype A10368000
    ExpiresByType application/x-font-truetype A10368000
    </IfModule>
    <IfModule mod_headers.c>
    Header set Expires «max-age=A10368000, public»
    Header unset ETag
    Header set Connection keep-alive
    FileETag None
    </IfModule>
    </FilesMatch>
    # END LBCWpFastestCache

    # BEGIN redirecciones https
    <IfModule mod_rewrite.c>
    RewriteCond %{HTTPS} !on
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,QSA,L]
    </IfModule>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^dinosaurios\.tienda$ [NC]
    RewriteRule ^(.*)$ https://www.dinosaurios.tienda//$1 [R=301,L]
    </IfModule>
    # END redirecciones https

    Foro: Seguridad
    En respuesta a: Redirección a https
    Iniciador del debate Dram

    (@astromicologist)

    Hola,

    Es un dominio normal https://www.dinosaurios.tienda/ lo tengo apuntado a las DNS de mi hosting.

    Tengo un hosting con un dominio principal, y los demás son Addon Domain añadidos desde cPanel.

    Acabo de borrar y reinstalar todos los certificados SLL «por si las moscas» pero sigue igual

    Gracias.

    Foro: Seguridad
    En respuesta a: Redirección a https
    Iniciador del debate Dram

    (@astromicologist)

    Hola,

    Esta instalado normal, el htaccess está en el root.
    He incluido el htaccess en esta pregunta Porque WpFastestCache añade lo siguiente:
    (Pero Aunque restaure el htaccess y desinstale WpFastestCache sigue sucediendo lo mismo no creo que venga de ahí el problema) y es raro que suceda ya que La redirección 301 no es necesaria, porque WP incluye la suya por PHP.

    
    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} =on
    RewriteCond %{HTTP_HOST} ^www.dinosaurios.tienda
    
Viendo 7 respuestas - de la 1 a la 7 (de un total de 7)