# Error 404

Este artículo aborda el problema de que, aunque puedas acceder al área de administración y a la página principal de un sitio WordPress, al intentar visitar una publicación específica aparece un **error 404 (No encontrado)**. Explica que esto suele deberse a que las reglas de reescritura están rotas — por ejemplo porque el archivo `.htaccess` falta o está corrupto — y que la solución más común es simplemente regenerar los enlaces permanentes.

Como paso simple sugiere ir a **Ajustes → Enlaces permanentes** y hacer clic en “Guardar cambios” sin modificar nada, lo cual obliga a WordPress a refrescar las reglas. Si eso no funciona, propone revisar o recrear manualmente el `.htaccess` con el bloque estándar de reescritura de WordPress, y en entornos locales asegurarse de que el módulo `mod_rewrite` de Apache esté activo.

Revise por favor nuestra guía: <https://sitioshispanos.blog/wordpress/como-arreglar-las-publicaciones-de-wordpress-que-devuelven-el-error-404/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ayuda.sitioshispanos.com/menu-principal/guias/web-hosting/wordpress/errores-habituales/error-404.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
