PHPでfile_get_contents()を使ったプログラムが、wadaxの共有レンタルサーバーで動かない。
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/hoge-com/public_html/index.php on line 25
のようなエラーが発生してしまう。
これはallow_url_fopen、allow_url_includeがonになっていないことが原因。
wadaxの共有サーバーではphp.iniが直接いじれないので、.htaccessで設定すれば動く・・・と思ったら、動かない。
なんとサーバーの仕様で、allow_url_fopenがONにできないらしい。
file()も動かない。