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

Comment installer WordPress sur un ordinateur Windows (2 méthodes)

Après des années de création de sites WordPress, nous avons appris à quel point il est important d’avoir une installation locale de WordPress sur votre ordinateur.

Avoir WordPress sur votre machine personnelle vous permet d’expérimenter de nouvelles fonctionnalités sans risquer votre site en direct, de plonger profondément dans le développement de WordPress, et même de construire des sites entiers avant qu’ils ne soient mis en direct. C’est comme si vous aviez un bac à sable privé pour tous vos projets WordPress.

Si vous êtes un utilisateur de Windows, il existe de nombreuses façons d’installer WordPress localement. Mais nous avons réduit la liste aux deux méthodes les plus simples. Dans ce guide, nous vous montrerons comment installer facilement WordPress sur un ordinateur Windows, quelle que soit la version que vous utilisez.

How to Install WordPress on a Windows computer

Pourquoi installer WordPress sous Windows ?

Si vous utilisez Windows, l’installation locale de WordPress sur votre ordinateur présente plusieurs avantages.

Une installation locale de WordPress crée un environnement de test qui n’affecte pas votre site direct. Cette installation, souvent appelée serveur local, est votre terrain de jeu personnel pour WordPress.

Les développeurs WordPress utilisent régulièrement des installations locales pour leur travail. Par exemple, ils peuvent s’en servir pour expérimenter de nouvelles extensions ou de nouveaux thèmes, ou pour tester le site avant la mise à jour vers l’éditeur de blocs Gutenberg.

Mais ce n’est pas seulement pour les professionnels. Si vous êtes nouveau sur WordPress, une installation locale est parfaite pour apprendre. Vous pouvez explorer les fonctionnalités, tester les thèmes et les extensions, et expérimenter librement sans craindre de casser un site en direct.

Il est important de noter que lorsque vous installez WordPress localement sous Windows, vous êtes le seul à pouvoir voir le site. Si vous souhaitez créer un site public, vous aurez besoin d’un nom de domaine et d’un hébergement.

Techniquement, il est possible d’installer WordPress sur Windows en utilisant XAMPP, et nous avons déjà écrit un tutoriel à ce sujet.

Cela dit, nous avons trouvé deux méthodes encore plus simples que XAMPP pour mettre en place un environnement WordPress local, ce qui les rend parfaites pour les débutants ou les utilisateurs qui ont besoin de créer un site local rapidement. Vous pouvez cliquer sur le lien ci-dessous pour passer à la méthode qui vous intéresse :

Méthode 1 : Installer WordPress sur Windows à l’aide de Studio (rapide et simple)

Pour la première méthode, nous utiliserons Studio. Il s’agit d’un logiciel WordPress local conçu par Automattic, la société qui gère et exploite WordPress.com, qui est un constructeur de sites web basé sur le logiciel WordPress.

Nous parlerons d’abord de cette méthode parce qu’elle est beaucoup plus rapide et plus simple à suivre, ce qui la rend idéale pour les débutants complets.

Tout d’abord, vous devez ouvrir le site Studio by WordPress.com. Ensuite, cliquez sur le bouton « Télécharger pour Windows ».

Downloading Studio by WordPress.com

Une fois cela fait, il suffit d’ouvrir le fichier téléchargé pour lancer l’installation.

Une fenêtre contextuelle apparaît alors, vous indiquant que l’application est en cours d’installation.

Waiting for Studio by WordPress.com to install

Ceci fait, vous pouvez ajouter votre premier site.

Pour ce faire, il vous suffit de saisir le nom de votre nouveau site WordPress local et de cliquer sur « Ajouter un site ». Vous pouvez nommer le site comme vous le souhaitez, tant qu’il vous permet de l’identifier facilement.

Adding a local site to Studio by WordPress.com

Vous devriez maintenant voir le tableau de bord de votre site WordPress local.

Pour accéder à votre tableau de bord WordPress et modifier votre site, il vous suffit de cliquer sur le bouton  » Démarrer  » en haut à droite. Vous pourrez ainsi accéder à votre site local sur votre ordinateur.

