The index interface can be accessed, but the login page cannot be found on the server. Is it a problem with the parsing entrance configuration?
文赋2020-02-10 10:42:16
I currently download the source code directly and place it under the web directory of the c drive, and configure a virtual host <VirtualHost *:80> DocumentRoot "C:\Web\edu\public" ServerName www.winWork.edu <Directory " C:\Web\edu\public"> Is it the routing problem you mentioned? Please also help me tell you how to configure the routing, thank you!
ringa_lee2020-02-10 10:29:15
How do you access it? Index can be accessed, but login cannot. It is basically a routing problem or the URL you are accessing is wrong.