public_html以下に.htaccess置いてる(UTF-8版使用) //Apache2//

<IfModule sapi_apache2.c>
php_value mbstring.internal_encoding UTF-8
php_value mbstring.http_input UTF-8,EUC-JP
php_value mbstring.http_output UTF-8
php_value mbstring.detect_order ASCII,JIS,UTF-8,SJIS,EUC-JP
</IfModule>

ただし、都道府県その他一部文字化けは修正しないといけないけど
あとは無問題。アマゾンがらみも問題ないな。