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

Jak utworzyć lokalną witrynę WordPress przy użyciu XAMPP

Uwaga redakcyjna: Otrzymujemy prowizję z linków partnerskich na WPBeginner. Prowizje nie mają wpływu na opinie i oceny naszych redaktorów. Dowiedz się więcej o Proces redakcyjny.

Zespół WPBeginner regularnie tworzy lokalne witryny WordPress na swoich komputerach, aby testować motywy, wtyczki i funkcjonalność witryny internetowej bez wpływu na witrynę na żywo.

XAMPP to darmowy pakiet oprogramowania o otwartym kodzie źródłowym, który zapewnia przyjazną dla użytkownika platformę do konfigurowania lokalnej instancji WordPress.

W tym artykule pokażemy, jak łatwo utworzyć lokalną witrynę WordPress przy użyciu XAMPP, abyś mógł eksperymentować z WordPressem i doskonalić swoje umiejętności programistyczne w bezpiecznym środowisku.

Creating local WordPress install using XAMPP

Dlaczego warto stworzyć regionalną witrynę WordPress?

Tworzenie lokalnych witryn WordPress jest powszechną praktyką wśród programistów i właścicieli witryn. Pozwala ona na przetestowanie WordPressa bez konieczności tworzenia rzeczywistej witryny internetowej w Internecie.

Lokalne witryny internetowe są widoczne tylko na twoim komputerze. Możesz wypróbować różne motywy i wtyczki WordPress, przetestować ich funkcje i nauczyć się podstaw WordPress.

Jeśli masz już witrynę internetową WordPress, możesz utworzyć lokalną kopię swojej witryny na komputerze, aby wypróbować nowe aktualizacje wtyczek przed wdrożeniem ich w witrynie na żywo.

Ważne: Lokalna witryna internetowa będzie widoczna tylko na twoim komputerze. Jeśli chcesz stworzyć witrynę internetową na żywo, będziesz potrzebować nazwy domeny i hostingu WordPress.

Postępuj zgodnie z instrukcjami krok po kroku w naszym przewodniku na temat zakładania bloga WordPress, gdy będziesz gotowy do utworzenia witryny internetowej na żywo.

Powiedziawszy to, sprawdźmy, jak zainstalować WordPressa lokalnie w systemie Windows, Mac lub Linux przy użyciu XAMPP.

Czym jest XAMPP?

XAMPP to pakiet oprogramowania, który zawiera wszystkie rzeczy potrzebne do skonfigurowania lokalnego środowiska serwerowego na twoim komputerze.

Aby utworzyć lokalną witrynę WordPress, musisz skonfigurować oprogramowanie serwera WWW (Apache), PHP i MySQL na twoim komputerze.

PHP to język programowania, a MySQL to oprogramowanie do zarządzania bazą danych. Oba są wymagane do uruchomienia WordPressa.

Instalowanie ich osobno jest dość trudne dla początkujących. Tutaj z pomocą przychodzi XAMPP.

XAMPP ułatwia tworzenie witryn internetowych WordPress lokalnie. Jest on dostępny dla komputerów z systemami Windows, Mac i Linux.

Zacznijmy od zainstalowania XAMPP i skonfigurowania go do uruchomienia twojej regionalnej witryny WordPress.

Instalacja XAMPP na twoim komputerze

Najpierw należy przejść na witrynę internetową XAMPP i kliknąć przycisk „Pobierz” dla twojego systemu operacyjnego.

Download XAMPP to your computer

W zależności od twojego systemu operacyjnego, kreator instalacji i interfejs aplikacji mogą różnić się od przedstawionych tutaj zrzutów ekranu. Na potrzeby tego artykułu przedstawimy wersję oprogramowania dla systemu Windows.

Po pobraniu XAMPP należy kliknąć i uruchomić instalator.

XAMPP set up wizard

XAMPP zapyta, gdzie zainstalować oprogramowanie i które pakiety chcesz zainstalować. Domyślne ustawienia będą odpowiednie dla większości użytkowników. Klikaj dalej przycisk „Dalej”, aby zakończyć działanie kreatora konfiguracji.

Po zakończeniu działania kreatora zaznacz opcję „uruchom panel sterowania teraz”, a następnie kliknij przycisk „Zakończ”.

