I used the same URL as you did but the webpage cannot be opened and I cannot access this website.
贰拭
贰拭 2019-12-19 10:36:16
0
2
1393

I used the same URL as you did but the webpage cannot be opened and the website cannot be accessed

<?php
namespace app\edu\controller;
class Test
{
public function demo1() {
return 123;
}

}

贰拭
贰拭

reply all(2)
P粉332880121

The server needs to configure pseudo-static:

nginx: location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}

ringa_lee

What is the access prompt?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template