Muchos usuarios de WordPress prefieren trabajar en sus sitios web utilizando un servidor local en su ordenador. Esto le permite trabajar en su sitio web en privado antes de hacer los cambios disponibles en línea.
Con el tiempo, tendrá que trasladarlo a un servidor en vivo para que sea accesible a los visitantes en línea. Esta transición es crucial para garantizar que el sitio web funcione correctamente en el sitio activo.
Hemos trabajado en muchos sitios web locales, así que tuvimos que aprender la forma más fácil de transferir contenidos a sitios web activos.
En este artículo, proporcionaremos instrucciones paso a paso sobre cómo trasladar WordPress de un servidor local a un sitio activo.
¿Por qué trasladar WordPress de un servidor local a un sitio activo?
Construir su blog de WordPress en un servidor local es una forma segura de probar los cambios en su sitio web sin afectar a los visitantes.
Cuando haya terminado de perfeccionar su sitio web, el siguiente paso es pasar de su servidor local a un sitio activo.
Vamos a mostrarle dos formas de trasladar su sitio de un servidor local a un sitio activo.
El primer método utiliza un plugin de migración de WordPress y se recomienda para principiantes.
En el segundo método, le mostraremos cómo trasladar manualmente WordPress de un servidor local a un sitio activo.
Puede elegir el método que más le convenga:
Antes de migrar su sitio WordPress
Para migrar WordPress de un servidor local a un servidor activo, debe tener en cuenta algunos aspectos.
En primer lugar, suponemos que tiene un sitio de WordPress ejecutándose en un servidor local (también llamado localhost) en su ordenador y que tiene pleno acceso al mismo.
A continuación, tendrá que tener un nombre de dominio y alojamiento web.
Hemos oído innumerables historias de principiantes que empezaron con proveedores de alojamiento web malos o gratuitos y se arrepintieron. Según nuestra experiencia, elegir el proveedor de alojamiento correcto es fundamental para el éxito de cualquier sitio web.
Para facilitarte la decisión, te recomendamos Bluehost. Son una empresa de alojamiento de WordPress recomendada oficialmente, y están dando a los usuarios de WPBeginner un descuento exclusivo + dominio y SSL gratis.
Básicamente, puedes empezar por tan sólo 1,99 $ al mes.
Si quieres una gran alternativa a Bluehost, puedes mirar Hostinger. También están ofreciendo un descuento exclusivo a los usuarios de WPBeginner con un nombre de dominio gratis.
Si puedes permitirte pagar un poco más, entonces comprueba SiteGround. También tienen una oferta especial para los lectores de WPBeginner.
Si necesitas ayuda para establecer tu sitio web, sigue paso a paso nuestra guía sobre cómo crear un sitio web.
Por último, necesitará un programa FTP y saber cómo utilizarlo para subir el sitio de su servidor local al sitio activo.
¿Preparado? Empecemos a migrar su sitio de WordPress.
Tutorial en vídeo
Si prefiere instrucciones escritas, siga leyendo.
Método 1: Transferir WordPress del servidor local al sitio activo utilizando un plugin de migración (recomendado)
Este método es más fácil y recomendado para principiantes. Vamos a utilizar un plugin de migración de WordPress para mover WordPress desde localhost a un sitio en vivo.
Paso 1: Instalar y configurar el plugin Duplicator
En primer lugar, debe instalar y activar el plugin Duplicator en su sitio regional. Para más detalles, consulte nuestra guía paso a paso sobre cómo instalar un plugin de WordPress.
Consejo profesional: También hay una versión pro de Duplicator que ofrece copias de seguridad seguras, almacenamiento en la nube, restauración fácil del sitio y mucho más.
Tras la activación, debe ir a la página Duplicator ” Copias de seguridad y hacer clic en el botón “Crear nueva”.
Aparecerá una pantalla en la que podrá asignar un nombre a la copia de seguridad.
A continuación, haga clic en el botón “Siguiente”.
Duplicator realizará ahora algunas pruebas para ver si todo está en orden.
Si todos los elementos están marcados como “Bien”, haga clic en el botón “Construir”.
Este proceso puede tardar unos minutos, dependiendo del tamaño de su sitio web. Debe dejar esta pestaña abierta hasta que finalice.
Cuando termine, verá las opciones de descarga de los paquetes “Instalador” y “Archivo”. Haz clic en el botón “Descargar ambos archivos” para descargarlos en tu ordenador.
El archivo “Archivo” es una copia completa de su sitio WordPress. Incluye todos los archivos del núcleo de WordPress, así como sus imágenes, subidas, temas, plugins y una copia de seguridad de su base de datos de WordPress.
El archivo “Instalador” es un script que automatizará todo el proceso de migración descomprimiendo el archivo que contiene su sitio web.
Paso 2: Crear una base de datos para su sitio web WordPress en vivo
Antes de que pueda ejecutar el instalador o subir el sitio web WordPress desde localhost a su servidor de alojamiento, necesita crear una base de datos MySQL para su nuevo sitio web en vivo.
Si ya ha creado una base de datos MySQL, puede omitir este paso.
Para crear una base de datos, debe visitar el Escritorio cPanel de su cuenta de alojamiento. A continuación, localice la sección “Bases de datos” y haga clic en el icono “Asistente para bases de datos MySQL”.
En la pantalla siguiente, hay un campo para crear una nueva base de datos.
Sólo tiene que dar un nombre a su base de datos y hacer clic en el botón “Crear base de datos”.
cPanel creará ahora una nueva base de datos para usted.
A continuación, introduzca un nombre de usuario y una contraseña para el nuevo usuario y haga clic en el botón “Crear usuario”.
A continuación, tienes que añadir a la base de datos el usuario que acabas de crear.
En primer lugar, haga clic en la casilla de verificación “Todos los privilegios”.
A continuación, desplácese hacia abajo y haga clic en el botón “Realizar cambios” para guardar los cambios.
Su base de datos ya está lista para ser utilizada con su sitio WordPress. Asegúrese de anotar el nombre de la base de datos, el nombre de usuario y la contraseña. Necesitará esta información en el siguiente paso.
Paso 3: Subida de archivos desde el servidor local al sitio web de WordPress.
Ahora tiene que subir los archivos y el instalador de su sitio local a su cuenta de alojamiento.
En primer lugar, conéctese a su sitio activo utilizando un cliente FTP. Una vez conectado, asegúrese de que el directorio raíz de su sitio web está completamente vacío.
Normalmente, el directorio raíz es la carpeta /home/public_html/
.
Algunas empresas de alojamiento de WordPress instalan WordPress automáticamente cuando te registras. Si tienes archivos de WordPress allí, entonces necesitas borrarlos.
Después, puede subir los archivos archive.zip e installer.php desde Duplicator a su directorio raíz vacío.
Paso 4: Ejecutar el script de migración
Una vez subidos los archivos de migración, visite la siguiente URL en su navegador / explorador:
http://example.com/installer.php
No olvide sustituir “ejemplo.com” por su propio nombre de dominio.
Se iniciará el asistente de migración de Duplicator.
El instalador realizará algunas pruebas e inicializará el script.
En la sección Configuración, se le pedirá que introduzca su alojamiento MySQL, el nombre de la base de datos, el nombre de usuario y la contraseña.
Su alojamiento será probablemente un alojamiento local. A continuación, introduzca los datos de la base de datos creada en el paso anterior.
A continuación, haga clic en el botón “Validar” para asegurarse de que los datos introducidos son correctos.
A continuación, haga clic en el botón “Siguiente” para continuar.
Duplicator importará la copia de seguridad de su base de datos de WordPress desde el archivo a su nueva base de datos.
También actualizará las URL que apuntan al sitio local y a su nuevo sitio activo.
Ahora puede hacer clic en el botón ‘Admin Login’ para acceder al área de administrador de WordPress de su sitio.
Una vez que acceda a su sitio activo, Duplicator limpiará automáticamente los archivos de instalación.
Eso es todo. Ha movido correctamente WordPress del servidor local a su sitio activo.
Método 2: Transferir manualmente WordPress del servidor local al sitio activo
En este método, le mostraremos cómo mover manualmente WordPress desde el servidor local a su sitio activo. Será útil si el primer método no funciona o si prefieres hacerlo manualmente.
Paso 1: Exportar la base de datos local de WordPress
Lo primero que tienes que hacer es exportar tu base de datos local de WordPress. Para ello utilizaremos phpMyAdmin.
Si no estás familiarizado con ella, entonces puede que quieras echar un vistazo a nuestra guía para la gestión de bases de datos de WordPress usando phpMyAdmin.
Sólo tienes que ir a http://localhost/phpmyadmin/
y hacer clic en tu base de datos de WordPress. A continuación, haz clic en el botón “Exportar” de la barra de menú superior.
En la opción ‘Método de exportación:’, puede elegir ‘Rápido’ o ‘Personalizado’. Personalizado le proporcionará más opciones para exportar su base de datos.
Pero le recomendamos que elija “Rápido” y luego haga clic en el botón “Ir” para descargar su base de datos.
Paso 2: Subida de archivos de WordPress al sitio activo
Ahora, tendremos que mover todos los archivos de su sitio web al sitio en vivo.
Para empezar, abra su cliente FTP y conéctese a su cuenta de alojamiento web.
Una vez conectado a tu sitio, asegúrate de subir los archivos al directorio correcto. Por ejemplo, si quieres que el sitio esté alojado en ‘tu_sitio.com’, entonces querrás subir todos los archivos a tu directorio public_html
.
Ahora seleccione los archivos locales de WordPress y súbalos a su servidor.
Paso 3: Crear una base de datos MySQL en su sitio activo
Mientras tu cliente FTP está subiendo tus archivos de WordPress, puedes empezar a importar tu base de datos al servidor.
La mayoría de los proveedores de alojamiento de WordPress ofrecen cPanel para gestionar su cuenta de alojamiento, por lo que le mostraremos cómo crear una base de datos utilizando cPanel.
En primer lugar, debe acceder a su panel de control de cPanel y hacer clic en el icono “Asistente para bases de datos MySQL”, que se encuentra en la sección “Bases de datos”.
En la pantalla siguiente, puede crear una nueva base de datos.
Introduzca un nombre para la base de datos y haga clic en “Crear base de datos”.
cPanel creará automáticamente una nueva base de datos para usted.
A continuación, debe introducir un nombre de usuario y una contraseña para su nuevo usuario y, a continuación, hacer clic en “Crear usuario”.
Después, tienes que añadir a la base de datos el usuario que acabas de crear.
En primer lugar, marque / compruebe la casilla de verificación “Todos los privilegios”.
A continuación, desplázate hacia abajo y haz clic en “Realizar cambios” para guardarlos.
Ha creado correctamente una nueva base de datos para su sitio de WordPress.
Paso 4: Importar la base de datos de WordPress al sitio activo
El siguiente paso del proceso es importar su base de datos de WordPress.
Vaya a su Escritorio de cPanel, desplácese hasta la sección ‘Bases de datos’ y haga clic en ‘phpMyAdmin’.
Esto le llevará a phpMyAdmin, donde debe hacer clic en la base de datos que acaba de crear. phpMyAdmin mostrará su nueva base de datos sin tablas.
A continuación, haga clic en la pestaña “Importar” del menú superior. En la página de importación, haga clic en el botón “Elegir archivo” y seleccione el archivo de base de datos del sitio local que guardó en el primer paso.
A continuación, haz clic en el botón “Ir” situado en la parte inferior de la página. Tu base de datos se importará automáticamente a phpMyadmin.
Paso 5: Cambiar la URL del sitio
Ahora, usted necesita cambiar la URL del sitio en su base de datos para que se conecte con su sitio de WordPress en vivo.
En phpMyAdmin, busque la tabla wp_options
en la base de datos que acaba de importar.
Si ha cambiado el prefijo de su base de datos, entonces en lugar de wp_options
, podría ser {new_prefix}_options
.
A continuación, haga clic en el botón “Examinar” situado junto a wp_options
. O bien, haga clic en el enlace en la barra lateral para abrir la página que tiene un anuncio / catálogo / ficha dentro de la tabla wp_options
.
A continuación, en la columna options_name
, debe buscar la opción siteurl
.
A continuación, haga clic en el icono “Editar”.
Aparecerá una ventana en la que podrá editar el campo.
En el cuadro de entrada option_value
, verá la URL de su instalación local, que será algo así como http://localhost/test
.
Debe introducir la URL de su nuevo sitio en este campo, por ejemplo: https: //www.wpbeginner.com.
A continuación, puede guardar el campo al hacer clic en el botón “Ir”.
A continuación, debe seguir los mismos pasos anteriores para el nombre de la opción de inicio
. El menú wp_options
puede tener varias páginas. Normalmente, la opción de inicio
estará en la segunda página.
A continuación, actualice la URL de inicio
para que sea la misma que la URL de su sitio activo.
Paso 6: Establecer su sitio en vivo
Ahora que ha importado la base de datos y subido su contenido, es el momento de configurar WordPress.
En este momento, su sitio debería mostrar el error“Error al establecer una conexión con la base de datos“.
Para corregirlo, conéctese a su sitio web mediante un cliente FTP y abra el archivo wp-config.php
.
Busque las siguientes líneas de código:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'database_name_here' );
/** MySQL database username */
define( 'DB_USER', 'username_here' );
/** MySQL database password */
define( 'DB_PASSWORD', 'password_here' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
Deberá indicar el nombre de la base de datos, el nombre de usuario y la contraseña que creó anteriormente.
A continuación, guarde el archivo wp-config.php
y vuelva a subirlo al servidor de alojamiento de WordPress.
Ahora, cuando visite su sitio web, debería estar en directo.
Después de eso, tienes que acceder a tu panel de administrador de WordPress e ir a Ajustes ” General. A continuación, sin cambiar nada, desplácese hasta la parte inferior y haga clic en el botón “Guardar cambios”.
Así se asegurará de que la URL de su sitio se corrige en cualquier otro lugar en el que deba estar.
Una vez hecho esto, vaya a Ajustes ” Enlaces permanentes, desplácese hacia abajo y haga clic en “Guardar cambios” para asegurarse de que todos los enlaces de las entradas funcionan correctamente.
Paso 7: Corregir imágenes y enlaces rotos actualizando rutas
Siempre que traslade un sitio de WordPress de un dominio a otro o de un servidor local a un sitio activo, se encontrará con enlaces rotos e imágenes que faltan.
Le mostraremos dos formas de actualizar las URL. Puede elegir la que más le convenga.
1. Actualizar URLs usando el plugin Search & Replace Everything (Recomendado)
La forma más segura de corregir esto es mediante el uso de Search & Replace Everything. Es un potente plugin de WordPress que le permite realizar fácilmente tareas de actualización por lotes en su sitio web sin necesidad de escribir complejas consultas a la base de datos.
En primer lugar, debe instalar y activar el plugin Search & Replace Everything.
Una vez activado, vaya a la página Herramientas ” WP Search & Replace.
A continuación, introduzca la URL del sitio local en el campo “Buscar” y la URL del sitio activo en el campo “Sustituir por”.
Desplázate un poco y haz clic en “Seleccionar todo” debajo de las tablas. Esto asegura que el plugin buscará la antigua URL en cualquier parte de la base de datos.
Ahora haga clic en el botón “Vista previa de Buscar y reemplazar” para continuar.
El plugin buscará en su base de datos todas las instancias de la URL antigua y previsualizará los resultados.
Si todo va bien, haz clic en “Reemplazar todo” para guardar los cambios.
Verás una advertencia acerca de los cambios que estás realizando. Haz clic en “Sí” para continuar.
El plugin actualizará la base de datos y sustituirá las URL locales por la URL actual de su sitio web.
2. Actualizar URL manualmente (Avanzado)
Otra forma de actualizar las URL es mediante la siguiente consulta SQL:
UPDATE wp_posts SET post_content = REPLACE(post_content, 'localhost/test/', 'www.yourlivesite.com/');
Simplemente vaya a phpMyAdmin, haga clic en su base de datos y, a continuación, haga clic en “SQL” en el menú superior y añada la consulta anterior.
Asegúrese de cambiarla por la URL de su sitio local y del sitio activo y haga clic en el botón “Ir”.
Ya está. Ha migrado correctamente WordPress de su servidor local a un sitio activo.
Esperamos que tu sitio web esté funcionando correctamente. Si usted marca / comprobar cualquier error, puede consultar nuestra guía de errores comunes de WordPress para ayudar a diagnosticar problemas.
Esperamos que este artículo te haya ayudado a trasladar WordPress de un servidor local a un sitio activo. También puedes consultar nuestra guía sobre cómo trasladar un sitio activo a un servidor local o echar un vistazo a la lista de comprobación definitiva para la migración de sitios web para conocer los pasos prácticos de la migración de WordPress.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
david kule
thank you guys!!
i followed the steps it’s working for me
your save my life
WPBeginner Support
You’re welcome
Administrador
Sunita
Really Thanks:)…It’s a great tutorial and it’s very helpful to me..
one thing i asked you..can you tell me how to open wp dashboard after this??
WPBeginner Support
You would want to add /wp-admin to the end of your domain and that should bring you to the login page where you would use the same login information as on your local install.
Administrador
Sunita
Really Thanks:)…It’s a great tutorial and it’s very helpful to me..
WPBeginner Support
You’re welcome
Administrador
gerardo
HI! i have a live site fully operational but on localhost i make a new site, mostly design. If i migrate it using some pluguin like duplicator, the info from the old site would be deleted?
WPBeginner Support
It would not remove your local site but if you’re trying to install it where a site is already installed then you would run into overwriting issues.
Administrador
Grace Lee
After moving my website to a live site, will I still be able to edit and make changes to it? Thanks!
WPBeginner Support
Yes, you would be able to
Administrador
Ifeanyi
Easy to follow guide. Even easier than some videos i have watched on youtube.
WPBeginner Support
Glad you’ve found our content helpful
Administrador
Temidayo Marvel
Great solution to my Problem.
Thanks
is it safe and easy to use premium themes and plugins on the wampsever while testing and setting up the Wordpress site locally, or do I need to deploy my themes and plugins after importing the site to a livehost.
WPBeginner Support
You would want to check with the support for the theme and plugins you’re wanting to use for if they work on local sites or not.
Administrador
Israel
Thanks for the guide, it really helped!
WPBeginner Support
You’re welcome
Administrador
Jason Bar
I got lost on the part “connect to your live site using an FTP client.”
That is completely different tutorial where there is no hyperlink to see it.
WPBeginner Support
We will be sure to work on improving clarity of this in the future, we linked to our guide on FTP at the start of our article, you can find the FTP guide below:
https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/
Administrador
Jason Bar
Thank you, I missed it.
Janith
Method 1 worked fine afrter few refreshes in the step 2. Thanks
WPBeginner Support
Glad our guide was able to help
Administrador
Ashley Davies
Thanks for the article, I have run into a problem doing method 1. In step 4, when I visit the url at mysite/installer.php, I get an error from duplicator as follows:
‘Archive not found! The ‘Required File’ below should be present in the ‘Extraction Path’. The archive file name must be the exact name of the archive file placed in the extraction path character for character.’
Any help with this would be greatly appreciated
WPBeginner Support
You would want to check with your hosting provider that the file is located in the correct location in your files.
Administrador
STEPHEN OFORI
Wow… I can believe my eyes. It worked perfectly with the first option. God bless you.
WPBeginner Support
Glad our guide was helpful
Administrador
Temitope Durotoye
Thank you so much for this… Really helped me a lot.
WPBeginner Support
You’re welcome, glad our guide was helpful
Administrador
Elías Sánchez
I suffer with this kind of stuff, in fact today i spent a lot of hours doing this migration from local to a server.
Reading and following this helped a lot.
Thanks for sharing!
WPBeginner Support
You’re welcome, glad our guide could help with this process
Administrador
Yusuf Omotoso
The post is really helpful just like many other posts. Thank you
WPBeginner Support
You’re welcome
Administrador
Luz Manalo-Cruz
Hi. I’ve successfully migrated from localhost to livesite! Yay! What now do I do with the localhost?
WPBeginner Support
That would be a personal preference question whether you would like to keep it or remove it.
Administrador
Luz Manalo-Cruz
Hi! Using Method 1, all went well until Step 4 – the migration wizard doesn’t launch when I type in example.com/installer.php (I changed example.com to my domain). Instead I get a Page Not Found. I’ve tried this twice now and I get the same Page Not Found screen on Step 4. Am I missing a step?
WPBeginner Support
You may want to ensure you placed the file inside the correct folder, you can check with your hosting provider and they should be able to assist.
Administrador
Habibul Islam
Thanks. I have done migration by 1st method.
WPBeginner Support
Glad our guide could assist
Administrador
Milutin
If someone has problems on Method 1 Step 4 with cPanel host name (error text: No such file or directory), instead of localhost, try mysql. This step always bugs me off nad frustrates me.
Thanks for the great tutorial! Used it multiple times!
WPBeginner Support
Thanks for sharing what worked for you
Administrador
Purushothaman Gempuraj
Thanks. The first Duplicator based method worked for AWS based AMI Linux server 2 which had external database connection as well.
WPBeginner Support
Glad our recommendation worked for you
Administrador
Meredith Bashert
I’m still seeing “error establishing a database connection.” I don’t have a domain name set yet (waiting until the site is complete) so I used the domain name that I used to log in to the FTP client as my option value in my wp_options.
WPBeginner Support
For that error, the domain you set is likely correct but you would want to double-check your username and password for your wp-config file
Administrador
Husain
Dear WpBeginner team,
In case i already have a website running on my live server (Hosting) and i want to upload a new site on it, so do i need to manually delete all the old files ?
Please advise.
WPBeginner Support
If you are using the manual method from this article you would overwrite the files currently on your hosting rather than deleting them.
Administrador
Paul K
Thank you so much for the instructions. The manual way was way simpler and faster than any plugin I tried.
WPBeginner Support
Glad our guide could help
Administrador
Rehman Ali
Thanks! Just followed and migrated my site using method 1. Thanks!
WPBeginner Support
You’re welcome, glad our recommended method was able to assist
Administrador
Lia
Thank you for that great tutorial! It was really help
WPBeginner Support
You’re welcome, glad our guide was helpful
Administrador
JLA
you forgot to include in method the wp-config.php file to edit database connection
WPBeginner Support
As the database is being copied from your local environment it means you will not need to edit the wp-config normally
Administrador
Oni
Thank you very much for this update. I really appreciate.
WPBeginner Support
You’re welcome
Administrador
Beth
I am completely stuck on Method 1 Step 3 – when i try to connect in FileZilla it keeps saying “Could not connect to server”. Please help!
WPBeginner Support
The most common reason would be your FTP information being incorrect, if you reach out to your hosting provider they should be able to assist.
Administrador
Shubham
After exporting my website from local host i couldn’t import it to another wordpress which is live . This was because of file size limit. Any suggestion in this regard.
WPBeginner Support
For that error, you would want to take a look at our guide here:
https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Administrador
Peter
The Mamp guys have now a publish to live site function in the pro version.
WPBeginner Support
Thanks for sharing that information
Administrador
Claudia
Thank you so much for your tutorial. I built the website on localhost, thanks to your tutorial about it. I have a question about this process of going from local to live though.
I currently have a page online and working. I wantred to change it, so that was the reason I developed the new site on localhost. What I would like to know is if I should do something else before using this tutorial to put the local site live.
Should I delete all data from the current page and then upload the local one? or what should I do.
Thank you so much!
WPBeginner Support
If you are wanting to replace the current page, then it would be best to create a backup of the live site and then remove it to replace it with the version you are moving from your local installation.
Administrador
Claudia
Thank you very much for your answer!
By the way. I LOVE your page, it has been my go-to page to find reliable answers.
WPBeginner Support
Glad we can be helpful
Ola Philips
Thanks for the tutorial, it has helped me a lot , please, after uploading my WordPress file, how do I get to my WordPress dashboard
WPBeginner Support
You would log into your site to be brought to the admin area. We have a guide for finding your login url here: https://www.wpbeginner.com/beginners-guide/how-to-find-your-wordpress-login-url/
Administrador
Sandie
Thanks for the tutorial. I followed the manual method and the only issue I had was an internal server error on anything but the front page.
This was because on my development server my Wordpress was installed at localhost/SAF, so the Rewrite Base and Rewrite Rule in the .htaccess file had to be updated to remove the SAF/. Might be worth updating the instructions to check for this, based on the comments it looks like a couple of others have had a similar issue.
WPBeginner Support
We’ll certainly look at updating the article to include this information
Administrador
liam Donoghue
I don’t know if i’ve missed something here but i don’t understand the jump in step 3. You’ve said
‘Now you need to upload the archive and installer files from your local site to your hosting account.
First, connect to your live site using an FTP client. Once connected, make sure that the root directory of your website is completely empty.’
How can I connect an FTP to a live site if it isn’t live yet. I have a c panel which has a database made for my site, a copy of my localhost site on my desktop and a filezilla. Am I connecting filezilla to my hosting account? how do I do that? Some clarity on this would be appreciated
WPBeginner Support
Apologies for the confusion, the methods involved in connecting to your host with FTP can vary depending on the host. If you reach out to your hosting provider they should be able to let you know how to connect filezilla to your root folder
Administrador
Fabrice
Perfect! Thanks a lot, very useful. Worked perfectly.
WPBeginner Support
You’re welcome, glad our article could help
Administrador
Alex Legard
I’m trying to host the Wordpress them that I made from scratch. I followed the instructions in this article except for step 7. Now I’m getting the “Stylesheet is missing” error. Help?
WPBeginner Support
For a custom theme, you would want to make sure you have a style.css file in the main folder of the theme and ensure that your computer didn’t rename it style.css.txt
Administrador
Joseph
I have a very important question as I never see any specific information about JavaScript in using these methods to upload your site to wordpress. My question is this; if I have javascript files and CSS included in my website files for displaying numbers and text, will they still function properly after I upload my website using this method? I need my javascript files. Please help as this is important to me. I want to use this method after I finish my website but Idk if the javascript files included will work as they should. Thanks in advance.
WPBeginner Support
Unless the file was hardcoded to use a file on your local computer then Javascript files should still work the same as some themes use Javascript files and they don’t have any issues.
Administrador
Joseph
Thank you, I will try once my site is complete. I appreciate the help.
WPBeginner Support
Glad we could help
Abdelmadjid ZITANI
Very helpful, thanks a lot for your blog
WPBeginner Support
You’re welcome, glad our articles can help
Administrador
Margie
Great tutorial – thank you so much! Got my site up and running (using your manual method) without just a couple small hiccups that were easily solved with a Google search. Overall, I’m very pleased!
WPBeginner Support
Thank you, glad our guide could help
Administrador
TENASU MENSAH
please i found out that after everything,in the menus and submenus have localhost links like (localhost/test/category instead of http://www.yoursite/category
is there any solutions?
WPBeginner Support
Did you follow the steps in step 7? You could also recreate the menu links if you wanted.
Administrador
Tenasu mensah
please how i can find my back-ends after i have transferred the site to live server
WPBeginner Support
For finding your login url, you would want to take a look at our article here: https://www.wpbeginner.com/beginners-guide/how-to-find-your-wordpress-login-url/
Administrador
Tenasu mensah
what should i do if the database you are importing is larger than the required amount given?
WPBeginner Support
You can increase your max upload limit using the method in the article below or reach out to your hosting provider and they should be able to assist.
https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Administrador
TENASU MENSAH
I have solved the issue.thanks for your kindest answering back
WPBeginner Support
You’re welcome
Administrador
Johannes
Thanks a lot for the instructiuons. I had the internal error problem. Luckily I had the htacces file from a previous installation on the server and could just replace the other one.
Everything running perfectly now.
WPBeginner Support
Thanks for sharing the error you ran into, glad our tutorial could be helpful
Administrador
Gimhana Jayasekara
Awesome work. You helped me so much. I used 2nd method because I prefer manual handling. Works fine.
WPBeginner Support
Glad our guide could help
Administrador
Milutin
Thanks a lot for your help. ALTHOUGH…
After a lot of effort, I understood the chaos of 2 domains on the job I’ve been given, so now website finally is live. But I cannot complete your tutorial because whatever I click or whatever else I type as URL besides just domain, it gives me error 500… I’ve tried all possible solutions mentioned in your other article, but nothing worked. Would you know the reason of the problem?
It’s my school’s website. It’s in Serbian, but click on any link and you will see the error in English.
Thank you again for this tutorial, it helped me A LOT.
WPBeginner Support
There are a few possible reasons and solutions for the 500 error, you would want to take a look at our article here: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Administrador
Anne-Laure
Hi I’m having an issue when I try running installer.php I get a 403 Error message. Any ideas what is happenning?
WPBeginner Support
For that error and how to solve it, you would want to take a look at our article here: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-403-forbidden-error-in-wordpress/
Administrador
AKG
Everything went correctly, but i ma not able to login to dashboard of my new copied website
WPBeginner Support
It would depend on if you’re running into an error or not, for a starting point you would want to take a look at our troubleshooting article here: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Administrador
Eddie
Hi,
Everything was going smoothly. I was on step 4and uploaded my site. It gave me an “Error Establishing A Database Connection”. I realised my dtabase name was slightly diifferent from the one on my site. I went into phpmyadmin on WAMP and created a new database with the correct name and copied the old database data on the new database. Now the wordpress site on my PC says ” We were able to connect to the database server (which means your username and password is okay) but not able to select the xxxxxx database.
I restarted my PC and my WP site is blank. Is there anyway I can salvage this? I still have access to WAMP.
Regards
Eddie
WPBeginner Support
It could likely be due to how the content was copied, you would want to edit your wp-config file to point to the correct database for your content to be on your site again.
Administrador
JOSHUA
Thanks it worked very well
WPBeginner Support
Glad our article could help
Administrador
Donald
Things were going smoothly moving form local host to my domain until Step 1 of 4: Deployment
You are migrating site from the PHP 7.2.11 to the PHP 5.6.38.
If this servers PHP version is different to the PHP version of your package was created it might cause problems with proper functioning of your website and/or plugins and themes.
Note: This warning will still show if you choose option #2 and open_basedir is enabled, but should allow the installer to run properly. Please work with your hosting provider or server administrator to set this up correctly.
Wrote to host but wonder if I can ignore this and just go?
WPBeginner Support
We would recommend reaching out to your hosting provider as some of your plugins/themes may require the newer php and your host should have the ability to help you update the PHP being used for the server.
Administrador