Finish set up and launch XAMPP control panel

Spowoduje to uruchomienie aplikacji XAMPP Control Panel.

Korzystając z aplikacji XAMPP, możesz uruchomić serwer WWW Apache jako twój serwer regionalny i MySQL jako serwer bazy danych. Kliknij przycisk „Start” obok Apache i MySQL.

Start Apache and MySQL to launch your local server

XAMPP uruchomi teraz Apache i MySQL.

Może zostać wyświetlone powiadomienie zapory systemu Windows. Ważne jest, abyś kliknął przycisk „Zezwalaj na dostęp”, aby obie aplikacje mogły działać na twoim komputerze.

Allow firewall access to Apache and MySQL

Po uruchomieniu obu aplikacji ich nazwy zostaną podświetlone na zielono.

Teraz jesteś gotowy do utworzenia lokalnej witryny internetowej i zainstalowania WordPressa przy użyciu XAMPP.

Tworzenie regionalnej witryny WordPress za pomocą XAMPP

Najpierw należy pobrać WordPress. Przejdź na witrynę internetową WordPress.org i kliknij przycisk „Pobierz WordPress”.

Download WordPress

Po pobraniu WordPressa należy rozpakować plik zip, po czym pojawi się katalog wordpress.

Należy skopiować ten katalog.

WordPress folder

Następnie przejdź do twojego katalogu instalacyjnego XAMPP.

W systemie Windows będzie to C:/Program Files/XAMPP/htdocs lub C:/Xampp/htdocs.

Na komputerach Mac będzie to /Applications/XAMPP/htdocs.

Wklej skopiowany wcześniej katalog wordpress do folderu „htdocs”.

Zalecamy zmianę nazwy katalogu „wordpress” na „witryna internetowa” lub inną. Pomoże to łatwo zidentyfikować twoją witrynę regionalną.

Rename WordPress folder

Następnie należy otworzyć twoją ulubioną przeglądarkę internetową.

Możesz wpisz następujący adres URL w pasku adresu twojej przeglądarki:

https://localhost/website1/

Jeśli zmieniłeś nazwę katalogu WordPress na inną, upewnij się, że zastąpiłeś „website1” twoją własną nazwą katalogu.

Spowoduje to wczytywanie kreatora instalacji WordPress i zostaniesz poproszony o wybranie języka. Po wybraniu języka kliknij przycisk „Kontynuuj”.

Select language

Na następnym ekranie zobaczysz ekran powitalny WordPress.

Zawiera powiadomienie, że WordPress potrzebuje nazwy bazy danych, nazwy użytkownika bazy danych, hasła i informacji o hoście.

WordPress installation requirements

Stwórzmy bazę danych dla twojej witryny WordPress.

Należy otworzyć nową kartę przeglądarki i przejść na stronę https://localhost/phpmyadmin/.

Spowoduje to uruchomienie aplikacji phpMyAdmin, która jest preinstalowana z XAMPP. Pozwala ona na łatwe zarządzanie twoją bazą danych przy użyciu prostszego interfejsu.

Musisz kliknąć na „Databases” i podać nazwę twojej nowej bazy danych. Następnie kliknij przycisk „Utwórz”, aby kontynuować.

Creating a database for your local WordPress site

Teraz, gdy już utworzyłeś bazę danych, możesz użyć jej dla twojej witryny WordPress.

Przełącz się z powrotem na kartę przeglądarki /localhost/website1/ i kliknij przycisk „Let’s Go”.

Na następnym ekranie zostaniesz poproszony o podanie informacji o twojej bazie danych WordPress.

Wpisz nazwę bazy danych, którą utworzyłeś wcześniej. Twoja nazwa użytkownika to „root”, a pole hasła należy pozostawić puste. W polu host bazy danych należy użyć localhost.

Enter your WordPress database information

Po zakończeniu kliknij przycisk „Prześlij”, aby kontynuować.

Jeśli korzystasz z systemu Windows lub Linux, WordPress zapisze te ustawienia w twoim pliku konfiguracyjnym WordPress o nazwie wp-config.php.

Jeśli jednak korzystasz z komputera Mac, wyświetli on treść pliku i poprosi o jego utworzenie.

