Hi,
I am trying to configure Magento 2.4.2 on my local windows 10 machine with XAMPP 3.2.4 PHP 7.4.15 I download Magento from official site with data and extract it in HTDOCS folder. When i try to access http://localhost:8080/magento its show 4.4 error and when I try to access http://localhost:8080/magento/setup/#/landing its show
Version 2.4.2
"Welcome to Magento Admin, your online store headquarters.
Please review to learn how to install Magento using the command line."
Please guide me how to configure Magento 2.4.2 on my local windows at port 8080. I try to run WordPress by copying it in HTDOCS its working fine but facing issue with Magento 2.4.2.
Regards,
Saad
From 2.4 version, you need to install via Command line using composer, refer this guide for more detail: https://devdocs.magento.com/guides/v2.4/install-gde/composer.html
@Faizanahmea223The official documentation recommends Magento installation on a Linux distribution (Ubuntu/Debian/CentOS/RHEL). Alternatively, you can use WSL2/Docker on Windows.
We can install Magento2 on windows:
There are following steps which needs to perform:
To configure Magento locally on Windows, ensure your XAMPP stack meets Magento requirements. Then install Magento via the command line providing your desired base URL, database credentials, and admin account details. Enable mod_rewrite and access admin and front-end at designated ports.