I cloned a php project from git and placed it on the D drive. I wanted it to run locally. I installed wampserver and the apache configuration file is as follows:
Corresponding configurations have also been made in the host:
After restarting the wamp server, enter test.com in the browser and the page you get is like this:
What is the reason for this? I just can’t get to the homepage
Has apache rewrite been written?
Is there a .htaccess file under the project