Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Copa WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Cómo crear un sitio WordPress local usando XAMPP

El equipo de WPBeginner crea regularmente sitios locales de WordPress en sus ordenadores para probar temas, plugins y la funcionalidad del sitio web sin afectar a un sitio en vivo.

XAMPP es un paquete de software gratuito y de código abierto que proporciona una plataforma fácil de usar para establecer una instancia local de WordPress.

En este artículo, te mostraremos cómo crear fácilmente un sitio local de WordPress usando XAMPP para que puedas experimentar con WordPress y refinar tus habilidades de desarrollo en un entorno seguro.

Creating local WordPress install using XAMPP

¿Por qué crear un sitio WordPress regional?

La creación de sitios locales de WordPress es una práctica común entre desarrolladores y propietarios de sitios. Permite probar WordPress sin crear un sitio web real en Internet.

Los sitios web regionales solo son visibles para usted en su ordenador. Puedes probar diferentes temas y plugins de WordPress, comprobar sus características y aprender los conceptos básicos de WordPress.

Si ya tiene un sitio web WordPress, puede crear una copia local de su sitio web en su ordenador para probar las actualizaciones de los nuevos plugins antes de implementarlas en su sitio web activo.

Importante: Un sitio web local solo será visible para ti en tu ordenador. Si quieres crear un sitio web, necesitarás un nombre de dominio y alojamiento WordPress.

Siga las instrucciones paso a paso de nuestra guía sobre cómo crear un blog en WordPress cuando esté listo para crear un sitio web.

Dicho esto, vamos a marcar / comprobar cómo instalar WordPress localmente en Windows, Mac o Linux usando XAMPP.

¿Qué es XAMPP?

XAMPP es un paquete de software que incluye todo lo necesario para establecer un entorno de servidor local en tu ordenador.

Para crear un sitio local de WordPress, debe establecer un software de servidor web (Apache), PHP y MySQL en su ordenador.

PHP es un idioma de programación y MySQL es un software de gestión de bases de datos. Ambos son obligatorios / requeridos / necesarios para ejecutar WordPress.

Instalarlos por separado es bastante difícil para los principiantes. Aquí es donde entra en juego XAMPP.

XAMPP facilita la creación de sitios web WordPress a nivel local. Está disponible para ordenadores con Windows, Mac y Linux.

Vamos a empezar instalando XAMPP y estableciéndolo para ejecutar tu sitio local de WordPress.

Instalación de XAMPP en su ordenador

En primer lugar, tienes que visitar el sitio web de XAMPP y hacer clic en el botón “Descargar” correspondiente a tu sistema operativo.

Download XAMPP to your computer

Dependiendo de su sistema operativo, el asistente de instalación y la interfaz de la aplicación pueden diferir de las capturas de pantalla que aparecen aquí. Por el bien de este artículo, le mostraremos la versión Windows del software.

Después de descargar XAMPP, tendrás que hacer clic y ejecutar el instalador.

XAMPP set up wizard

XAMPP te preguntará dónde instalar el software y qué paquetes quieres instalar. Los ajustes por defecto funcionarán para la mayoría de los usuarios. Sigue haciendo clic en el botón “Siguiente” para finalizar el asistente de instalación.

Una vez finalizado el asistente, marque la opción “iniciar el panel de control ahora” y, a continuación, haga clic en el botón “Finalizar”.

Finish set up and launch XAMPP control panel

Esto lanzará la aplicación del Panel de Control XAMPP.

Usando la aplicación XAMPP, puedes ejecutar el servidor web Apache como servidor local y MySQL como servidor de base de datos. Sigue adelante y haz clic en el botón ‘Start’ siguiente a Apache y MySQL.

Start Apache and MySQL to launch your local server

XAMPP iniciará ahora Apache y MySQL.

Es posible que aparezca un aviso del cortafuegos de Windows. Es importante que haga clic en el botón “Permitir acceso” para que ambas aplicaciones se ejecuten en su ordenador.

Allow firewall access to Apache and MySQL

Una vez iniciadas ambas aplicaciones, sus nombres aparecerán resaltados en verde.

Ahora, estás listo para crear un sitio web local e instalar WordPress usando XAMPP.

