リモートサーバーでApacheとPHPを構成しましたが、Apacheは機能します。phpファイルを/var/wwwに配置するとURLがリダイレクトされません。
URL http://xxx.xx.xx.x を入力すると、以下の出力が表示されます。
It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet.
/etc/apache2/apache.confで、ブロックの下に見つかりません。ブロックの下に追加してapacheを再起動しましたが、/ var/wwwにリダイレクトされません。
<VirtualHost *:80>
ServerName xxx.xx.xx.x
DocumentRoot /var/www/
</VirtualHost>
教えてください。