AddType application/x-httpd-php .htm .html
<IfModule mod_php5.c>
    #CN[hpX̐ݒ
    php_value include_path ".:/usr/bin/php"
</IfModule>

#t@CLbVȂ
<Files ~ "\.(html?|php|js|css|jpe?g|gif|png|pdf|docx?|xlsx?|pptx?|zip)$">
Header set Pragma no-cache
Header set Cache-Control no-cache
</Files>

AuthUserFile /home/iap-conference/www/conference.wdc-jp.com/jsiam/2025-abstract/.htpasswd
AuthName "Please enter username and password"
AuthType Basic
require valid-user

<Files ~ "^.(htpasswd|htaccess)$">
    deny from all
</Files>