Creación de un sitio WordPress local con XAMPP

En primer lugar, tendrás que descargar WordPress. Visita el sitio web WordPress.org y haz clic en el botón “Descargar WordPress”.

Download WordPress

Después de descargar WordPress, tienes que extraer el archivo zip, y verás una carpeta wordpress.

Debe copiar esta carpeta.

WordPress folder

A continuación, dirígete a tu carpeta de instalación de XAMPP.

En Windows, será C:/Archivos de programa/XAMPP/htdocs o C:/Xampp/htdocs.

En Mac, será /Applications/XAMPP/htdocs.

Pega la carpeta wordpress que copiaste anteriormente dentro de la carpeta ‘htdocs’.

Le recomendamos que cambie el nombre de la carpeta ‘wordpress’ por ‘sitio web’ o cualquier otro. Esto le ayudará a identificar fácilmente su sitio regional.

Rename WordPress folder

A continuación, abra su navegador / explorador favorito.

Puede introducir la siguiente URL en la barra de direcciones de su navegador / explorador:

https://localhost/website1/

Si ha cambiado el nombre de la carpeta de WordPress por otro, asegúrese de sustituir “website1” por su propio nombre de carpeta.

Se abrirá el asistente de instalación de WordPress y se te pedirá que selecciones un idioma. Tras seleccionar un idioma, haz clic en el botón “Continuar”.

Select language

En la siguiente pantalla, verá la pantalla de bienvenida de WordPress.

Incluye un aviso de que WordPress necesita un nombre de base de datos, nombre de usuario de la base de datos, contraseña e información del alojamiento.

WordPress installation requirements

Vamos a crear una base de datos para su sitio WordPress.

Tendrá que abrir una nueva pestaña del navegador y visitar https://localhost/phpmyadmin/.

Esto lanzará la aplicación phpMyAdmin que viene preinstalada con XAMPP. Te permite gestionar fácilmente tus bases de datos usando una interfaz más sencilla.

Tiene que hacer clic en “Bases de datos” y dar un nombre a su nueva base de datos. A continuación, haga clic en el botón “Crear” para continuar.

Creating a database for your local WordPress site

Ahora que ha creado una base de datos, puede utilizarla para su sitio WordPress.

Vuelva a la pestaña del navegador /localhost/website1/ y haga clic en el botón “Vámonos”.

En la siguiente pantalla, se le pedirá que proporcione la información de su base de datos de WordPress.

Introduce el nombre de la base de datos que creaste anteriormente. Tu nombre de usuario es ‘root’, y debes dejar el campo de contraseña en blanco. Para el campo de host de la base de datos, debe utilizar localhost.

Enter your WordPress database information

Cuando haya terminado, haga clic en el botón “Enviar” para continuar.

Si utiliza Windows o Linux, WordPress almacenará estos ajustes en su archivo de configuración de WordPress llamado wp-config.php.

Sin embargo, si estás en un Mac, te mostrará el contenido del archivo y te pedirá que lo crees.

Deberá crear este archivo en la carpeta raíz de su sitio web.

Una vez creado el archivo, pegue en él el texto que ha copiado anteriormente. A continuación, debe guardar el archivo y volver al instalador de WordPress para continuar.

En el siguiente paso, WordPress le pedirá que proporcione información acerca de su sitio web. En primer lugar, introduzca el título que desea utilizar para este sitio.

A continuación, deberá introducir el nombre de usuario, la contraseña y la dirección de correo electrónico de su cuenta de administrador.

Enter your local site information

Una vez que haya rellenado toda la información, haga clic en el botón “Instalar WordPress” para continuar.

WordPress ejecutará la instalación y le indicará que acceda una vez que haya terminado.

Puede acceder a su sitio web accediendo a la página /localhost/website1/wp-admin y utilizando el nombre de usuario y la contraseña que introdujo durante la instalación.

WordPress login page

Cosas que debe probar después de crear un sitio WordPress regional

Ahora que has creado tu sitio WordPress local usando XAMPP, puedes trabajar en él como lo harías en un sitio WordPress real.

Diríjase al menú Apariencia de la barra lateral de administrador de WordPress para personalizar la apariencia de su sitio o instalar un nuevo tema.

