Question

I try to install Magento 2.3 local in windows but i get error 500. What can i do to solve this problem or/and where is the problem settled? Thanks for advising. I am a absolute beginner.

enter image description here

enter image description here

enter image description here

Was it helpful?

Solution

first solution :-

I think run all command

php bin/magento s:s:d -f

php bin/magento setup:di:compile

php bin/magento s:up

php bin/magento c:c

php bin/magento c:f

And remove the all pub/static and view_preprocessed

Second solution :-

open this file your go to this path xampp\apache\conf xampp sever and httpd.conf.

Find the LoadModule version_module modules/mod_version and remove the # . And this module is enable.

After check your magento.

Hope this help your

Thanks ...

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top