Magento not running after a successful installation. Even a file not accessible. What is the actual problem ??
Hi @webmasterv0def
can you give me a proper screenshot
Please run this first;
find . -type f -exec chmod 664 {} \; find . -type d -exec chmod 775 {} \; find var pub/static pub/media app/etc -type f -exec chmod g+w {} \; find var pub/static pub/media app/etc -type d -exec chmod g+ws {} \; chmod u+x bin/magento
Also provide more details in the future like the server os, environment etc.
Hi @webmasterv0def,
If you are installing Magento 2.4.x on your local version, I think you should set up a virtual server for this project. You can refer to this article to understand how to create a virtual server.
Hope this can help you! Let me know if you need further assistance.
_________
If issue solved, Click Kudos & Accept as Solution.