I used the same URL as you did but the webpage cannot be opened and the website cannot be accessed
<?phpnamespace app\edu\controller;class Test{ public function demo1() { return 123; }}
The server needs to configure pseudo-static:
nginx: location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}
What is the access prompt?
The server needs to configure pseudo-static:
nginx: location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}
What is the access prompt?