Hello every body
After that i did the installation of magento i have an error when i want to start the project
when i go on the web and i write localhost/magento i have this message of error
Can you help me please ?
Not Found
The requested URL was not found on this server.
Apache/2.4.48 (Win64) OpenSSL/1.1.1k PHP/7.4.22 Server at localhost Port 80
In httpd.conf file you need to remove #
#LoadModule rewrite_module modules/mod_rewrite.so
after removing # line will look like this:
LoadModule rewrite_module modules/mod_rewrite.so
First of all check the status of Apache that it works fine or not.
Then check the core_config_table "URL".
Finally check the permission.
If it doesn't work let me know I can tell you more solutions.