0
我試圖運行bWAPP SSI注入課。但是,似乎SSI不能在我的電腦上工作。我在Ubuntu 16.04上使用PHP 5.6.30和Apache 2.4.18。我已經添加了以下到/etc/apache2/apache2.conf
但不工作SSI不工作在Ubuntu 16.04和Apache 2.4.18
<Directory /var/www/html/bWAPP/>
Options +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
</Directory>
加入以下/var/www/html/bWAPP/.htaccess
也沒有工作
Options +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
我已經重新啓動Apache服務器,但仍然沒有工作。 有什麼我必須做,以啓用SSI?