<?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>.htaccess &#8211; x-nonce</title>
	<atom:link href="https://xnonce.com/category/apache/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>https://xnonce.com</link>
	<description>自分用に備忘録を書いたり、単なる感想を書いておくためのブログ。</description>
	<lastBuildDate>Tue, 28 Oct 2025 16:34:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<atom:link rel='hub' href='https://xnonce.com/?pushpress=hub'/>
<site xmlns="com-wordpress:feed-additions:1">169823109</site>	<item>
		<title>画像が見つからなかった時に.htaccessファイルを使って自動で404 no image画像に転送する方法</title>
		<link>https://xnonce.com/m7xdwp4v/</link>
					<comments>https://xnonce.com/m7xdwp4v/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Tue, 28 Oct 2025 16:34:06 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1148</guid>

					<description><![CDATA[テストサイトや（本番サイトでも）画像がリンク切れになっているときに、自動で代替えの画像を表示させたい時があると思います。その時の.htaccessファイルを自分のコピペ用にメモ。 手順 コード まあ転送するだけなんですけ &#8230; <p class="link-more"><a href="https://xnonce.com/m7xdwp4v/" class="more-link"><span class="screen-reader-text">"画像が見つからなかった時に.htaccessファイルを使って自動で404 no image画像に転送する方法" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/m7xdwp4v/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1148</post-id>	</item>
		<item>
		<title>【コピペ用】.htaccessでサイトをメンテナンス中にして特定IPからのアクセス（自分）だけアクセス可能にする方法</title>
		<link>https://xnonce.com/24pjjr46/</link>
					<comments>https://xnonce.com/24pjjr46/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Tue, 01 Jun 2021 13:39:31 +0000</pubDate>
				<category><![CDATA[.htaccess]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=615</guid>

					<description><![CDATA[Webサイトのリニューアルやメンテナンス中に、「他のユーザーにはメンテナンス中のメッセージを表示したいけど、自分はメンテナンス中のサイトにアクセス可能にしたい」場合があります。コピペで簡単に実現できるようにブログ記事にし &#8230; <p class="link-more"><a href="https://xnonce.com/24pjjr46/" class="more-link"><span class="screen-reader-text">"【コピペ用】.htaccessでサイトをメンテナンス中にして特定IPからのアクセス（自分）だけアクセス可能にする方法" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/24pjjr46/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">615</post-id>	</item>
		<item>
		<title>【コピペ用】.htaccessで圧縮とキャッシュを有効化する方法</title>
		<link>https://xnonce.com/htaccess%e3%81%a7%e5%9c%a7%e7%b8%ae%e3%81%a8%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e3%82%92%e6%9c%89%e5%8a%b9%e5%8c%96%e3%81%99%e3%82%8b/</link>
					<comments>https://xnonce.com/htaccess%e3%81%a7%e5%9c%a7%e7%b8%ae%e3%81%a8%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e3%82%92%e6%9c%89%e5%8a%b9%e5%8c%96%e3%81%99%e3%82%8b/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Fri, 15 Feb 2019 08:21:24 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=412</guid>

					<description><![CDATA[キャッシュを有効化すると次回アクセス時に表示が高速化されるので、設定しておいて損はないと思うんですが、いつも「どうやってたっけ？」となるので自分がコピペするようにメモしました。 やってること コンテンツタイプ追加 アイコ &#8230; <p class="link-more"><a href="https://xnonce.com/htaccess%e3%81%a7%e5%9c%a7%e7%b8%ae%e3%81%a8%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e3%82%92%e6%9c%89%e5%8a%b9%e5%8c%96%e3%81%99%e3%82%8b/" class="more-link"><span class="screen-reader-text">"【コピペ用】.htaccessで圧縮とキャッシュを有効化する方法" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/htaccess%e3%81%a7%e5%9c%a7%e7%b8%ae%e3%81%a8%e3%82%ad%e3%83%a3%e3%83%83%e3%82%b7%e3%83%a5%e3%82%92%e6%9c%89%e5%8a%b9%e5%8c%96%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">412</post-id>	</item>
		<item>
		<title>【コピペ用】さくらで常時SSL化する時の.htaccessの内容</title>
		<link>https://xnonce.com/dm78vq95/</link>
					<comments>https://xnonce.com/dm78vq95/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Sat, 11 Aug 2018 00:07:35 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=301</guid>

					<description><![CDATA[さくらインターネットのレンタルサーバで、独自ドメインを使ってサイトを運用しているときは、無料で常時SSL化することができます。ドメインに依存せず汎用的に使える書き方があるので、備忘録（コピペ用）として記事にしておきます。 &#8230; <p class="link-more"><a href="https://xnonce.com/dm78vq95/" class="more-link"><span class="screen-reader-text">"【コピペ用】さくらで常時SSL化する時の.htaccessの内容" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/dm78vq95/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">301</post-id>	</item>
	</channel>
</rss>
