I have apache mode enabled, permissions given but im still getting the GET 500 Server error:
SOLUTION AT: Magento CSS Not Loading Error
I have apache mode enabled, permissions given but im still getting the GET 500 Server error:
SOLUTION AT: Magento CSS Not Loading Error
Okay Run the Following Command in the command line.
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
https://magento.stackexchange.com/questions/211342/magento-2-500-error-internal-server
– Harshil Parekh
Jun 08 '18 at 09:27
There is a language issue with deploy content, you can run below command for multiple locale
php bin/magento setup:upgrade
php bin/magento setup:static:deploy nl_NL en_US -f
.htaccessfile exist inpub/andpub/static/folders. – kunj Jun 08 '18 at 09:48frontendandadminhtmlfrompub/static/folder then re runphp bin/magento setup:static:deploy nl_NL -f– kunj Jun 08 '18 at 09:54