Launching a Studio by WordPress.com local website

Une fois que le bouton « Start » est modifié en « Running », vous pouvez cliquer sur le lien « WP Admin » en haut à gauche de la page.

Cela vous amènera à la page d’administration locale de WordPress.

Logging in to the WordPress admin of a Studio by WordPress.com local website

Et c’est à peu près tout pour la configuration. Explorons les autres paramètres qui peuvent s’avérer nécessaires au fur et à mesure que vous construisez votre site local.

Comme vous pouvez le voir dans l’onglet ‘Overview’, vous pouvez immédiatement accéder au menu de l ‘éditeur WordPress full-site directement depuis le tableau de bord de Studio. Vous pouvez également cliquer sur ‘File explorer’ pour ouvrir les dossiers et les fichiers de votre site WordPress et cliquer sur ‘Terminal’ pour gérer votre site à l’aide de WP-CLI.

Si vous passez à l’onglet « Partager », vous pouvez vous connecter à votre compte WordPress.com, cloner votre site local et le téléverser sur les serveurs de WordPress.com. Cela rendra temporairement le site cloné en ligne, ce qui est utile pour partager des sites de démonstration avec vos clients ou les membres de votre équipe.

Sharing a Studio by WordPress.com local website

Il peut arriver que vous souhaitiez vous connecter à votre site local directement via votre navigateur au lieu d’utiliser Studio. Dans ce cas, vous devez connaître vos identifiants wp-admin.

Pour les trouver, vous pouvez passer à l’onglet « Réglages » et y trouver votre nom d’utilisateur, votre mot de passe et votre URL de connexion pour l’administration de WordPress.

Locating a Studio by WordPress.com admin credentials

Une autre fonctionnalité intéressante de Studio est son chatbot IA intégré, avec lequel vous pouvez communiquer en cliquant sur le bouton « Assistant ».

Ici, vous pouvez demander de l’aide à Studio pour des tâches telles que la mise à jour de toutes vos extensions en une seule fois, la mise à jour de votre version principale de WordPress ou la création de code pour un bloc personnalisé.

Using the Studio by WordPress.com AI assistant

Lorsque vous avez fini de travailler sur votre site local, survolez le bouton « En cours d’exécution » dans le coin supérieur droit jusqu’à ce qu’il indique « Arrêter ».

Cliquez ensuite sur le bouton pour arrêter le site.

Stopping a Studio by WordPress.com local website

L’inconvénient de Studio est que vous ne pouvez pas configurer l’environnement WordPress à votre guise. Cela signifie que vous devez utiliser la version PHP, le serveur web et la base de données qui ont été présélectionnés pour vous.

Cela peut être un inconvénient si vous devez tester votre site ou votre extension avec des configurations de serveur spécifiques.

Si vous avez besoin de plus de contrôle sur votre environnement WordPress local ou de faire correspondre votre configuration locale avec une configuration de serveur live spécifique, alors vous pouvez consulter la méthode suivante en utilisant Local WP.

Méthode 2 : Installer WordPress sur Windows en utilisant Local WP (plus personnalisable)

Tout d’abord, vous devez télécharger et installer le logiciel Local WP sur votre ordinateur Windows. Il vous suffit de vous rendre sur le site de Local WP et de cliquer sur le bouton « Télécharger gratuitement ».

Local WP landing page

Après cela, une fenêtre popup apparaîtra où vous devrez sélectionner votre plateforme. Choisissez « Windows » dans le menu déroulant.

Ensuite, vous pouvez saisir vos coordonnées telles que vos nom et prénom, votre adresse e-mail professionnelle et votre numéro de téléphone pour télécharger le logiciel.

Inserting some information to download Local WP

Après avoir saisi/saisie les détails, il suffit de cliquer sur le bouton « Get it Now ».

Ensuite, le logiciel sera automatiquement téléchargé sur votre ordinateur. Sinon, vous pouvez cliquer sur le lien « cliquez ici » pour lancer le téléchargement.

Waiting to download Local WP