Musisz utworzyć ten plik w katalogu głównym twojej witryny internetowej.

Po utworzeniu pliku wklej do niego skopiowany wcześniej tekst. Następnie musisz zapisać plik i powrócić do instalatora WordPress, aby kontynuować.

W następnym kroku WordPress poprosi Cię o podanie informacji o Twojej witrynie internetowej. Najpierw wpisz tytuł, którego chcesz użyć dla tej witryny.

Następnie należy wpisz nazwę użytkownika, hasło i adres e-mail dla twojego konta administratora.

Enter your local site information

Po wypełnieniu wszystkich informacji kliknij przycisk „Zainstaluj WordPress”, aby kontynuować.

WordPress uruchomi teraz instalację i poprosi o logowanie się po jej zakończeniu.

Możesz logować się do swojej witryny internetowej, przechodząc do strony /localhost/website1/wp-admin i używając nazwy użytkownika i hasła, które wpiszesz podczas instalacji.

WordPress login page

Rzeczy do wypróbowania po utworzeniu regionalnej witryny WordPress

Po utworzeniu Twojej regionalnej witryny WordPress za pomocą XAMPP, możesz pracować nad nią tak, jak nad witryną WordPress na żywo.

Przejdź do menu Wygląd w panelu bocznym administratora WordPress, aby dostosować wygląd swojej witryny lub zainstalować nowy motyw.

Oto kilka świetnych darmowych motywów, które możesz wypróbować.

Następną rzeczą, którą chciałbyś wypróbować, jest zainstalowanie kilku wtyczek WordPress.

Wtyczki są jak aplikacje dla twojej witryny WordPress i pozwalają dodawać fajne funkcje, takie jak formularz kontaktowy, przyciski mediów społecznościowych, sklep e-handel i wiele innych.

Potrzebujesz pomocy w instalacji wtyczek? Zobacz nasz przewodnik krok po kroku, jak zainstalować wtyczkę WordPress.

Bonus: Przeniesienie regionalnej witryny WordPress na serwer Live

Po zakończeniu pracy nad regionalną witryną WordPress warto przenieść ją na serwer live, aby stworzyć swój pierwszy blog lub witrynę WordPress.

Aby to zrobić, będziesz potrzebować nazwy domeny i konta hostingowego. Zwykle nazwa domeny kosztuje 14,99 USD, a hosting witryny internetowej zaczyna się od 7,99 USD miesięcznie.

To zbyt wiele, jeśli dopiero zaczynasz.

Na szczęście Bluehost oferuje użytkownikom WPBeginner bezpłatną nazwę domeny z hojną zniżką na hosting. Zasadniczo możesz zacząć za 1,99 USD miesięcznie.

Aby uzyskać więcej rekomendacji dotyczących hostingu, zapoznaj się z naszym kompletnym przewodnikiem po hostingu WordPress.

Po zarejestrowaniu się na hostingu, można postępować zgodnie z naszym przewodnikiem krok po kroku, jak przenieść WordPress z serwera regionalnego do witryny na żywo.

Warto również zapoznać się z alternatywnymi sposobami tworzenia lokalnych witryn WordPress w systemie Windows przy użyciu Wampserver i na komputerach Mac przy użyciu MAMP.

Przewodniki ekspertów po regionalnych witrynach WordPress

Teraz, gdy już wiesz, jak utworzyć lokalną witrynę WordPress przy użyciu XAMPP, możesz zapoznać się z innymi przewodnikami związanymi z lokalnymi instalacjami WordPress.

Mamy nadzieję, że ten artykuł pomógł ci dowiedzieć się, jak utworzyć lokalną witrynę WordPress przy użyciu XAMPP. Zachęcamy również do zapoznania się z naszym przewodnikiem na temat tego, dlaczego warto korzystać z WordPressa na twojej witrynie internetowej lub z naszym wyborem najlepszych darmowych usług hostingowych.

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.

Ujawnienie: Nasze treści są wspierane przez czytelników. Oznacza to, że jeśli klikniesz na niektóre z naszych linków, możemy otrzymać prowizję. Zobacz jak WPBeginner jest finansowany, dlaczego to ma znaczenie i jak możesz nas wspierać. Oto nasz proces redakcyjny.

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.

