apache2页面不读php

时间:2018-11-05 11:32:55

标签: php ubuntu apache2

我在我的digitalocean Droplet上运行Ubuntu 18.04。一切似乎都正常,但在我的网页上php被注释掉了。

image

<!--?php
include 'modules/start.php';
include 'templates/header.php';

//page switch
switch ($page){
    default:
    include 'templates/landing.php';
}
?-->
<html><head></head><body></body></html>

0 个答案:

没有答案