The TP5 deployment server can only open the homepage and other pages are all 404
燕浮生若梦
燕浮生若梦 2019-09-18 14:16:06
0
2
1280

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

燕浮生若梦
燕浮生若梦

reply all(1)
(O_O)

Is the image path passed incorrectly

  • reply Solved, the problem of redirection location path... and directory restriction for index.php...
    燕浮生若梦 author 2019-09-20 15:55:01
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template