Aquí tienes algunos temas gratuitos que puedes probar.

Lo siguiente que deberías probar es instalar algunos plugins de WordPress.

Los plugins son como aplicaciones para su sitio de WordPress y le permiten añadir características interesantes como un formulario de contacto, botones de medios sociales, una tienda de comercio electrónico y mucho más.

¿Necesitas ayuda para instalar plugins? Consulte nuestra guía paso a paso sobre cómo instalar un plugin de WordPress.

Bonificación: Traslado de un sitio WordPress local a un servidor activo

Después de trabajar en su sitio local de WordPress, es posible que desee moverlo a un servidor en vivo para hacer su primer blog o sitio web de WordPress.

Para ello, necesitarás un nombre de dominio y una cuenta de alojamiento web. Normalmente, un nombre de dominio cuesta 14,99 € y el alojamiento de sitios web, a partir de 7,99 € al mes.

Eso es demasiado si acabas de empezar.

Por suerte, Bluehost ofrece a los usuarios de WPBeginner un nombre de dominio gratuito con un generoso descuento en alojamiento. Básicamente, puedes empezar por 1,99 dólares al mes.

Para más recomendaciones de alojamiento, eche un vistazo a nuestra guía completa de alojamiento de WordPress.

Una vez que hayas contratado el alojamiento, puedes seguir paso a paso nuestra guía sobre cómo trasladar WordPress de un servidor local a un sitio activo.

También puedes buscar formas alternativas de crear sitios WordPress locales en Windows usando Wampserver y en Mac usando MAMP.

Guías de expertos sobre sitios WordPress regionales

Ahora que ya sabes cómo crear un sitio WordPress local usando XAMPP, puede que te interese ver otras guías relacionadas con instalaciones locales de WordPress.

Esperamos que este artículo te haya ayudado a aprender cómo crear un sitio WordPress local usando XAMPP. Puede que también quieras ver nuestra guía sobre por qué deberías usar WordPress para tu sitio web o nuestra selección de expertos sobre el mejor alojamiento gratuito de sitios web.

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.

Descargo: Nuestro contenido está apoyado por los lectores. Esto significa que si hace clic en algunos de nuestros enlaces, podemos ganar una comisión. Vea cómo se financia WPBeginner , por qué es importante, y cómo puede apoyarnos. Aquí está nuestro proceso editorial .

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

El último kit de herramientas de WordPress

Obtenga acceso GRATUITO a nuestro kit de herramientas - una colección de productos y recursos relacionados con WordPress que todo profesional debería tener!

Reader Interactions

