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?

h5aiでDirectoryIndexをきれいに表示する

Posted at

wget https://github.com/lrsjng/h5ai/releases/download/v0.30.0/h5ai-0.30.0.zip
unzip h5ai-0.30.0.zip

Apacheの設定を修正する

  • /etc/apache2/conf.d/default.conf
        <Directory /var/www/html/>
                Options Indexes FollowSymLinks MultiViews
+               DirectoryIndex index.php index.html  /_h5ai/public/index.php
                #Order allow,deny
                #allow from all
                Require all granted
        </Directory>

restart

注意点

  • DirectoryIndexをサブディレクトリにしたい場合は対応していないので注意
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?