測試不了,反復做了三遍還是提示no found
Object not found!
The requested URL was not found on this server. ? ? ?If you entered the URL manually please check your ? ?spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.12 (Win32) OpenSSL/1.0.1l PHP/5.6.8
2016-08-30
我知道了,是路徑錯誤,你找到你的文件夾,手動打一遍你的路徑就ok了應(yīng)該
2016-01-14
問題解決了嗎?我也遇到這樣的問題哦
2015-09-10
可能端口沒有改好,有兩處要修改:
Listen 80 ——>Listen 8080
ServerName localhost:80 ——>ServerName localhost:8080
html中可以嵌套php代碼,在服務(wù)器執(zhí)行的是php文件,所以必須是 .php 為擴展名。
2015-07-01
<h1>This is a test!
<?php
echo "ku"
?>
</h1>
?? 把這個放到body下面吧,規(guī)范點。然后你的問題跟你這個代碼沒很大關(guān)系,
2015-06-23
上代碼才好幫你