Najlepszy zestaw narzędzi WordPress

Uzyskaj BEZPŁATNY dostęp do naszego zestawu narzędzi - zbiór produktów i zasobów związanych z WordPressem, które każdy profesjonalista powinien mieć!

Reader Interactions

178 komentarzyZostaw odpowiedź

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Moinuddin Waheed says

    I have been using xampp for a long time and first time when I installed it , it was for running php code.
    I have also used it for wordpress local environment for understanding and developing websites locally.
    one thing that has bother me regarding wordpress installation is username and password.
    why we keep user as root and password blank?
    this is not the case for live servers though?

    • WPBeginner Support says

      It is not something that you would use for a live site but the username being root and the password being blank is the defaults for XAMPP. As your local site would only be active on your computer you do not need to change it for your local XMPP installation.

      Administrator

  3. Jiří Vaněk says

    Sometimes I use XAMPP. The only problem I sometimes encounter is shared hosting, to which the website is migrated from localhost. The problem is that the PHP limits are not always set in the same way on the shared server, or even the PHP version does not match (on the local 8.x and on the server, for example, the old version 7.x). This can often cause a problem in the functionality of the website, which was debugged on a different PHP than the one on the server. That’s probably the only flaw.

  4. Donatas says

    Hi, I have used these Xampp instructions to create a server on a PC (Windows 10 Education N). Everything worked perfectly fine and it’s a very useful article. I stuck in one place because I thought the database credentials folder had to be manualy created on Windows the same way it has to be on a Mac but these steps were exclusively for Mac. Thanks a lot!

  5. Paul says

    After having created the database and entered the database connection details, hitting submit gets me this message „There has been a critical error on this website”. Checked everything twice, what should I do?
    Thank you for your attention.

    • WPBeginner Support says

      For a fresh install, you would want to check the error log for XAMP to help narrow down the specific reason.

      Administrator

    • John says

      Error logs didn’t help. But, as it turns out, for some reason, the most recent version of Xampp caused the same „critical error” response to happen for me too. I ended up uninstalling that version and went with the previous version of Xampp and presto! It works.

  6. lee kent says

    Hello. If I were to follow these steps and then decide i wanted to make another site, How would you create a new website locally?

    • WPBeginner Support says

      You would create a new folder and database and install the site in the new folder.

      Administrator

  7. priyanka says

    I’m getting this error
    Your server is running PHP version 5.6.3 but WordPress 5.5.3 requires at least 5.6.20.
    p/lease help

    • WPBeginner Support says

      It is saying you want to upgrade the PHP you are using for your site to remove that error.

      Administrator

  8. tarun says

    I get the following error, when I run http://localhost/mysite/wp-admin/setup-config.php

    One or more database tables are unavailable. The database may need to be repaired.

    I tried to do global search for „WP-config” file in my xampp folder but just found „wp-config-sample”. though I added the below line in
    „wp-config-sample.php” file
    // define(’WP_ALLOW_REPAIR’, true);

    not really sure what to do after that.

    • WPBeginner Support says

      You would want to open phpMyAdmin and run the repair on all of your tables and if that does not work you would need to reach out to XAMPP’s support

      Administrator

  9. tarun says

    I am not able to figure out why I am getting this strange error, though I tried to reinstall and connect several times, all I did was I tried to drop my existing database and tried to create a new wrodpress login but All I can see is the following error

    One or more database tables are unavailable. The database may need to be repaired.

  10. Mohsin Zubair says

    Hi Sir, I hope you are doing well. I am facing this error while creating data base.

    Error
    MySQL said: Documentation

    Cannot connect: invalid settings.
    phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.

  11. David says

    This is exactly what I have been looking for: a local testing server to develop a website without signing up to a plan/paid service first.

    The explanations are brilliant and easy to follow. It’s genius! Many thanks.

  12. Ray Silva says

    I installed wordpress. Then I put the wordpress folder in xampp’s htdocs folder. When I go to localhost on my browser, I get sent to the xampp dashboard and welcome to xampp page.

    • WPBeginner Support says

      You may want to try localhost/foldername where foldername is the name of the folder where you placed WordPress to see if that is how it is currently set up.

      Administrator

  13. Hussain Abbas says

    Hi

    My url to login to WordPress dashboard is coming as „/localhost/sitename/wordpress/wp-admin” whereas as per the above instructions it should be „/localhost/sitename/wp-admin” .

    Would request your help to know how can I remove „wordpess” from the link.

    Thanks

    • WPBeginner Support says

      For that, you installed the site in a folder named WordPress, if you are just starting out you can reinstall the site without the WordPress folder.

      Administrator

  14. Darren Howes says

    Hi,
    Great instructions, complete novice, everything is working apart from when I try to add/upload images I get the the message

    Unable to create directory wp-content/uploads/2020/09. Is its parent directory writable by the server?

    I am working on a mac, any ideas on how to solve this?

    Regards
    Darren

    • WPBeginner Support says

      You would need to navigate to your XAMPP folder, right-click, and modify your sharing for that folder so that it can be updated.

      Administrator

  15. marni says

    When setting up WordPress I used „admin” as the user name and changed the password supplied by WordPress. As a precaution I copied the supplied password. I cannot log in with either password (no typing errors).

  16. gaurav sachan says

    everything is done but database is not created so please me that why are not creting database in my php

  17. Dimitris says

    Hello after following the procedure after the following step:

    Next, you need to open your favorite web browser and visit localhost/website1. You will see a page like this:

    I get this message on the screen.

    Warning: require_once: failed to open stream: No such file or directory

  18. Muhammad Kamran Khan says

    after all these setting localhost/website1 started working. after shut down and restarted my laptop now when i go to localhost/website1/wp-admin/ error message came : This site cant be reached. localhost refused to connect.

  19. dilshan says

    This is really helpful because sometimes I want test some plugins but i dont want to install them to my website. I can try them in this local host site thanks to you

  20. Osazuwa says

    A very helpful tutorial.

    I have implemented them

    But on loading

    Localhost/website1

    it displays
    Parse error: syntax error, unexpected’.’ expecting '&’ or variable (T_VARIABLE) in C:\xampp\htcdocs\website1\wp-includes\functions.php on line 1081

    Thanks

    • WPBeginner Support says

      You would want to ensure the PHP you are using is up to date for the most common reason for that error.

      Administrator

  21. Julio Talaverano says

    Hi,
    Yesterday I installed XAMPP and WordPress and I worked a bit on a new page using localhost/wordpress.
    I also installed some Plugins in WordPress.
    But today when put into the browser localhost/wordpress I just get the Page I created yesterday.
    Could you please tell me how I can continue editing my page with WordPress?
    Thanks

    • WPBeginner Support says

      If we’re understanding your question correctly, you would want to ensure XAMPP is running for your site to be visible when visiting the page.

      Administrator

  22. Ronny says

    Hello,

    As always your tutorials are great. One question though. How do I make multiple localhosts using Xampp.

    Think of me as a noob the this. I’ve read a few other tutorials on the subject, but it seems they assume one would have some deeper understanding of processes.

    • WPBeginner Support says

      You would create a folder with a different name in the htdocs folder and follow the steps under the 'Creating a Local WordPress Site with XAMPP’ section and navigate to the new site’s folder when you want to see the other site rather than your first site.

      Administrator

  23. Anjuli says

    Hello! My browser cannot open to localhost after putting the WordPress folder to htdocs and renaming it to website1. What should I do? Thank you.

    • WPBeginner Support says

      If you’re returning to the site after a day, please ensure XAMPP is running on your computer for it to load porperly.

      Administrator

  24. Zaid says

    I have a question if i am customizing my localhost wordpress site and my pc turned off. I will loss my site..?

    • WPBeginner Support says

      No, as long as you save your changes those saved changes will remain the next time you pull up your local installation

      Administrator

  25. Carla says

    Guys, Just wanted to say thank you for this post! I successfully implemented a localhost on my computer thanks to your clear, step-by-step process outlined in the post! So excited to get practising my wp skills on this new installation!

  26. Victor says

    Great job!! Is there a way, or a tutorial to transfer an existing website to this service ? This one deals with a brand new one. I have a website, and I’d love to add it to XAMPP! Thanks ! :)

  27. Blessings Chibisa says

    Guys I installed WordPress on a local machine. Am using xamp server I created a database but they is a problem in connection of WordPress and the database…. What should I do ?
    Help me pliz

  28. Vikas says

    Great artice. It worked perfectly. I am a new learner. Sir could you guide me about How I could run multiple local sites using xampp.

    Any help will be aporeciated.

    • WPBeginner Support says

      You would want to create a new folder for the next site and then you should be able to follow the directions in the article to create a new database and site.

      Administrator

  29. AASIMA says

    SIR.
    I successfully followed your instructions to make a website on the localhost. but the next day it doesn’t open and showing some error?

  30. Mate says

    Good guys

    I have my website running on local xampp server on windows 10 system I want to move to my new Mac pro computer how do I do it? thanks.

  31. Keith says

    I followed your directions and it was great, thanks.

    I am trying to upload the AVADA theme that I have install previously on Hostgator and it worked.

    It is 6mb and a zip file.

    When I try to add this theme I get this message: „The uploaded file exceeds the upload_max_filesize directive in php.ini”.

    Where am I going wrong? Thank You,

  32. Mary says

    Good evening, thanks for the great work done here. I have followed these steps and I am unable to log in to my website. All I am getting is this. I am feed up already. Connection for controluser as defined in your configuration failed.

    • WPBeginner Support says

      You would want to reach out to XAMPP’s support as there are multiple possible reasons from mysql not running to needing to reinstall xampp

      Administrator

  33. Kashif Ch says

    Assalam o Alikum Sir!
    Currently, I am learning WordPress and want to build different websites like membership website, LMS, e-commerce store for learning best practices.
    Can we create two different websites using localhost or any other free hosting?

  34. Xander says

    I followed the steps and it worked perfectly yesterday.

    This morning, trying to connect to the localhost I received the following error:

    „This site can’t be reached localhost refused to connect.
    Search Google for localhost wordpress jack admin
    ERR_CONNECTION_REFUSED”

  35. Daniyal says

    Hello there,

    I’ve followed all the steps given in the article but stuck when I click „Install WordPress”, it gives me an error > „The site is experiencing technical difficulties”

    after setting Site Title, username, password, email.

    Can you help me, please :)

  36. haley says

    Thank you for this article. I am on the step where I need to open up the local site in a web browser but when I do, I get an error page saying „the local host has refused to connect.” I’m guessing I messed up on one of the former steps but I don’t know which one. I’m working on a Mac.

    Any guidance would be appreciated!

    • WPBeginner Support says

      If you are returning to the site you would want to ensure xampp is running when trying to view your local site

      Administrator

  37. Charlie McCormack says

    Hi
    Thanks for this. Installation went 100%
    I am trying to test Divi which has to be loaded from a zip file
    I get this when I try to install it from aperance/upload theme
    The uploaded file exceeds the upload_max_filesize directive in php.ini.
    Any solutions would be great
    Charlie

  38. YINGLI says

    Hi, thanks for writing this article! :)

    I have a question though:
    I am at the step where I have to fill in a site title, username, password and email address for my admin account for WordPress. May I know whether the information that I use here should be the same as the information that I would use for my actual online WordPress account? I have an existing unlaunched WordPress site through Bluehost.

    Thanks so much! :)

    • WPBeginner Support says

      It is not required but if you’re creating a local site to test then it may be a good idea to set that as the same.

      Administrator

  39. Karen says

    thanks for the great video. question. am i understanding the process correctly? 1) set up a test site (mysite1) But should i also set up a database/wp install for each client website that I build (and maintain)? I’m guessing yes. :)

  40. God's Son says

    Hi,i am very glad and grateful to you for this article. It was very simple and comprehensive,the photo illustrations helped me a lot. You are a great teacher,i hope i will be able to learn and share my knowlege with others like you soon,thanks.

  41. Aftab Hussain says

    Thanks for such a nice guideline. I have successfully install wordpress on my local computer by the help of this post.

Zostaw odpowiedź

Dziękujemy za pozostawienie komentarza. Pamiętaj, że wszystkie komentarze są moderowane zgodnie z naszymi polityka komentarzy, a Twój adres e-mail NIE zostanie opublikowany. NIE używaj słów kluczowych w polu nazwy. Przeprowadźmy osobistą i konstruktywną rozmowę.