Magento – Magento 2.2.4 : Getting 500 Internal Server Error on setup/install

magento2

I am using Wamp. Am trying to install Magento 2.2.4(Latest Version) on my local machine. But Getting 500 Internal Server Error. I have downloaded as a .zip format with no sample data. Tried to see any logs, but there is no log folder created under /var folder.

enter image description here

Added lines in rootfolder/index.php to show error on frontend.
enter image description here

Best Answer

Same error for me also, I have solved it by enabling the mod_version module in apache

To enable it go to http.conf in the conf folder and find a line that has mod_version in it.

Remove "#" from the beginning to uncomment it.

Then restart apache.

Related Topic