0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

xamppのDocumentRootを変更する3ステップ【Windows】

Posted at

1. ApacheのConfigのhttp.confを押す

image.png

2. DocumentRoot と Directory を書き換える(すべて置換)

C:/xampp/htdocsC:/Users/john/Downloads/test

C:/Users/john/Downloads/testは設定したいDocumentRoot

image.png

Directoryも書き換える理由は、アクセスできるファイル権限とかも許可したいから
DirectoryIndexはデフォルトで有効

3. 保存する( Ctrl + S )

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?