Une fois le fichier téléchargé, lancez l’assistant de configuration.

Vous devez maintenant sélectionner si vous souhaitez installer le logiciel pour tous les utilisateurs ou seulement pour vous.

Une fois que vous avez sélectionné une option, cliquez sur le bouton « Suivant ».

Choose user profiles for software

À l’étape suivante, vous pouvez sélectionner le « Dossier de destination » dans lequel le logiciel sera installé.

Il suffit de cliquer sur le bouton « Parcourir » pour définir le chemin d’accès, puis de cliquer sur le bouton « Installer ».

Select your installation path

Le logiciel Local WP va maintenant s’installer sur votre ordinateur Windows.

Une fois que c’est fait, vous pouvez cocher la case « Exécuter localement » et cliquer sur le bouton « Terminer » de l’assistant de configuration.

Run local software

Le logiciel est maintenant lancé sur votre appareil Windows.

L’étape suivante consiste à ajouter un nouveau site local. Pour ce faire, il suffit de cliquer sur le bouton « + » en bas de la page.

Add a new local site

Ensuite, vous pouvez créer un site dans le logiciel local.

Sélectionnez l’option « Créer un nouveau site » et cliquez sur le bouton « Continuer ». Il est également possible de créer le site à partir d’un plan ou d’un fichier de site web existant, mais nous choisirons la première option pour les besoins de la démonstration.

Creating a new local WordPress site with Local WP

Ensuite, vous pouvez saisir un nom pour votre site local, par exemple « Mon site WordPress ».

Il existe également des options avancées qui vous permettent de saisir le domaine et le chemin d’accès du site local. Par défaut, le domaine utilisera le titre de votre site, mais séparé par des tirets.

Une fois que vous avez terminé, cliquez simplement sur le bouton « Continuer ».

Naming the new local WordPress site with Local WP

Ensuite, vous devrez choisir un environnement pour votre site local.

Vous pouvez utiliser l’environnement « Préféré » dans lequel le logiciel sélectionnera automatiquement la version PHP, le serveur web et la version MySQL. D’autre part, vous pouvez également sélectionner « Personnalisé » et saisir les détails de l’environnement.

Local WP propose les dernières versions de PHP. En ce qui concerne le serveur web, vous avez le choix entre NGINX et Apache. Vous pouvez également sélectionner MySQL ou MariaDB pour les bases de données.

Notez que certaines versions de PHP, de serveurs web et de bases de données nécessitent le téléchargement de certaines dépendances pour fonctionner correctement.

Configuring the local WordPress environment with Local WP

Ensuite, vous pouvez saisir un nom d’utilisateur et un mot de passe WordPress pour votre site local. Il est également possible de choisir une adresse e-mail WordPress à laquelle vous recevrez toutes les notifications par e-mail.

À part cela, il y a une option avancée où le logiciel vous demandera si vous avez un réseau multisite WordPress. Si ce n’est pas le cas, cliquez simplement sur « Non ».

Après avoir saisi/saisie ces informations, il suffit de cliquer sur le bouton « Ajouter un site ».

Creating local WordPress site credentials with Local WP

Le logiciel va maintenant installer WordPress et configurer votre site.

Pour lancer le site local, cliquez sur le bouton « Démarrer le site » en haut à droite.

Launching the new local WordPress site made with Local WP

Ensuite, cliquez sur le bouton « WP Admin », et vous verrez la page de connexion à l’administration de WordPress.

Il suffit de saisir le nom d’utilisateur et le mot de passe que vous avez saisis lors de la configuration du site local, puis de cliquer sur le bouton « Se connecter ».

Login page example

Vous pouvez maintenant modifier votre site local sur votre ordinateur Windows.

Lorsque vous avez terminé, n’oubliez pas d’arrêter le site à partir du logiciel Local WP en cliquant sur le bouton ‘Arrêter le site’.

Stopping the local WordPress site with Local WP

Astuce : Si vous voulez sauter le processus de connexion, vous pouvez activer une connexion d’administration en un clic dans Local WP.