177 comentariosDeja una respuesta

  1. André Bruwer

    Hi there WPBEGINNER SUPPORT

    Great article thank you :)

    I was wondering… is it better to develop a wp website for a client live or better to build it locally then transfer it to the hosted wp site with duplicator or something similar?

    Any advise would be greatly appreciated. Can’t figure this one out.

    Thanks
    André

      • demola

        pls i want to move my wordpresite from my laptop to another laptop i use xamp as a local server

  2. Thomas James Keely

    I was up and running within minutes. Thank you so much!!!

  3. Chaitra

    Hi, I am getting following error when I connect to localhost/website1
    You don’t have permission to access /website1/ on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

  4. Chaitra

    Hi, I get the following error when I access localhost/website1 –
    You don’t have permission to access /website1/ on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

  5. Jay

    your article is very helpful for wp beginner.

  6. rocky

    Thanks for the Knowledge but how can i make it live through Xampp. Let us know if theres any tutorial

    • bala

      yes there is a way to put your localhost online, you should redirect your domain name to your computer’s ip address

  7. Jojo

    Hi,
    I followed your tutorial and created a wordpress site. How can I create another local wordpress site with this setup?

  8. sekar ramu

    Thanks. Simple and Straightforward

  9. Eleazar

    Hi Guy. Your tutorial is very straightforward. I liked it. Very clear and easy to follow. Tkanks

  10. Jerry

    Very straight forward tutorial! Thank you.

  11. krishan pal singh

    Very helpful tutorial for me… Thank you so much :)

  12. paul

    hi, i have been able to login to wordpress using xampp, but when i click on the themes area i only see three themes. when i try to install a new theme, im notified that there is an error. please i need your help.

  13. Shamrat Hossain

    This article was really helpful for me . Hope You will be doing good works like this for us in future ..

    Thanks

  14. Abhijith

    Hi Team

    I have problem with xampp server once installation itz working fine after shutdown if am going to using again in the xamm server buttons not working
    it asking again and again tomcat file….please let me know how to fix it

  15. Suraj Barthwal

    you’r article was really helpful. i do have a query for you though, what should i do if i wanted to extract my wordpress live website so i could use it in future.

  16. Mario Bergeron

    Hi,

    Thanks for your article really helpful. Everything works fine, installation etc., but I try to install a theme on my WP and i got this message ”The uploaded file exceeds the upload_max_filesize in php.ini.” What can I do to install my theme??

    Thank you to help me.

    Mario Bergeron

  17. JERSon

    Hi ALL,

    im stuck at localhost/website1 …it will give the error page

    This site can’t be reached
    localhost refused to connect.
    Search Google for localhost website1
    ERR_CONNECTION_REFUSED

    Please help

    • Innocent

      Make sure your apache and mysql is running. Then try again

  18. Emmanuel

    Hello WordPress, I have installed and used Xampp yesterday and it worked very fine but whike trying to open and use it today, its taking back to the installation process and asking for a new storage location. How do I go about this?

  19. ayush singh chauhan

    Sir , when i try opening localhost/website1
    then something else opens which is not similar to yours.
    that is showing index of website ..
    what should i do now

  20. Stanley

    When I finish with a website and wish to build another different website, how do I go about it? Thanks.

    • WPBeginner Support

      Hi Stanley,

      Create a new folder for your website inside htdocs folder and repeat all the steps mentioned under ‘Creating a Local WordPress Site with XAMPP’ section.

      Administrador

  21. Jonathan Pienaar

    Great tutorial, and works 99% for Linux. (I had to create wp-config.php manually for some reason).

    Only other issue: trying to use the Elementor Page Builder plugin, but it requires an FTP login/password. Tried starting FTP server, but can’ figure out how to configure it so that I can give Elementor FTP access/download the plugin.

    (Hope this makes sense).

  22. Bhagwat Pawar

    nice and practically perfect. can i add email functionality here installing gmail smtp or wp smtp plugin

  23. Jane

    This was so easy to follow. Thank you very much,

    When I want to upload a theme in my new wordpress I get this error: ‘The uploaded file exceeds the upload_max_filesize directive in php.ini.’

    Can I do anything about this?

  24. Kumar

    Thank you! Wonderfully detailed step-by-step instructions. Was able to install Wordpress on my local machine without a problem. Much appreciated.

  25. Julie

    I am having the same problem James had:
    Hi! I have successfully installed my xamp server, wordpress and database. My question is, after logging in to wordpress, I cannot see any dashboard panel wherein I can edit my themes and install plugins. Please help! Thanks.

    Has anyone found a solution?
    Thanks!

  26. Eleonro

    Hi, I have issues at login, when I try to log on, wp server says its invalid, what can I do?

  27. James

    Hi! I have successfully installed my xamp server, wordpress and database. My question is, after logging in to wordpress, I cannot see any dashboard panel wherein I can edit my themes and install plugins. Please help! Thanks.

  28. Ruma

    when I am submitting my data base name,username and password it is saying try again i have written each and every thing right name

    • Kenny

      Leave the password space blank

  29. Dani

    To anyone having an issue with the localhost/website1 link not working, how I got it to work (on mac, might work for windows) was heading over to the Network tab in XAMPP and pressing enable. Then I took the port number (in my case it was localhost:8080) and then added that to the url. It looked like localhost:8080/website1.

    Good luck!

    • Maria

      Dani, Thanks so much for your post. I was having the same issue. After reading your post, I was able to get to the next step. few!

  30. Hillary

    I have set up the WordPress website, but yet i am still having issues upload some plugins that come with the themes i want to use. How do i get to correct this?
    Thanks

  31. Maheshwaran

    Thanks you so much.. Your step by step contents helps me lot.

  32. Nicholas

    Thanks you so much ..
    But i have faced one problem, after putting WordPress files into htdocs, i went to my browser and searched for “localhost/WordPress ” and i got ” error 404 Object not found ” how can i please fix that problem?
    Thanks

    • Amokola Stephen

      Did you start services in your local server(xamp)? if not please navigate xamp control panel and make sure that you start apache and mysql services

  33. Aligo

    Thank you very much for this article.. I really followed it and was successful in creating the website

  34. DavidA

    Thank you for this article — it is great to be able to work at the website locally before exposing it to the world.

    Is it possible to have more than one website locally? I have another site that I need to modify/see locally. How would I add this to the other without getting them mixed?

    Thank you

      • DavidA

        Thank you – the WPBeginners site/articles/support team have been a God-send.
        Please keep doing what you are doing!(:0)!

      • Stanley

        Thanks at WP team. I added another WordPress folder and it’s not working. I named this second folder Wordpress1 since the first site database is WordPress and it didn’t work. Please, do help. Thanks.

        • WPBeginner Support

          Hi Stanley,

          Do you see an error when you visit the website in your browser?

  35. Trifina

    For Mac users you recommended:

    “You will need to create this file in your website’s root folder.”

    Can you elaborate? Where can i find this folder?

    • WPBeginner Support

      Hey Triffina,

      Normally, your XAMPP website folders are stored in /Applications/XAMPP/xamppfiles/htdocs/ folder.

      Administrador

  36. Ann

    followed all the steps but when i put “localhost/website1”, it shows an error saying “Error establishing a database connection”, also tried restarting my xampp, yet still the same problem exist.

  37. Mike

    Get an Object not found message when I put the localhost/website1 in my browser. It reads the following:

    Error 404

    localhost
    Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30

    Any ideas guys?

    Thanks

  38. Chris

    good afternoon,
    thank you for your article. It was easy to follow. I have managed to install WP offline on my pc but I cannot figure out how to login to wp-admin and start working offline.
    I know you mentioned that we should login at /localhost/etc…. but where do I enter that? do I open it on my browser?

    thank you

  39. Amy

    Hi, thanks for this great tutorial.
    I need to update the php.ini as I am getting the error ‘The uploaded file exceeds the upload_max_filesize directive in php.ini.’ how do I find this on localhost ?
    Thanks!

  40. Ratnesh Tripathi

    Great article sir, but I am not able to login into WordPress admin panel.
    Please provide solution

  41. Mike

    am not getting the welcome to word press page what’s wrong, it’s got — Index of /website1 —at the top

  42. abdulmuluq

    please it showing me database not found when I try to input database name in my wp

    • sam

      Yeah, It happened to me too. You’ve gotta create your database name in the localhost/phpMyAdmin section in your browser before going back to fill the pieces of information and also the username will be root and the password will be empty. You’re good to go

  43. Raymart

    Which is much faster, XAMPP or WAMP?

  44. Shaedar

    Thanks for the detailed guide… i followed the steps as outlined above an it all worked out well until i tried to launch wordpress on my browser by entering “localhost/website1” Instead of launching, its showed “Index/website1”
    please what could be the problem?

    • WPBeginner Support

      Hi Shaeder,

      Try to restart XAMPP, make sure you copied the WordPress folder and the website1 folder actually contains your WordPress files.

      Administrador

      • Shaedar

        Thanks so much… working perfectly now.

  45. Rodney Lacambra

    Having a local WordPress site is great hence testing functionality, plugins, and themes before making it live.

    It’s also much faster compare to live.

    Thanks, great article.

  46. Paul Guzman

    This worked to perfection. Can’t believe I actually did this. Instructions were “Right On”. This made my day!

  47. Soham Pratap

    Much creative way to just design put up the content … experiment and when you are done!! get your site online

  48. Om

    What about Wampserver is it the same ?

    • WPBeginner Support

      WAMPserver is also an Apache distribution maintained by different folks. But yes it also allows you to create local WordPress sites on your Windows computer.

      Administrador

Deja tu comentario

Gracias por elegir dejar un comentario. Tenga en cuenta que todos los comentarios son moderados de acuerdo con nuestros política de comentarios, y su dirección de correo electrónico NO será publicada. Por favor, NO utilice palabras clave en el campo de nombre. Tengamos una conversación personal y significativa.