<?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>Envelopery</title>
	<atom:link href="http://envelopery.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://envelopery.com</link>
	<description>Where envelopes are born - Technology Blog and Web Host</description>
	<lastBuildDate>Fri, 11 Nov 2011 00:49:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Featured Video rather than Image for WordPress</title>
		<link>http://envelopery.com/wordpress-web-dev-blog/featured-video-rather-than-image-for-wordpress/</link>
		<comments>http://envelopery.com/wordpress-web-dev-blog/featured-video-rather-than-image-for-wordpress/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 00:18:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=89</guid>
		<description><![CDATA[Some templates have a featured image, but sometimes you want a video instead&#8230; But not all the time.. You can set some custom fields, and then add in PHP &#8211; if the field has something in it &#8211; display the &#8230; <a href="http://envelopery.com/wordpress-web-dev-blog/featured-video-rather-than-image-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some templates have a featured image, but sometimes you want a video instead&#8230; But not all the time..</p>
<p>You can set some custom fields, and then add in PHP &#8211; if the field has something in it &#8211; display the embedded video (at the same size the featured image would have been&#8230;)</p>
<p>The text in the custom field should just be the ID code for YouTube or Vimeo (or you can add your own if you want&#8230; but you need to add the embed code to the PHP)</p>
<p>The code gets the ID and inserts it into the embed code.</p>
<p>&lt;?php<br />
if (post_custom(&#8216;a YouTube ID Code&#8217;)) {<br />
echo &#8216;&lt;iframe width=&#8221;640&#8243; height=&#8221;402&#8243; src=&#8221;http://www.youtube.com/embed/&#8217; . get_post_meta($post-&gt;ID, &#8216;a YouTube ID Code&#8217;, $single = true) . &#8216;&#8221; frameborder=&#8221;0&#8243; allowfullscreen&gt;&lt;/iframe&gt;&#8217; ;<br />
}<br />
else if (post_custom(&#8216;a Vimeo ID Code&#8217;)){<br />
echo &#8216;&lt;iframe src=&#8221;http://player.vimeo.com/video/&#8217; . get_post_meta($post-&gt;ID, &#8216;a Vimeo ID Code&#8217;, $single = true) . &#8216;?title=0&amp;amp;byline=0&amp;amp;portrait=0&#8243; width=&#8221;400&#8243; height=&#8221;225&#8243; frameborder=&#8221;0&#8243; webkitAllowFullScreen allowFullScreen&gt;&lt;/iframe&gt;&#8217; ;<br />
}else{<br />
?&gt;</p>
<p>&nbsp;</p>
<p>add the YouTube or Vimeo ID code to a custom field:</p>
<ul>
<li>a YouTube ID Code</li>
<li>a Vimeo ID Code</li>
</ul>
<p>EG:</p>
<ul>
<li>bH9tJXm2Bcw</li>
<li>31934775</li>
</ul>
<p>From the original YouTube links:</p>
<ul>
<li>http://www.youtube.com/watch?=bH9tJXm2Bcw&amp;feature=channel_video_title</li>
<li>http://vimeo.com/31934775</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/wordpress-web-dev-blog/featured-video-rather-than-image-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add custom fields to posts and pages</title>
		<link>http://envelopery.com/wordpress-web-dev-blog/add-custom-fields-to-posts-and-pages/</link>
		<comments>http://envelopery.com/wordpress-web-dev-blog/add-custom-fields-to-posts-and-pages/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 05:02:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=86</guid>
		<description><![CDATA[Just to quickly add info to a page enable custom fields with the dropdown then add this code: echo get_post_meta(get_the_ID(), &#8216;your-name-of-custom-field&#8217;,  true);]]></description>
			<content:encoded><![CDATA[<p>Just to quickly add info to a page</p>
<p>enable custom fields with the dropdown</p>
<p>then add this code:</p>
<p>echo get_post_meta(get_the_ID(), &#8216;your-name-of-custom-field&#8217;,  true);</p>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/wordpress-web-dev-blog/add-custom-fields-to-posts-and-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shift Joomla and WordPress installs</title>
		<link>http://envelopery.com/html-css-web-development/shift-joomla-and-wordpress-installs/</link>
		<comments>http://envelopery.com/html-css-web-development/shift-joomla-and-wordpress-installs/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 05:07:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS Web Development]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=84</guid>
		<description><![CDATA[Shift Joomla and WordPress installs Copy HTML/CSS/etc. &#8211; folders. everything Move the database Login to old cPanel -&#62; PHPmyAdminselect databse, check all tables, “export” &#8211; all (custom &#8211; all options) Go into new PHPmyAdminimport all edit (WP-config.php,. config.php (in Joomla) &#8230; <a href="http://envelopery.com/html-css-web-development/shift-joomla-and-wordpress-installs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
<h2 id="internal-source-marker_0.8215310189407319" dir="ltr">Shift Joomla and WordPress installs</h2>
<ul>
<li>Copy HTML/CSS/etc. &#8211; folders. everything</li>
<li>Move the database</li>
</ul>
<p>Login to old cPanel -&gt; PHPmyAdmin<br />select databse, check all tables, “export” &#8211; all (custom &#8211; all options)</p>
<p>Go into new PHPmyAdmin<br />import all</p>
<p>edit (WP-config.php,. config.php (in Joomla)</p>
<p>Edit the database location:
<ul>
<li>Databse name (same) <br />But &#8211; might be something like:<br />old DBS name is “shop”<br />new name is “rotapixt_shop”</li>
<li>Server (local host if it is on the same server, else the address (EG: http://cpanel.something.com)<br />it’s possible to install the HTML files on one FTP account server, and install the database on a different server&#8230;.</li>
<li>Database user username:  (hosting account username/ password login)</li>
<li>Database user password</li>
</ul>
<p>Note:<br />In website hosting &#8211; you have an account username and password, this is the same for :
<ul>
<ul>
<ul>
<li>FTP account</li>
<li>cPanel login (maybe PHPmyadmin has a different password)</li>
<li>Database / MySQL username / password (would be the same as PHPmyAdmin)</li>
</ul>
</ul>
</ul>
<p>Joomla &#8211; Configuration.php:
<ul>
<li>host $host</li>
<li>DB name $db</li>
<li>username MYSQL $user</li>
<li>pass $password</li>
</ul>
<p>WordPress &#8211; wp-config.php
<ul>
<li>commented with labels ~</li>
</ul>
<h3 dir="ltr">Local host =</h3>
<p>HTML goes in the htdocs folder</p>
<p><a href="http://localhost/cpanel">http://localhost/cpanel</a>(then click “PHPMYADMIN” to edit database
<ul>
<li>DBS name = whatever you call it in PHPmyadmin</li>
<li>server = localhost</li>
<li>username = root</li>
<li>password = “” (nothing)</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/html-css-web-development/shift-joomla-and-wordpress-installs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My default WordPress Settings</title>
		<link>http://envelopery.com/html-css-web-development/my-default-wordpress-settings/</link>
		<comments>http://envelopery.com/html-css-web-development/my-default-wordpress-settings/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 05:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS Web Development]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=83</guid>
		<description><![CDATA[I always set this stuff up like this: General Site title/tagline Writing Default Post category – change name from default to (something with relevant keywords in it) Edit this in Posts-&#62;Categories Reading Front page displays “static page” Create 2 new &#8230; <a href="http://envelopery.com/html-css-web-development/my-default-wordpress-settings/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>I always set this stuff up like this:</div>
<ul>
<li>General</li>
<ul>
<li>Site title/tagline</li>
</ul>
<li>Writing</li>
<ul>
<li>Default Post category – change name from default to (something with relevant keywords in it)<br /> Edit this in Posts-&gt;Categories</li>
</ul>
<li>Reading</li>
<ul>
<li>Front page displays “static page”</li>
<ul>
<li>Create 2 new blank pages called  “home” and “blog” – set these two ~</li>
</ul>
</ul>
<li>Discussion</li>
<ul>
<li>Disable the 2 emailers when people comment</li>
</ul>
<li>Permalinks</li>
<ul>
<li>Custom</li>
<ul>
<li>/%category%/%postname%/</li>
</ul>
</ul>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/html-css-web-development/my-default-wordpress-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Font CSS has errors?</title>
		<link>http://envelopery.com/html-css-web-development/google-font-css-has-errors/</link>
		<comments>http://envelopery.com/html-css-web-development/google-font-css-has-errors/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 23:40:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS Web Development]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=80</guid>
		<description><![CDATA[I got errors for the CSS file linked to from my website, which I want to be validated, but I can&#8217;t fix something I&#8217;m linking to &#8230;]]></description>
			<content:encoded><![CDATA[<p>I got errors for the CSS file linked to from my website, which I want to be validated, but I can&#8217;t fix something I&#8217;m linking to &#8230;</p>
<p style="text-align: center;"><a href="http://envelopery.com/wp-content/uploads/2011/10/valid-css.png"><img class="aligncenter size-full wp-image-81" style="width: 100%;" title="Google Web Font API CSS errors" src="http://envelopery.com/wp-content/uploads/2011/10/valid-css.png" alt="Google Web Font API CSS errors" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/html-css-web-development/google-font-css-has-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stylebot Chrome Browser Stylish</title>
		<link>http://envelopery.com/html-css-web-development/stylebot-chrome-browser-stylish/</link>
		<comments>http://envelopery.com/html-css-web-development/stylebot-chrome-browser-stylish/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 01:14:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS Web Development]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=76</guid>
		<description><![CDATA[Stylebot &#8211; I love this plugin. It&#8217;s like stylish/ greasemonkey for FireFox, but simpler to make your own edits to websites. You just go to a website you want to edit, and click areas of the page you want to &#8230; <a href="http://envelopery.com/html-css-web-development/stylebot-chrome-browser-stylish/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Stylebot &#8211; I love this plugin.</p>
<p>It&#8217;s like stylish/ greasemonkey for FireFox, but simpler to make your own edits to websites.<br /> You just go to a website you want to edit, and click areas of the page you want to change, or add your own CSS to add to that domain.</p>
<p>Maybe not that powerful, but It could get better ~</p>
<p>Here are my first ones, completely cleaning some websites:</p>
<h2>SMSfun.com.au</h2>
<p>This website can be so obnoxious, covered in bright colours and flashing images, but now theres:</p>
<p>body {<br /> background-image: none;<br /> background-color: #ccc;<br /> }</p>
<p>#contentright, #tblrightcolumn, #sitebanner, #leftcolumn , #sitebanners, #featured, #regright, .features, #weeklypollbox, #joinnowbox, #welcomeblock {<br /> display: none;<br /> }</p>
<p>#sitenav {<br /> margin-top: 97px;<br /> }</p>
<p>&nbsp;</p>
<p><strong>Before:</strong></p>
<p><img class="aligncenter size-full wp-image-78" title="SMSfun website before the CSS fix clean" src="http://envelopery.com/wp-content/uploads/2011/10/2.jpg" alt="SMSfun website before the CSS fix clean" width="584" height="457" /><strong>After</strong></p>
<p><img class="aligncenter size-full wp-image-79" title="Clean website from Envelopery CSS StyleBot" src="http://envelopery.com/wp-content/uploads/2011/10/1.jpg" alt="Clean website from Envelopery CSS StyleBot" width="584" height="312" /></p>
<h2><a href="http://whois.domaintools.com/">whois.domaintools.com</a> - Removing the Sidebar</h2>
<p>.main_right_content, #center-content-right, #main-left-content, #google-ads-container, iframe, #aswift_0_anchor, .whois-social-media float-row, .addthis_toolbox, .whois-social-media {<br /> display: none;<br /> }</p>
<p>.main_left_content, .float-row, .rounded-grey-tab, .tab-panel, .whoisTabs, .tab-panel-header, .unselectable, .tab-panel-header-plain, .tab-panel-body, .tab-panel-body-top , .tab-strip-wrap, #center-content-left {<br /> width: 100%<br /> ;<br /> }</p>
<p>.right {<br /> float: left;<br /> }</p>
<h2><a href="http://whois.domaintools.com/">domaintools.com</a></h2>
<p>#dt-nav-wrapper-banner, .right-column, .things-to-do, .float-row, .vert-pad-10<br /> {<br /> display:none;<br /> }</p>
<h2>YouTube</h2>
<p>.homepage-side-block, .yt-alert-promo, .shmoovies-list-container, #ALL-content , .watch-sidebar-section, #watch-sidebar , .browse-content , #__ffYoutube3, #ad_creative_1, #homepage-side-content, .h2-links-black {<br /> display: none;<br /> }</p>
<h2>FaceBook &#8211; remove the blue bar at the top (make it white)</h2>
<p>.slim #blueBar {<br /> border-bottom: 1px solid #fff;<br /> }</p>
<p>#blueBar {<br /> background-color: #fff;<br /> }</p>
<p>#pageLogo a {<br /> background-color: #fff;}</p>
<h2>biblegateway.com</h2>
<p>#home-picks , #votd-box, .section-box, #merch-bottom, #rotate-link, #social-media-links, #top-link, #gospel-com-results, .with-alert, .results-head, .passage-share-buttons , .share-buttons {<br /> display: none;<br />}</p>
<p>#body {<br /> min-height: 200px;<br />}</p>
<h2>mobile.biblegateway.com</h2>
<p>#merch-bottom, #home-picks, .with-alert, #sections-left-col, #welcome-box , #mobile_block , #social-media-links, #top-link {</p>
<p>display: none;<br />}</p>
<p>.max_width {<br /> max-width: none;<br /> margin: 1px 5px 0 ;<br />}</p>
<p>#main-col {<br /> min-height: 10px ;<br />}</p>
<p>#sig p {<br /> position: relative;<br /> float: left;<br /> padding-left: 30px;<br />}</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/html-css-web-development/stylebot-chrome-browser-stylish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>double click animation, double right click GIF animation</title>
		<link>http://envelopery.com/html-css-web-development/double-click-animation-double-right-click-gif-animation/</link>
		<comments>http://envelopery.com/html-css-web-development/double-click-animation-double-right-click-gif-animation/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 01:54:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS Web Development]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=71</guid>
		<description><![CDATA[I made these two animations, since I needed them for explaining that in embedded Google Maps, you can double left or right click to zoom in and out.. Double Click GIF Animation Double Right Click GIF Animation You can download &#8230; <a href="http://envelopery.com/html-css-web-development/double-click-animation-double-right-click-gif-animation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I made these two animations, since I needed them for explaining that in embedded Google Maps, you can double left or right click to zoom in and out..</p>
<p>Double Click GIF Animation<br />
<img src="http://envelopery.com/wp-content/uploads/2011/10/left-click.gif" alt="Double Left Click GIF Animation" title="Double Left Click GIF Animation" width="50" height="50" class="aligncenter size-full wp-image-72" /><br />
Double Right Click GIF Animation<br />
<img src="http://envelopery.com/wp-content/uploads/2011/10/right-click.gif" alt="Double RightClick GIF Animation" title="Double Right Click GIF Animation" width="50" height="50" class="aligncenter size-full wp-image-73" /></p>
<p>You can download the ZIP of both GIFs and the photoshop file, if you want to edit it &#8211; you can make single click too<br />
The original image is GPL licence.</p>
<p><a href='http://envelopery.com/wp-content/uploads/2011/10/double-click.zip'>Double click Animation &#8211; GIF, double right click ZIP file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/html-css-web-development/double-click-animation-double-right-click-gif-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Back button for website</title>
		<link>http://envelopery.com/envelopery-hosting-web-dev-blog/html-back-button-for-website/</link>
		<comments>http://envelopery.com/envelopery-hosting-web-dev-blog/html-back-button-for-website/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 03:17:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=70</guid>
		<description><![CDATA[If you would like to add a back button on your website, rather than asking people to click back (which some people might never do when you want them to..) You can use this HTML Back Button: &#60;form&#62;&#60;input type=&#8221;button&#8221; VALUE=&#8221;Back&#8221; &#8230; <a href="http://envelopery.com/envelopery-hosting-web-dev-blog/html-back-button-for-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you would like to add a back button on your website, rather than asking people to click back (which some people might never do when you want them to..)</p>
<p>You can use this <strong>HTML Back Button</strong>:</p>
<p>&lt;form&gt;&lt;input type=&#8221;button&#8221; VALUE=&#8221;Back&#8221; onClick=&#8221;history.go(-1);return true;&#8221;&gt;&lt;/form&gt;</p>
<p>Shows up like this:</p>
<p><FORM><INPUT TYPE="button" VALUE="Back" onClick="history.go(-1);return true;"></FORM></p>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/envelopery-hosting-web-dev-blog/html-back-button-for-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to secure your files on your FTP and disallow people seeing a list of them</title>
		<link>http://envelopery.com/html-css-web-development/how-to-secure-your-files-on-your-ftp-and-disallow-people-seeing-a-list-of-them/</link>
		<comments>http://envelopery.com/html-css-web-development/how-to-secure-your-files-on-your-ftp-and-disallow-people-seeing-a-list-of-them/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 05:56:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS Web Development]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=68</guid>
		<description><![CDATA[You can block people seeing a list of files in a FTP directory by adding an index.html file (even if it&#8217;s blank) Or add this to the .htaccess file (note that htaccess files in lower directories over ride the root &#8230; <a href="http://envelopery.com/html-css-web-development/how-to-secure-your-files-on-your-ftp-and-disallow-people-seeing-a-list-of-them/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You can block people seeing a list of files in a FTP directory by adding an index.html file (even if it&#8217;s blank)</p>
<p>Or add this to the .htaccess file (note that htaccess files in lower directories over ride the root htaccess file etc.</p>
<p style="padding-left: 30px;">Options -Indexes</p>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/html-css-web-development/how-to-secure-your-files-on-your-ftp-and-disallow-people-seeing-a-list-of-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect Dynamic URL to Static Link and Redirect old to new no loop error</title>
		<link>http://envelopery.com/html-css-web-development/redirect-dynamic-url-to-static-link-and-redirect-old-to-new-no-loop-error/</link>
		<comments>http://envelopery.com/html-css-web-development/redirect-dynamic-url-to-static-link-and-redirect-old-to-new-no-loop-error/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 07:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML CSS Web Development]]></category>

		<guid isPermaLink="false">http://envelopery.com/?p=65</guid>
		<description><![CDATA[I spent such a huge amount of time trying to find the answer to this problem, and different servers might behave differently, I spent a long time trying so many different variations and combinations In the end I couldn&#8217;t get &#8230; <a href="http://envelopery.com/html-css-web-development/redirect-dynamic-url-to-static-link-and-redirect-old-to-new-no-loop-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span>I spent such a huge amount of time trying to find the answer to this problem, and different servers might behave differently, I spent a long time trying so many different variations and combinations</span></p>
<p>In the end I couldn&#8217;t get it to work, and so I renamed the PHP file that was generating the pages:</p>
<p>EG:</p>
<ul>
<li>I want</li>
<li>http://PushkaCom.com/product.php?id=6</li>
<li>to redirect to</li>
<li>http://PushkaCom.com/products/toasters/</li>
</ul>
<p>rename product.php to p-product.php</p>
<p>RewriteCond %{QUERY_STRING} ^id=6$<br />
RewriteRule ^product\.php(.*)$ http://PushkaCom.com/products/toasters/? [R=301,L]<br />
RewriteRule ^products/toasters/$ p-product.php?id=6 [NC,L]</p>
<p>This was coming up as an infinite loop&#8230;</p>
<p style="padding-left: 30px;">RewriteEngine On<br />
[R=301,L]<br />
RewriteCond %{QUERY_STRING} ^id=6$<br />
RewriteRule ^product\.php$ http://PushkaCom.com/products/toasters/? [R=301,L]</p>
<p style="padding-left: 30px;">RewriteEngine on<br />
RewriteRule ^products/toasters/$ product.php?id=6 {{{maybe add  [R=301,L]  and switch the two?? }}}</p>
]]></content:encoded>
			<wfw:commentRss>http://envelopery.com/html-css-web-development/redirect-dynamic-url-to-static-link-and-redirect-old-to-new-no-loop-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.439 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-22 20:49:08 -->