Pour ce faire, il suffit de retourner dans le tableau de bord local de WP et de faire basculer le bouton  » One-click admin  » jusqu’à ce qu’il indique  » On « . Ensuite, dans le menu déroulant, sélectionnez l’utilisateur administrateur qui peut utiliser cette fonctionnalité de connexion en un clic.

Enabling one-click admin login with Local WP

Alternative : Utiliser WordPress Playground pour tester des thèmes, des extensions et plus encore

WordPress Playground est un outil innovant qui vous permet d’expérimenter avec WordPress directement dans votre navigateur web. Il s’agit d’un bac à sable virtuel où vous pouvez essayer de nouveaux thèmes, extensions et fonctionnalités WordPress sans affecter un site réel.

Le terrain de jeu WordPress diffère d’un environnement WordPress local à plusieurs égards.

Tout d’abord, il ne nécessite pas d’installation sur votre ordinateur et se réinitialise après chaque utilisation, contrairement aux installations locales permanentes. Vous pouvez y accéder depuis n’importe quel appareil doté d’un navigateur, alors que les installations locales sont liées à un ordinateur.

Alors que WordPress Playground est idéal pour les tests rapides et l’apprentissage, un environnement WordPress local sur votre ordinateur Windows offre plus de flexibilité pour les projets de développement à long terme.

Pour une description détaillée, consultez notre guide sur l ‘utilisation de WordPress Playground dans votre navigateur.

J’ai installé WordPress sur mon ordinateur Windows, que faire maintenant ?

Maintenant que vous avez installé WordPress sur votre ordinateur, voici ce que vous pouvez faire :

Nous espérons que cet article vous a aidé à apprendre comment installer WordPress localement sur un ordinateur Windows. Vous pouvez également consulter notre article sur la façon d’installer WordPress localement sur un ordinateur Mac et notre guide ultime pour créer un site de mise en scène WordPress.

Si vous avez aimé cet article, veuillez alors vous abonner à notre chaîne YouTube pour obtenir des tutoriels vidéo sur WordPress. Vous pouvez également nous trouver sur Twitter et Facebook.

Divulgation : Notre contenu est soutenu par les lecteurs. Cela signifie que si vous cliquez sur certains de nos liens, nous pouvons gagner une commission. Consultez comment WPBeginner est financé, pourquoi cela compte et comment vous pouvez nous soutenir. Voici notre processus éditorial.

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.

L'ultime WordPress Toolkit

Accédez GRATUITEMENT à notre boîte à outils - une collection de produits et de ressources liés à WordPress que tous les professionnels devraient avoir !

Reader Interactions

