How to install PrestaShop on WampServer in 2023

Опубликовано: 28 Апрель 2026
на канале: UNE HEURE LINUX
5,350
60

In this PrestaShop tutorial, we'll learn how to install PrestaShop on WampServer.

Steps to learn how to install PrestaShop on WampServer:

To install, we must first download PrestaShop from the PrestaShop website.
Download link: https://www.prestashop.com/fr/versions

Start your WampServer.
If you haven't already installed WampServer, I've already shown you how to install the latest version in a video:    • Comment installer Wampserver   sur Windows 11  

Copy the file to your WampServer: C:/wamp64/www
Unzip the downloaded WordPress file.
Access the folder in your browser.
Choose your language.
Accept the terms of the license agreement.
Fill in your store information: name, main business activities, demo products, country, and SSL certificate.
Fill in your information. Account: Name, surname, email address, and login password
Create a database: I used localhost/phpmyadmin
Fill in the information related to our database: The address, login, and password for connecting to the database
In case of an error related to the database index being too large: Here's how to resolve it:

In the install/data/ folder, modify the db_structure.sql file by replacing

DEFAULT CHARSET=utf8mb4 COLLATION;

with

DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-At the end of the installation, delete the install folder.

-To access the homepage, go to localhost/(Folder name). To access the administration page, go to localhost/(Folder name)/admin.

In this video, we used WordPress 1.7.8.8 as an example.

Subscribe to my channel: https://bit.ly/3CoPRa4