<?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 - コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</title>
	<atom:link href="https://copypet.jp/post_tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>https://copypet.jp</link>
	<description>CSS3などで新たに追加された要素･装飾方法など、日々コードを書いていないと忘れてしまったり、ささっとプロトタイプを作る時などちょっとしたことに時間をかけている暇はない。困った自分用のストックブログ</description>
	<lastBuildDate>Tue, 29 May 2018 04:50:29 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
<site xmlns="com-wordpress:feed-additions:1">140159577</site>	<item>
		<title>いざ使う時忘れてる！.htaccessを使ったリダイレクト設定</title>
		<link>https://copypet.jp/2064/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 12:45:07 +0000</pubDate>
				<category><![CDATA[便利ツール]]></category>
		<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/?p=2064</guid>

					<description><![CDATA[<div><img src="https://copypet.jp/https://i0.wp.com/copypet.jp/contents/wp-content/uploads/eyecatch2064.png?fit=710%2C710&ssl=1" alt="copypet.jp" /></div><p>301リダイレクトをする前に 使用するサーバーが以下に当てはまるか確認してください .htaccessが使えるサーバー Apacheを使っている 「mod_Rewrite」をサポートしているサーバー よく使うHTTPステ [&#8230;]</p>
<p>The post <a href="https://copypet.jp/2064/">いざ使う時忘れてる！.htaccessを使ったリダイレクト設定</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
										<content:encoded><![CDATA[<div><img src="https://copypet.jp/https://i0.wp.com/copypet.jp/contents/wp-content/uploads/eyecatch2064.png?fit=710%2C710&ssl=1" alt="copypet.jp" /></div><h4>301リダイレクトをする前に</h4>
<p>使用するサーバーが以下に当てはまるか確認してください</p>
<div class="point">
<div class="point_blk">
<ul>
<li>.htaccessが使えるサーバー</li>
<li>Apacheを使っている</li>
<li>「mod_Rewrite」をサポートしているサーバー</li>
</ul>
</div>
</div>
<h3>よく使うHTTPステータスコードの種類とhtaccessの書き方</h3>
<h4>HTTPステータスコードの種類</h4>
<p>100番台：リクエスト処理中<br />
200番台：リクエスト処理成功<br />
300番台：リダイレクト処理<br />
400番台：クライアントエラー<br />
500番台：サーバーエラー<br />
今回は300番台：リダイレクト処理についてです。</p>
<h4>htaccessでリダイレクトさせる基本的な書き方</h4>
<p>RewriteEngine on・・・URLの書き換えを許可<br />
RewriteBase /・・・URL書き換えのベースになるURLを指定<br />
RewriteRule・・・URL書き換え内容を指示<br />
空改行・・・.htaccessの最後の行は必ず改行</p>
<div class="point">
<div class="point_blk">*「.htaccess」のパーミッション（属性）は「604」に。<br />
*htaccess.txtというファイルを作成して編集、ftpサーバにアップしたあとで「.htaccess」にリネームする。<br />
*「.」で始まるファイルは隠しファイルになってしまうので、「隠しファイルを表示」して編集でも可能。</p>
<p>処理を間違えると ページが見れなくなるなど大きな問題となります。<br />
必ず技術の分かる人にご確認の上一緒に対応を行うようにしてください。
</p></div>
</div><p>The post <a href="https://copypet.jp/2064/">いざ使う時忘れてる！.htaccessを使ったリダイレクト設定</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2064</post-id>	</item>
		<item>
		<title>[便利ツール]htaccess　302：特定ページのみリダイレクト</title>
		<link>https://copypet.jp/codedescription/2063/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 10:35:44 +0000</pubDate>
				<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/codedescription/2063/</guid>

					<description><![CDATA[<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><p>htaccessでの302リダイレクト 特定ページのみリダイレクトする記述</p>
<p>The post <a href="https://copypet.jp/codedescription/2063/">[便利ツール]htaccess　302：特定ページのみリダイレクト</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
			<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
							<content:encoded><![CDATA[<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><h3>htaccessでの302リダイレクト</h3>
<p>特定ページのみリダイレクトする記述</p><p>The post <a href="https://copypet.jp/codedescription/2063/">[便利ツール]htaccess　302：特定ページのみリダイレクト</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2063</post-id>	</item>
		<item>
		<title>[便利ツール]htaccess　302：ドメイン単位のリダイレクト</title>
		<link>https://copypet.jp/codedescription/2062/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 10:32:46 +0000</pubDate>
				<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/codedescription/2062/</guid>

					<description><![CDATA[<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><p>htaccessでの302リダイレクト ドメイン単位のリダイレクトする記述</p>
<p>The post <a href="https://copypet.jp/codedescription/2062/">[便利ツール]htaccess　302：ドメイン単位のリダイレクト</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
			<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
							<content:encoded><![CDATA[<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><h3>htaccessでの302リダイレクト</h3>
<p>ドメイン単位のリダイレクトする記述</p><p>The post <a href="https://copypet.jp/codedescription/2062/">[便利ツール]htaccess　302：ドメイン単位のリダイレクト</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2062</post-id>	</item>
		<item>
		<title>[便利ツール]htaccess　301：httpからhttpsへリダイレクト</title>
		<link>https://copypet.jp/codedescription/2060/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 10:24:02 +0000</pubDate>
				<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/codedescription/2060/</guid>

					<description><![CDATA[<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><p>htaccessでの301リダイレクト httpからhttpsへリダイレクトする記述</p>
<p>The post <a href="https://copypet.jp/codedescription/2060/">[便利ツール]htaccess　301：httpからhttpsへリダイレクト</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
			<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
							<content:encoded><![CDATA[<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><h3>htaccessでの301リダイレクト</h3>
<p>httpからhttpsへリダイレクトする記述</p><p>The post <a href="https://copypet.jp/codedescription/2060/">[便利ツール]htaccess　301：httpからhttpsへリダイレクト</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2060</post-id>	</item>
		<item>
		<title>[便利ツール]htaccess　301：index.htmlとindex.phpを統一しindex.html無しのURLに統一</title>
		<link>https://copypet.jp/codedescription/2059/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 10:22:50 +0000</pubDate>
				<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/codedescription/2059/</guid>

					<description><![CDATA[<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><p>htaccessでの301リダイレクト index.htmlとindex.phpを統一しindex.html無しのURLに統一する記述</p>
<p>The post <a href="https://copypet.jp/codedescription/2059/">[便利ツール]htaccess　301：index.htmlとindex.phpを統一しindex.html無しのURLに統一</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
			<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
							<content:encoded><![CDATA[<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><h3>htaccessでの301リダイレクト</h3>
<p>index.htmlとindex.phpを統一しindex.html無しのURLに統一する記述</p><p>The post <a href="https://copypet.jp/codedescription/2059/">[便利ツール]htaccess　301：index.htmlとindex.phpを統一しindex.html無しのURLに統一</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2059</post-id>	</item>
		<item>
		<title>[便利ツール]htaccess　301：index.html無しのURLに統一</title>
		<link>https://copypet.jp/codedescription/2058/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 10:21:11 +0000</pubDate>
				<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/codedescription/2058/</guid>

					<description><![CDATA[<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><p>htaccessでの301リダイレクト index.html無しのURLに統一する記述</p>
<p>The post <a href="https://copypet.jp/codedescription/2058/">[便利ツール]htaccess　301：index.html無しのURLに統一</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
			<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
							<content:encoded><![CDATA[<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><h3>htaccessでの301リダイレクト</h3>
<p>index.html無しのURLに統一する記述</p><p>The post <a href="https://copypet.jp/codedescription/2058/">[便利ツール]htaccess　301：index.html無しのURLに統一</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2058</post-id>	</item>
		<item>
		<title>[便利ツール]htaccess　301：www有りのURLに統一(URLの正規化）</title>
		<link>https://copypet.jp/codedescription/2057/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 10:15:26 +0000</pubDate>
				<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/codedescription/2057/</guid>

					<description><![CDATA[<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><p>htaccessでの301リダイレクト www有りのURLに統一(URLの正規化）する記述</p>
<p>The post <a href="https://copypet.jp/codedescription/2057/">[便利ツール]htaccess　301：www有りのURLに統一(URLの正規化）</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
			<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
							<content:encoded><![CDATA[<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><h3>htaccessでの301リダイレクト</h3>
<p>www有りのURLに統一(URLの正規化）する記述</p><p>The post <a href="https://copypet.jp/codedescription/2057/">[便利ツール]htaccess　301：www有りのURLに統一(URLの正規化）</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2057</post-id>	</item>
		<item>
		<title>[便利ツール]htaccess　301：www無しのURLに統一(URLの正規化）</title>
		<link>https://copypet.jp/codedescription/2056/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 10:14:07 +0000</pubDate>
				<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/codedescription/2056/</guid>

					<description><![CDATA[<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><p>htaccessでの301リダイレクト www無しのURLに統一(URLの正規化）する記述</p>
<p>The post <a href="https://copypet.jp/codedescription/2056/">[便利ツール]htaccess　301：www無しのURLに統一(URLの正規化）</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
			<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
							<content:encoded><![CDATA[<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><h3>htaccessでの301リダイレクト</h3>
<p>www無しのURLに統一(URLの正規化）する記述</p><p>The post <a href="https://copypet.jp/codedescription/2056/">[便利ツール]htaccess　301：www無しのURLに統一(URLの正規化）</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2056</post-id>	</item>
		<item>
		<title>[便利ツール]htaccess　301：上位ディレクトリがhttpsへリダイレクトされるときサブディレクトリを除外する</title>
		<link>https://copypet.jp/codedescription/2055/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 10:12:27 +0000</pubDate>
				<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/codedescription/2055/</guid>

					<description><![CDATA[<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><p>htaccessでの301リダイレクト 上位ディレクトリがhttpsへリダイレクトされるときサブディレクトリを除外する記述</p>
<p>The post <a href="https://copypet.jp/codedescription/2055/">[便利ツール]htaccess　301：上位ディレクトリがhttpsへリダイレクトされるときサブディレクトリを除外する</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
			<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
							<content:encoded><![CDATA[<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><h3>htaccessでの301リダイレクト</h3>
<p>上位ディレクトリがhttpsへリダイレクトされるときサブディレクトリを除外する記述</p><p>The post <a href="https://copypet.jp/codedescription/2055/">[便利ツール]htaccess　301：上位ディレクトリがhttpsへリダイレクトされるときサブディレクトリを除外する</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2055</post-id>	</item>
		<item>
		<title>[便利ツール]htaccess　301：特定のディレクトリをリダイレクトから除外する</title>
		<link>https://copypet.jp/codedescription/2054/</link>
		
		<dc:creator><![CDATA[copypet.jp]]></dc:creator>
		<pubDate>Thu, 26 Apr 2018 10:09:31 +0000</pubDate>
				<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">https://copypet.jp/codedescription/2054/</guid>

					<description><![CDATA[<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><p>htaccessでの301リダイレクト 特定のディレクトリをリダイレクトから除外する記述</p>
<p>The post <a href="https://copypet.jp/codedescription/2054/">[便利ツール]htaccess　301：特定のディレクトリをリダイレクトから除外する</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></description>
			<br />
<b>Warning</b>:  Undefined array key 0 in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>:  Attempt to read property "cat_ID" on null in <b>/home/k-8bit/copypet.jp/public_html/contents/wp-content/themes/copypet_2017/functions.php</b> on line <b>85</b><br />
							<content:encoded><![CDATA[<div><img src="https://copypet.jp/contents/wp-content/themes/copypet_2017/images/common/thumbnail/.jpg" alt="copypet.jp" /></div><h3>htaccessでの301リダイレクト</h3>
<p>特定のディレクトリをリダイレクトから除外する記述</p><p>The post <a href="https://copypet.jp/codedescription/2054/">[便利ツール]htaccess　301：特定のディレクトリをリダイレクトから除外する</a> first appeared on <a href="https://copypet.jp">コピペっと copypet.jp｜パーツで探す、web制作に使えるコピペサイト。</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2054</post-id>	</item>
	</channel>
</rss>
