<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									JSON の位置 - SWELLに関する質問				            </title>
            <link>https://users.swell-theme.com/forum/swell-forum/json-%e3%81%ae%e4%bd%8d%e7%bd%ae/</link>
            <description>SWELLユーザー限定で利用可能な掲示板です。</description>
            <language>ja</language>
            <lastBuildDate>Sat, 08 Aug 2026 01:20:31 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: JSON の位置</title>
                        <link>https://users.swell-theme.com/forum/swell-forum/json-%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-9323</link>
                        <pubDate>Wed, 27 Dec 2023 01:16:05 +0000</pubDate>
                        <description><![CDATA[ご質問がSWELLと無関係っぽいのでサポートフォーラムの対象にならない可能性もありますが、WAFなどWordPress本来の機能にとって時にネガティブに働くセキュリティ機能を部分的に除外したり、作業期間中はOFFにするなどが大事です。
そういったプラグインなど複数影響が完全になくなっても問題が発生する場合は、WPユーザーフォーラムをご利用ください。]]></description>
                        <content:encoded><![CDATA[<p>ご質問がSWELLと無関係っぽいのでサポートフォーラムの対象にならない可能性もありますが、WAFなどWordPress本来の機能にとって時にネガティブに働くセキュリティ機能を部分的に除外したり、作業期間中はOFFにするなどが大事です。</p>
<p>そういったプラグインなど複数影響が完全になくなっても問題が発生する場合は、WPユーザーフォーラムをご利用ください。</p>]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-forum/">SWELLに関する質問</category>                        <dc:creator>skillsharejp</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-forum/json-%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-9323</guid>
                    </item>
				                    <item>
                        <title>JSON の位置</title>
                        <link>https://users.swell-theme.com/forum/swell-forum/json-%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-9322</link>
                        <pubDate>Tue, 26 Dec 2023 16:26:03 +0000</pubDate>
                        <description><![CDATA[サーバー引っ越しに伴い、ドメインを変更しました。
そのため、「Rrdirection」を入れて、リダイレクトさせようとしています。
転送ルールに移動
 
「URL:
GET動作しています。

 

POST SyntaxError: Unexpected non-whitespace character after JSON at position 16 (lin...]]></description>
                        <content:encoded><![CDATA[<p>サーバー引っ越しに伴い、ドメインを変更しました。</p>
<p>そのため、「Rrdirection」を入れて、リダイレクトさせようとしています。</p>
<p>転送ルールに移動元https://pinehamo.com/を入れ、転送先にはhttps://piano-sakura-city.jp/を入れたところ、</p>
<p> </p>
<p>「URL:<span> </span><code><a href="https://piano-sakura-city.jp/wp-json/" target="_blank" rel="noopener noreferrer">https://piano-sakura-city.jp/wp-json/</a></code></p>
<p><span class="dashicons dashicons-yes"></span><span class="api-result-method_pass">GET</span>動作しています。</p>
<div class="api-result-log_details">
<p> </p>
<div>
<p><span class="api-result-method_fail">POST<span> </span></span><strong>SyntaxError:<span> </span></strong>Unexpected non-whitespace character after JSON at position 16 (line 1 column 17)</p>
<p>Unexpected non-whitespace character after JSON at position 16 (line 1 column 17)<span> </span>(<code>SyntaxError</code>)</p>
<p>WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.」</p>
<p>「</p>
<p>URL:<span> </span><code><a href="https://piano-sakura-city.jp/wp-json/" target="_blank" rel="noopener noreferrer">/wp-json/</a></code></p>
<p><span class="dashicons dashicons-yes"></span><span class="api-result-method_pass">GET</span>動作しています。</p>
<div class="api-result-log_details">
<p> </p>
<div>
<p><span class="api-result-method_fail">POST</span><strong>SyntaxError:</strong>Unexpected non-whitespace character after JSON at position 16 (line 1 column 17)</p>
<p>Unexpected non-whitespace character after JSON at position 16 (line 1 column 17)(<code>SyntaxError</code>)</p>
<p>WordPress returned an unexpected message. This could be a PHP error from another plugin, or data inserted by your theme.」</p>
</div>
<p>という問題ありになってしまいます。</p>
<p>実際に、リダイレクトは作動しません。</p>
<p>知識不足ですみませんが、どうぞよろしくお願いいたします。</p>
<p>因みに、「Rrdirection」を入れた理由は、<span>.htaccessの書き方がよくわかりませんでした。</span></p>
<p>例えば、ネット検索した</p>
<p><span>RewriteEngine On</span><br /><span>RewriteCond %{HTTP_HOST} ^www.●●.com RewriteRule ^(.*) https://www.◆◆.com/$1 </span></p>
<p>⇩</p>
<p><span>RewriteEngine On</span><br /><span>RewriteCond %{HTTP_HOST} ^pinehamo.com RewriteRule ^(.*) <a href="https://piano-sakura-city.jp/">https://piano-sakura-city.jp/</a></span><span>$1 </span></p>
<p>として、<span>.htaccessファイルの1番下に付け足すとかで良いのでしょうか？</span></p>
<p>もし、<span>.htaccessで行った場合、上記のエラーメッセージの「<span class="Y2IQFc">JSON の位置 16 (行 1 列 17) の後に予期しない非空白文字」</span>についてはそのままで</span></p>
2881
<p><span>も良いのでしょうか？</span></p>
<p>恐れ入りますが、よろしくお願いいたします。</p>
</div>
</div>
</div>]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-forum/">SWELLに関する質問</category>                        <dc:creator>pinehamo32</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-forum/json-%e3%81%ae%e4%bd%8d%e7%bd%ae/#post-9322</guid>
                    </item>
							        </channel>
        </rss>
		