首頁>Club>
16
回覆列表
  • 1 # 嚮往慢生活VLOG

    首先你要跑的是php指令碼,php環境是必須的!

    瀏覽器只能解析靜態資源(js css html)

    php檔案要依".php"結尾。請看下這個流程 ,瞭解web開發,b/s互動流程。瞭解各個元件的任務角色。

  • 2 # 小程式江大橋

    這種情況一般是伺服器配置的問題,比如nginx沒有開啟php的模組,或者沒有安裝php

    一般找到nginx.conf把php那塊前面的註釋去掉,重啟就行

    location / {

    index index.php index.html index.htm;

    try_files $uri $uri/ /index.php?$args;

    }

    location ~ \.php$ {

    #fastcgi_pass 127.0.0.1:9000;

    fastcgi_pass unix:/home/php7/var/run/php-fpm.sock;

    fastcgi_index index.php;

    include fastcgi_params;

    }

  • 3 # 慎談奧秘

    這種情況一般是伺服器配置的問題,比如nginx沒有開啟php的模組,或者沒有安裝php

    一般找到nginx.conf把php那塊前面的註釋去掉,重啟就行

    location / {

    index index.php index.html index.htm;

    try_files $uri $uri/ /index.php?$args;

    }

    location ~ \.php$ {

    #fastcgi_pass 127.0.0.1:9000;

    fastcgi_pass unix:/home/php7/var/run/php-fpm.sock;

    fastcgi_index index.php;

    include fastcgi_params;

    }

    --------河南新華

  • 中秋節和大豐收的關聯?
  • 為什麼明朝七品巡按御史會比正三品提刑按察使權力大嗎?