search

Home  >  Q&A  >  body text

I used the same URL as you did but the webpage cannot be opened and I cannot access this website.

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;
}

}

贰拭贰拭1792 days ago1394

reply all(2)I'll reply

  • P粉332880121

    P粉3328801212022-04-19 18:06:50

    The server needs to configure pseudo-static:

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

    reply
    0
  • ringa_lee

    ringa_lee2019-12-21 19:57:41

    What is the access prompt?

    reply
    0
  • Cancelreply