<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>さくらインターネット | サクエのテック備忘録</title>
	<atom:link href="https://sakue.com/archives/tag/%e3%81%95%e3%81%8f%e3%82%89%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%bc%e3%83%8d%e3%83%83%e3%83%88/feed" rel="self" type="application/rss+xml" />
	<link>https://sakue.com</link>
	<description>マイペースに進める技術系のような雰囲気のBlog</description>
	<lastBuildDate>Wed, 21 Oct 2020 02:04:19 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.6</generator>

<image>
	<url>https://sakue.com/wp-content/uploads/2021/03/cropped-sakue-favicon-512-32x32.png</url>
	<title>さくらインターネット | サクエのテック備忘録</title>
	<link>https://sakue.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://sakue.com/archives/tag/%e3%81%95%e3%81%8f%e3%82%89%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%bc%e3%83%8d%e3%83%83%e3%83%88/feed"/>
	<item>
		<title>WordPressをサブディレクトリからルートディレクトリへ移動（さくらインターネット）</title>
		<link>https://sakue.com/archives/1131</link>
					<comments>https://sakue.com/archives/1131#respond</comments>
		
		<dc:creator><![CDATA[sakue]]></dc:creator>
		<pubDate>Sat, 26 Sep 2020 04:02:07 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ホームページ・ブログ]]></category>
		<category><![CDATA[さくらインターネット]]></category>
		<category><![CDATA[ブログ]]></category>
		<guid isPermaLink="false">https://sakue.com/?p=1131</guid>

					<description><![CDATA[<img width="1143" height="159" src="https://sakue.com/wp-content/uploads/2020/09/20200926-100541_000409.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://sakue.com/wp-content/uploads/2020/09/20200926-100541_000409.png 1143w, https://sakue.com/wp-content/uploads/2020/09/20200926-100541_000409-300x42.png 300w, https://sakue.com/wp-content/uploads/2020/09/20200926-100541_000409-1024x142.png 1024w, https://sakue.com/wp-content/uploads/2020/09/20200926-100541_000409-768x107.png 768w" sizes="(max-width: 1143px) 100vw, 1143px" />目次 ここで説明するWordPressディレクトリの移動内容WordPressアドレスとサイトアドレスの修正WordPress管理画面の左ペイン &#62; 設定 &#62; 一般間違って修正してしまった場合の対処ドキュメン [&#8230;]]]></description>
		
					<wfw:commentRss>https://sakue.com/archives/1131/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>.htaccessで日本語を含むリダイレクト（さくらインターネット）</title>
		<link>https://sakue.com/archives/997</link>
					<comments>https://sakue.com/archives/997#respond</comments>
		
		<dc:creator><![CDATA[sakue]]></dc:creator>
		<pubDate>Sat, 19 Sep 2020 03:53:45 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ホームページ・ブログ]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[さくらインターネット]]></category>
		<guid isPermaLink="false">https://sakue.com/wordpress/?p=997</guid>

					<description><![CDATA[<img width="271" height="245" src="https://sakue.com/wp-content/uploads/2020/09/20200918-115829_000313-002-1.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" />目次 使っているレンタルサーバ日本語を含む場合はUTF-8で保存転送元転送元のNG例（転送元がURLエンコードされてる）転送元の正しい例（日本語でそのまま書く）転送先転送先のNG例（転送先がURLエンコードされてる）転送 [&#8230;]]]></description>
		
					<wfw:commentRss>https://sakue.com/archives/997/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>さくらインターネットでPHPのエラーログを出力</title>
		<link>https://sakue.com/archives/757</link>
					<comments>https://sakue.com/archives/757#respond</comments>
		
		<dc:creator><![CDATA[sakue]]></dc:creator>
		<pubDate>Fri, 11 Sep 2020 23:49:36 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ホームページ・ブログ]]></category>
		<category><![CDATA[サーバ]]></category>
		<category><![CDATA[さくらインターネット]]></category>
		<guid isPermaLink="false">https://sakue.com/wordpress/?p=757</guid>

					<description><![CDATA[<img width="466" height="374" src="https://sakue.com/wp-content/uploads/2020/09/20200912-082328_000173.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://sakue.com/wp-content/uploads/2020/09/20200912-082328_000173.png 466w, https://sakue.com/wp-content/uploads/2020/09/20200912-082328_000173-300x241.png 300w" sizes="(max-width: 466px) 100vw, 466px" />目次 php.ini編集FTPクライアントで接続する場合さくらインターネットのコントロールパネルから行う場合エラー確認用.phpと実行ログの確認 php.ini編集 FTPクライアントで接続する場合 FTPクライアントで [&#8230;]]]></description>
		
					<wfw:commentRss>https://sakue.com/archives/757/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>さくらインターネットと常時SSLのWordPressで「辿ったリンクは期限が切れています」</title>
		<link>https://sakue.com/archives/187</link>
					<comments>https://sakue.com/archives/187#respond</comments>
		
		<dc:creator><![CDATA[sakue]]></dc:creator>
		<pubDate>Thu, 27 Aug 2020 07:08:22 +0000</pubDate>
				<category><![CDATA[Webサービス]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PCトラブル]]></category>
		<category><![CDATA[さくらインターネット]]></category>
		<guid isPermaLink="false">https://sakue.com/wordpress/?p=187</guid>

					<description><![CDATA[<img width="339" height="84" src="https://sakue.com/wp-content/uploads/2020/08/WS000000560.jpg" class="attachment-full size-full wp-post-image" alt="たどったリンクは期限が切れていますのエラー" decoding="async" loading="lazy" srcset="https://sakue.com/wp-content/uploads/2020/08/WS000000560.jpg 339w, https://sakue.com/wp-content/uploads/2020/08/WS000000560-300x74.jpg 300w" sizes="(max-width: 339px) 100vw, 339px" />WordPressは「https://ドメイン/wordpress/wp-admin/options.php」のページで隠し？設定が行えますが、修正して保存しようとしたら、「何かがうまくいかなかったようです」というタイト [&#8230;]]]></description>
		
					<wfw:commentRss>https://sakue.com/archives/187/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPressのメールとさくらインターネットの2個目のドメイン</title>
		<link>https://sakue.com/archives/176</link>
					<comments>https://sakue.com/archives/176#respond</comments>
		
		<dc:creator><![CDATA[sakue]]></dc:creator>
		<pubDate>Thu, 27 Aug 2020 04:04:04 +0000</pubDate>
				<category><![CDATA[PC]]></category>
		<category><![CDATA[Webサービス]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ネットワーク]]></category>
		<category><![CDATA[PCトラブル]]></category>
		<category><![CDATA[さくらインターネット]]></category>
		<guid isPermaLink="false">https://sakue.com/wordpress/?p=176</guid>

					<description><![CDATA[<img width="840" height="714" src="https://sakue.com/wp-content/uploads/2020/08/WS000000557.jpg" class="attachment-full size-full wp-post-image" alt="メール送信フォーム" decoding="async" loading="lazy" srcset="https://sakue.com/wp-content/uploads/2020/08/WS000000557.jpg 840w, https://sakue.com/wp-content/uploads/2020/08/WS000000557-300x255.jpg 300w, https://sakue.com/wp-content/uploads/2020/08/WS000000557-768x653.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" />目次 メールが来ないさくらインターネット（スタンダード）のドメインとメールアカウントさくらで「wordpress」というメールアカウントを作成 メールが来ない さくらインターネットでの1個目のドメインは何もトラブルなくメ [&#8230;]]]></description>
		
					<wfw:commentRss>https://sakue.com/archives/176/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>さくらインターネットのWordPressで「REST API で予期しない結果が発生しました」</title>
		<link>https://sakue.com/archives/136</link>
					<comments>https://sakue.com/archives/136#respond</comments>
		
		<dc:creator><![CDATA[sakue]]></dc:creator>
		<pubDate>Wed, 26 Aug 2020 05:41:09 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[さくらインターネット]]></category>
		<category><![CDATA[ブログ]]></category>
		<guid isPermaLink="false">https://sakue.com/wordpress/?p=136</guid>

					<description><![CDATA[<img width="688" height="708" src="https://sakue.com/wp-content/uploads/2020/08/WS000000541.jpg" class="attachment-full size-full wp-post-image" alt="さくらインターネットのWAF設定" decoding="async" loading="lazy" srcset="https://sakue.com/wp-content/uploads/2020/08/WS000000541.jpg 688w, https://sakue.com/wp-content/uploads/2020/08/WS000000541-292x300.jpg 292w" sizes="(max-width: 688px) 100vw, 688px" />目次 WordPressのエラー内容さくらインターネットでWAFを無効にするWordPressに「SiteGuard WP Plugin」を導入 WordPressのエラー内容 WordPressの ツール &#62; サ [&#8230;]]]></description>
		
					<wfw:commentRss>https://sakue.com/archives/136/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
