ページランク取得のプログラムをMODxやWordpress内で動かそうとすると以下のエラーが出る。
Error: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known
CMSの内部ではなく、以下のようにphpファイルを直接動かすと正常…
.htaccessに以下を記述してルートに設置
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are n…
この投稿へのコメント
コメントはまだありません。