[PHP-users 25831] apache2にしたら、.htaccess の設定がきかなくなった

Hiroshi Ozeki ozeki @ ecotec.co.jp
2005年 6月 14日 (火) 23:13:28 JST


小関と申します。

最近、何とはなしに、apache1.3系からapacheを2.0系に変えた
ところ、.htaccess ファイルで設定した内容が更新されなくなって
しまったのですが、お分かりの方いらっしゃいますか?

下記の設定ないようですが、

DirectoryIndex index.html index.php index.php3 のところなどは、
きいているようです。

<IfModule mod_php4.c>
php_flag register_globals Off
php_flag track_vars             On
php_flag magic_quotes_gpc       Off
php_flag output_buffering Off
php_flag display_errors On
php_flag max_execution_time =20
php_value include_path '.:/home/xxxx/public_html/docs:/home/xxxx/public_html/docs/include'
php_value auto_prepend_file /home/xxxx/public_html/docs/prepend.php
php_value output_handler mb_output_handler
php_value mbstring.detect_order  auto
php_value mbstring.internal_encoding EUC-JP
php_value mbstring.http_output EUC-JP
php_value mbstring.http_input  EUC-JP
php_value mbstring.substitute_character  auto
</IfModule>
DirectoryIndex index.html index.php index.php3
AddType application/x-httpd-php .php3 .phtml .php .inc


Apache/2.0.54 (FreeBSD) PHP/4.3.11 という環境です。




PHP-users メーリングリストの案内