Apacheのデフォルトページを設定/変更する方法
ここでは、Apacheのデフォルトページを設定または変更する方法を示します。 Apache
デフォルトのページは設定がとても簡単ですが、Apacheを設定するだけです
次の場所のconfファイル+
**
Apacheファイルパス/conf/httpd.conf + **
httpd.confファイルで次の変更を行います。 index.htmlまたはindex.phpを任意のデフォルトページに変更します。
# # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # <IfModule dir__module> DirectoryIndex index.html index.php </IfModule>
Apache〜完了を再起動します。