766 commentairesLaisser une réponse

  1. mike

    installed wamp Apache/2.4.9 (Win32) PHP/5.5.12, downloaded wordpress, configured wp-config nothing, absolutely nothing happens.

    Any thoughts?

  2. Villi

    Hey. So everything worked great and i have been playing around practicing. Now i am going to make another website but keep the practice website also, but i need them to be completely independent from each other since i dont want my « messing around » to affect the new one :) Should i install wordpress again and follow the same instructions (extract the wordpress folder to C:\wamp\www etc.) and make another database ?

    In short, should i follow exactly the same process as before, except i would not need to download wamp again obviously.

    Thank you

  3. Wayne

    Great article. I have managed to get everything up and running. But have not got stuck when I try to upload a Theme I have purchased. I have a personal live site using WordPress. But wanted to build one offline for my workplace, hence I am using phpAdmin. Any ideas please how I can work on purchased themes on a localhost?

    • WPBeginner Support

      Installing a purchased theme is no different on a localhost site than on a live site. Simply go to Appearance > Themes on your localhost site. Click on the Add New button and then click on the Upload button. Click on the choose file button to locate the Theme Zip file from your computer and then upload it.

      Administrateur

  4. Manoj

    Hi

    I had installed everything as per the guide here and my site was working fine. Today, however, i tried to loginto localhost and it gives an error. It says this webpage is not available. ERR_CONNECTION_REFUSED

    Kindly help

  5. naveenraj

    hi sir,

    The icon says in orange colour and i getting blank pages when i go for localhost/phpmyadmin/ page, Please help t resolve this.

  6. bella

    « Go to C:\wamp\www and paste wordpress folder there. »

    I can’t seem to find anywhere that accepts my wordpress folder. Does anybody have more detailed description to do this step for me? Thank you very much for all you sharing people

    • Ayesha

      Hi,

      Once you go to wordpress.org and install wp, you will have a wordpress zip folder, extract its contents and it would create a wordpress folder, open this folder and copy the folder named wordpress. Now goto your wampserver folder and then open www folder that lies insides wampserver folder, paste the folder wordpress over there i.e. inside www folder.
      You just have to copy your wordpress folder and paste it in the www folder of wampserver.

      Hope that helps!

  7. Kush Singh

    Really it’s very helpful site for installing wordpress.
    Nice work guys keep it up…

  8. Satish Shihani

    Superb….. I really like this
    On my first attempt only, i done all installation without any error

    Thank you so much for this tutorial

  9. Amir

    Smooth and fun, worked like a charm. I had only one problem which was resolved by shutting down a certain Microsoft product… :-)
    Thank you.

  10. Paul

    Great tutorial glad I found it as I am just learning how to use wamp and my local server to build wordpress sites. I would also like to copy a live wordpress site to my local server so I could modify a theme, then reload it to the remote server and was wondering if there was a tutorial on how to do that? I have found and read the tutorial on uploading a site from my local server to the remote one but nothing on copying a live site to the local server and getting it to work. Is this possible and if so, do you have a tutorial on how to achieve it successfully? Thanks in advance.

  11. Kvaibahv01

    Hey there,

    I had created a Wordpress blog earlier this month and my WAMP server was uninstalled due to some reasons….I reinstalled it>did all the same steps> named the ‘wordpress’ folder to ‘site’> opened localhost/site/wp-admin which says :

    Welcome to WordPress. Before getting started,………………………….before proceeding.

    Database name
    Database username
    Database password
    Database host
    Table prefix (if you want to run more than one WordPress in a single database)
    We’re going…………We got it.

    In all …………… all ready…

    I clicked ‘Let’s go’ button which opened ‘Setup config.File’ entered my DB name ‘site’> ‘username’ and ‘password’ I edited on ‘wp-config-sample.php’ and changed username to blank and same with password too> Click next and now it shows me an error « Can’t select database »:

    We ………………. database.

    Are you sure it exists?
    Does the user have permission to use the site database?
    On some systems the name of your database is prefixed with your username, so it would be like username_site. Could that be the problem?
    If you don’t know how to set up a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.

    Please help!

  12. Geraldine

    Hello. I hope you can help me with this. After I created the test site, how can I share this to my friend via online?

  13. Rhian Williams

    thank you so much for this I have been battling with localhost software all day and this worked first time for me :-)

  14. moneytechnicals

    Ive installed WAMP in windows 7 32 bit. And want to use wordpress. But its not showing to create configuration file. Its showing an error like this-

    Warning:
    require(C:wampwwwwordpress-trunk/wp-blog-header.php): failed to open
    stream: No such file or directory in
    C:wampwwwwordpress-trunkindex.php on line 18

    Please help me to get out of this. Thank you in advance.

    • Campbell Sinclair

      Hello and to anyone who googles this error and is stuck like I was on this,

      You likely downloaded the zip installer and extracted them, maybe cancelled it some point because the extraction / transfer of the folder inside was slow. I’m not sure what happened, not the point either.

      This error occurs when not all the files are present. Try and hunt down wp-blog-header in your WordPress folder directory with a simple search. The index page (one that is first loaded by a browser when it opens a directory) is only asking for this file but it simply won’t be there with it in the directory. Index.php is asking for wp-blog-header and everyone else said I’m not the file you’re looking for.

      I downloaded the version prior and it was complete because I had the installation page as expected. This is the quickest and certain fix. If you do this, you will should be able to upgrade to the latest once you have installed as well.

  15. ArtaGene

    Since I didn’t see any specs listed, not sure my old computer will have enough memory…can I install on a portable drive (connects with USB) and use that way ?

  16. jerry

    I get this error right at the end of the installation.

    httpd.exe – system error

    The program can’t start because MSVCR110.dll is missing from your computer. Try reinstalling the program to fix this
    problem

  17. nikhil

    i have install wamp server but when i am going to phpMyAdmin it is showing error like this:-

    Forbidden

    You don’t have permission to access /phpmyadmin/ on this server.

  18. Roshan Bagdiya

    error
    #1045 – Access denied for user ‘root’@’localhost’ (using password: NO)

    while accesing phpmyadmin
    how to resolve it

  19. Diviya

    Followed your procedure step wise. Now when I try to setup database for Wordpress, when I click on phpMyadmin I get error ‘HTTP Error 404. The requested resource is not found’

  20. Carrie

    FYI, the « Skype » error also happens with a similar program called Team Viewer. A similar simple fix, going in to the program and changing the checkbox regarding ports 80 and 443. I agree with others, if nothing else you should put a link to the troubleshooting info in the article right after the WAMP installation. I got frustrated that I kept getting an error, and decided to look through the comments until I found a solution.

  21. Aditya Pranav

    Done all thing , but when I click on phpMyadmin the an error page will open in browser and that is :-
    HTTP Error 404.0 – Not Found
    The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

  22. Derick

    Howe about adding a tutorial that continues from this one on how to add multiple websites to be worked on offline like the above one.

  23. Vijay

    Thanks so much for this. It worked for me.

    My only complaint is that the skype error should have been right after the WAMP installation part. I spent a lot of time figuring out how to get the WAMP icon to go green instead of orange. Ultimately found out that IIS 8.5 was using port 80 and that I had to stop WWW publishing services from Services.msc and restart the Apache on WAMP to get it to work.

  24. M♥ηyαηє Ramołło™

    Great tutorial

  25. Jim

    Great tutorial. Big thanks. Only you should post the info on Skype port before in the beginning, as I did everything by myself and changed the port number in wamp folder. Then here I found out that there was easier way doing it on Skype ;)

  26. lobsterhands

    Great tutorials. Thank you for being so clear and concise.

  27. Lis

    Fab article! I’m all installed and working. However, any additional pages I am creating over and above the home page don’t work. I am creating the page in Wordpress, but when following the ‘View’ link, I get a 404. Any idea?

  28. St. Buzo of C.O.B. ®

    Bingo..!! this was so helpful.!! Phase one done i have installed..!!

  29. anbu

    dear sir,
    this blog is very usefull to me..as per your instruction i create a website locally. but when i try to open the same site from different machine in tha same lan i can’t.please guide me.
    i tried via this following method in another computer
    1.http://192.168.1.88/(sitename).
    2.http://localhost/(sitename)

    the site is not opening

  30. anbu

    dear sir,
    this blog is very usefull to me..as per your instruction i create a website locally. but when i try to open the same site from different machine in tha same lan i can’t.please guide me.
    i tried via this following method in another computer
    1.http://192.168.1.88/(sitename).
    2.http://localhost/(sitename)

    • Lyle Denman

      http://forum.wampserver.com/read.php?2,121118

      This should answer many of your questions. Know that you will also have to update your database’s options (from localhost/phpmyadmin/). wp_options > siteurl and wp_options > home should be changed from http://localhost/database_name to http://your_local_ip_address/database_name (for example http://192.168.0.11/coolsite/).

      Make sure you open c:/wamp/bin/apache/apache2.4.9/conf/httpd.conf

      In that file, after the line reading: # onlineoffline tag – don’t remove, add the following 2 lines:
      Require all granted
      Require ip 192.168.0 (or whatever the first 3 groupings of your local ipv4 address is)

      Then, in the same file, find the line reading: #Include conf/extra/httpd-vhosts.conf and remove the # from the beginning of that line.

      Then, open the file c:/wamp/bin/apache/apache2.4.9/conf/extra/httpd-vhosts.conf and comment out the code that is there (just to keep defaults around) and past the following:

      ServerName localhost
      DocumentRoot c:/wamp/www

      AllowOverride All

      Save those files, restart all WAMP services and enjoy your LAN development.

  31. Lina

    This post was VERY helpful!! Thank you very much!

  32. WPBeginner Staff

    First you need to uninstall wampserver completely from your computer. Then download a fresh copy and try to reinstall. If this does not work out, then we will recommend you to use XAMPP which is an alternate software with nearly the same software (Apache, php, mysql).

    • Jokerman

      I tried EasyPhP too but that didn’t work either. Have just installed Xampp and that appears to be working. Thanks very much for the advice.

  33. Jokerman

    I have downloaded and attempted an install. It didn’t work as I was missing a dll file. Have downloaded the necessary software from MS and this time the install appeared to have gone well…no error messages and the Wampserver icon has appeared on my desktop as requested. However when I click on the Wampserver icon it asks: Do you want to the following program from an unknown publisher to make changes to your computer? (Program name: wampmanager.exe) Clicking on Yes causes that window to close then nothing happens. Do you have any clues as to what to try next please? Thank you

  34. cmills

    The latest version of wamp uses PHP 5.5.12 which isn’t compatible with Wordpress!

  35. WPBeginner Staff

    That’r probably because your site is served at 127.0.01 which is a local loop address while the other ip address is your lan address. They are two different things.

    To enable sharing you need to add this line to your httpd.conf file Listen 192.168.1.4:80 make sure your computer is using static ip and it is set to use the ip address you enter in apache configuration file.

    You will also need to make sure that WordPress saves your IP address as your sites URL not localhost. To achieve this you would need to install wordpress from 192.168.1.4/mysite instead of localhost/mysite

  36. archetypechris

    Hello, and thank you for the amazing guide! I have a small
    problem. Everything worked find when I followed the guide and my site loads up
    fine, but when I try to connect to it from another computer in my house with
    address: 192.168.1.4/mysite, it says I don’t have permission to view the page.
    Does anyone know how to fix this? Thank
    you!

  37. Anji

    It is my first time creating a website in WP and his post was easy and it worked like a charm! Thank you so much!

  38. WPBeginner Staff

    George,

    The WordPress you install on your local computer is only available on that computer.

    There are specialized software that allow you to install Wampserver on a USB stick which you can then carry with you to work.

    • George

      Thanks for the speedy reply,

      Today I installed Wamp on my work laptop and using phpadmin exported my sql database from my home computer and imported it to my work laptop.

      I tried mirroring the process above on my work laptop and named the database the same thing. I was able to get into my site on my work laptop but is seems my plugins and theme haven’t transferred. Am I missing a step? Must I transfer another folder?

      I was planning on working on a local server doing this transfer sequence between work and home and was wondering if it can even be done (I heard about url linking problems) A short check list or play by play of what I must do would be very helpful.

      Thank you,

      -George

  39. rustomQ

    excellent guide!!!!!! got everything up and running the first time!!! thank you oh so much!!!! :)

  40. George

    This Work wonderfully! I’ve been word pressing for a couple of days and have made some progress over the weekend.

    One Problem:

    How can I take what I have on my home computer and work on it on my work computer in the office? Can I upload this to wordpress and work on it from anywhere? (I am fine with having a http://www.website.wordpress.com url while I am developing) What are my options to working and showing my development work after following the process above.

    I am a complete newbie but willing to learn, a quick tutorial on that process and options would be greatly appreciated. Great work so far and thank you for all the resources you guys provide.

  41. Thomas

    *facepalm* There is a link just above to resolve the problem. Sorry about that! Thanks again for this great tutorial!

Laisser une réponse

Merci d'avoir choisi de laisser un commentaire. Veuillez garder à l'esprit que tous les commentaires sont modérés selon notre politique de commentaires, et votre adresse e-mail ne sera PAS publiée. Veuillez NE PAS utiliser de mots-clés dans le champ du nom. Ayons une conversation personnelle et significative.