{"id":130459,"date":"2022-08-19T13:08:05","date_gmt":"2022-08-19T07:38:05","guid":{"rendered":"https:\/\/git-staging.wpastra.com\/?post_type=docs&#038;p=130459"},"modified":"2022-12-09T08:47:24","modified_gmt":"2022-12-09T03:17:24","slug":"error-406-while-importing-starter-templates-on-your-wordpress-website","status":"publish","type":"docs","link":"https:\/\/git-staging.wpastra.com\/es\/docs\/error-406-while-importing-starter-templates-on-your-wordpress-website\/","title":{"rendered":"Error 406 al importar Starter Templates en su sitio web WordPress"},"content":{"rendered":"<h3 class=\"wp-block-heading\">Introducci\u00f3n<\/h3>\n\n\n\n<p>A veces, los usuarios pueden encontrarse con el error 406 al importar plantillas de inicio en el sitio web de WordPress. En este documento, vamos a explicar la raz\u00f3n detr\u00e1s de este error y tambi\u00e9n los pasos para solucionarlo.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">La raz\u00f3n:<\/h3>\n\n\n\n<p>La raz\u00f3n principal por la que se recibe el error 406 al importar las plantillas de inicio se debe al sistema de cortafuegos de la cuenta de alojamiento que bloquea el acceso de los sitios web de plantillas de inicio a las plantillas. Cuando intenta importar una plantilla en su sitio web, se producen m\u00faltiples comunicaciones en segundo plano entre el sitio web de la plantilla de inicio y su sitio web. <\/p>\n\n\n\n<p>Sin embargo, hemos observado que cuando su proveedor de alojamiento coloca un cortafuegos para proteger su sitio web, tambi\u00e9n bloquea la comunicaci\u00f3n del sitio web de plantillas de inicio con el servidor de alojamiento. Esto provoca el fallo de la importaci\u00f3n de las plantillas.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Soluci\u00f3n<\/h3>\n\n\n\n<p>Como se trata de un error creado por el sistema de cortafuegos del proveedor de alojamiento, puede dirigirse directamente al proveedor de alojamiento y solicitarle que desactive el cortafuegos temporalmente para que pueda completar el proceso de importaci\u00f3n de las plantillas.<\/p>\n\n\n\n<p>Otra opci\u00f3n es editar el archivo htaccess de su sitio web y forzar la desactivaci\u00f3n temporal del cortafuegos.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Edici\u00f3n del archivo HTACCESS<\/h3>\n\n\n\n<p>Antes de empezar a seguir los pasos que se indican a continuaci\u00f3n, le recomendamos encarecidamente que haga una copia de seguridad de su sitio web. Si no est\u00e1s seguro de c\u00f3mo hacer una copia de seguridad de tu sitio web, aqu\u00ed tienes un art\u00edculo que puede guiarte.<\/p>\n\n\n\n<p>Para editar el archivo htaccess, tendr\u00e1 que descargar e instalar el plugin llamado&nbsp;<a href=\"https:\/\/www.google.com\/url?q=https:\/\/wordpress.org\/plugins\/wp-file-manager\/&amp;sa=D&amp;source=editors&amp;ust=1660897968715981&amp;usg=AOvVaw2iqzXMgFOS599LK-Bu7R-s\">Gestor de archivos WP<\/a>. Este es un plugin gratuito que le permite acceder a los archivos internos de su sitio web incluyendo htaccess. Una vez que haya descargado, instalado y activado el plugin, tendr\u00e1 que hacer clic en el plugging y seleccione la opci\u00f3n WP administrador de archivos.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-1.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"387\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-1-1024x387.png\" alt=\"wp-file-manager\" class=\"wp-image-130465\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-1-1024x387.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-1-300x113.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-1-768x290.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-1.png 1318w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>Esto abrir\u00e1 el acceso a los archivos backend incluyendo el archivo htaccess. Haga clic derecho en el archivo htaccess y seleccione la opci\u00f3n llamada editor de c\u00f3digo.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-1-1024x435.png\" alt=\"wp-file-manager-htaccess \" class=\"wp-image-130469\" width=\"1024\" height=\"435\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-1-1024x435.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-1-300x127.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-1-768x326.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-1.png 1328w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Una vez abierto el archivo htaccess, puede a\u00f1adirle el siguiente c\u00f3digo. Haga clic en guardar y cerrar para que los cambios sean permanentes.<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>&lt;IfModule mod_rewrite.c>\r\nRewriteEngine On RewriteBase \/\r\nRewriteRule ^index\\.php$ - &#91;L]\r\nRewriteCond %{REQUEST_FILENAME} !-f\r\nRewriteCond %{REQUEST_FILENAME} !-d\r\nRewriteRule . \/index.php &#91;L]\r\n&lt;\/IfModule>\r\n\r\n&lt;IfModule mod_substitute.c>\r\nSubstituteMaxLineLength 10m\r\n&lt;\/IfModule><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"409\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-edit-1-1024x409.png\" alt=\"wp-file-manager-htaccess-edit \" class=\"wp-image-130470\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-edit-1-1024x409.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-edit-1-300x120.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-edit-1-768x307.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2022\/08\/wp-file-manager-htaccess-edit-1.png 1303w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Esto deber\u00eda actualizar la configuraci\u00f3n del cortafuegos de su sitio web y permitir que las plantillas de inicio se importen sin problemas.<\/p>","protected":false},"excerpt":{"rendered":"<p>Introducci\u00f3n A veces, los usuarios pueden encontrarse con el error 406 al importar plantillas de inicio en el sitio web de WordPress. En este documento, vamos a explicar la raz\u00f3n detr\u00e1s de este error y tambi\u00e9n los pasos para solucionarlo. La raz\u00f3n: La raz\u00f3n principal por la que se recibe el error 406 mientras se importan las plantillas de inicio se debe al sistema de cortafuegos del [...]<\/p>","protected":false},"author":86,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"docs_category":[1959],"docs_tag":[],"class_list":{"0":"post-130459","1":"docs","2":"type-docs","3":"status-publish","5":"docs_category-starter-templates"},"spectra_custom_meta":{"wp_last_modified_info":["December 9, 2022 @ 8:47 AM"],"wplmi_shortcode":["[lmt-post-modified-info]"],"_edit_lock":["1670556425:89"],"_wplmi_last_modified":["2022-12-09 08:47:24"],"rank_math_internal_links_processed":["1"],"rank_math_seo_score":["21"],"_edit_last":["89"],"tap_disable_autolinker":["no"],"tap_autolink_inside_heading":["global"],"tap_autolink_random_placement":["global"],"tap_post_autolinker_limit":["0"],"rank_math_analytic_object_id":["1891"],"views":["14290"],"rank_math_primary_docs_category":["1959"],"helpful":["2"],"unhelpful":["7"],"redirects":["8"],"pfd_related_docs":[""],"rank_math_og_content_image":["a:2:{s:5:\"check\";s:32:\"ad626fb2a5e9e097e7a8eefdfd48fc8e\";s:6:\"images\";a:1:{i:0;i:130465;}}"],"_trp_automatically_translated_slug_es_ES":["error-406-al-importar-plantillas-de-inicio-en-su-sitio-web-wordpress"],"_uag_page_assets":["a:9:{s:3:\"css\";s:2495:\".wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 0px;}.wp-block-uagb-container.uagb-block-debf2792{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;overflow: visible;border-color: inherit;row-gap: 0px;column-gap: 0px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:6:{i:0;s:12:\"core\/heading\";i:1;s:14:\"core\/paragraph\";i:2;s:10:\"core\/image\";i:3;s:9:\"core\/code\";i:4;s:14:\"uagb\/container\";i:5;s:14:\"core\/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1775479463\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Arindam","author_link":"https:\/\/git-staging.wpastra.com\/es\/author\/arindamm\/"},"uagb_comment_info":0,"uagb_excerpt":"Introduction Sometime, users may come across Error 406 while importing starter templates on WordPress website. In this document, we will explain the reason behind this error and also the steps to fix it. The reason: The main reason for receiving error 406 while importing the starter templates is because of the firewall system on the&hellip;","_links":{"self":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/130459"}],"collection":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/users\/86"}],"replies":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/comments?post=130459"}],"version-history":[{"count":0,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/130459\/revisions"}],"wp:attachment":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/media?parent=130459"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_category?post=130459"},{"taxonomy":"docs_tag","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_tag?post=130459"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}