search

Home  >  Q&A  >  body text

The TP5 deployment server can only open the homepage and other pages are all 404

nginx.conf

server
  {
   listen        80;
   server_name cy.280878.com;
   root        /home/www/cy.280878.com;
   index        index.php index1.php index.htm index.html;



   #location / {
   #        if ( -f $request_filename) {
   #            break;
   #        }
   #       if ( !-e $request_filename) {
   # %2

燕浮生若梦燕浮生若梦1942 days ago1307

reply all(2)I'll reply

  • (O_O)

    (O_O)2019-09-19 21:29:49

    Is the image path passed incorrectly

    reply
    0
  • 燕浮生若梦

    Solved, the problem of redirection location path... and directory restriction for index.php...

    燕浮生若梦 · 2019-09-20 15:55:01
  • Cancelreply