0

Has it ever happened to you that for some reason the frontend of your Magento ecommerce does not load correctly? I have created several ecommerce sites but I am currently in a hurry and everything is "installed" correctly but when I access the frontend it does not load correctly, I compiled the frontend but nothing loads. If this has happened to anyone, I hope you can give me a hand.

asked Dec 24, 2024 at 4:23
3
  • Please provide additional information such as Browser errors log, PHP exceptions, Magento logs. Commented Dec 24, 2024 at 4:45
  • have you checked the logs? have u verified in apache2 or nginx logs? Commented Dec 24, 2024 at 4:46
  • Check magento log files and console log for real error. based on that you need to resolve it. Commented Dec 24, 2024 at 5:27

1 Answer 1

0

These are the following things you can check

  1. enable rewrite "sudo a2enmod rewrite"

  2. check /etc/apache2/ -> apache2.conf config file <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted

  3. Check in db core_config table that dev/static/sign is set 0

answered Jan 15 at 11:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.