ローカルホストで WordPress を実行していて、ajax を使用してプラグインのファイルから photos.php という別のファイルにリクエストを送信しようとしています。ファイルのアドレスを xmlhttp.open 関数に正しく書きましたが、次のエラーが発生します。
Not Found
The requested URL /wordpress/wp-admin/wp-content/plugins/myphoto/photos.php was not found on this server.
ファイルの実際のアドレスは /wordpress/wp-content/plugins/myphoto/photos.php です。
xmlhttp.open("GET","wp-content/plugins/myphoto/photos.php?c="+option,true);
xmlhttp.send();