<?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>adjei.co.uk &#187; osCommerce</title>
	<atom:link href="http://adjei.co.uk/category/lamp/oscommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://adjei.co.uk</link>
	<description>Jonathan's braindump</description>
	<lastBuildDate>Thu, 12 Nov 2009 00:20:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>osCommerce redirect error when SSL enabled and shop directory is different to NONSSL directory</title>
		<link>http://adjei.co.uk/lamp/oscommerce-redirect-error-when-ssl-enabled-and-shop-directory-is-different-to-nonssl-directory/</link>
		<comments>http://adjei.co.uk/lamp/oscommerce-redirect-error-when-ssl-enabled-and-shop-directory-is-different-to-nonssl-directory/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 13:18:45 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/archives/32</guid>
		<description><![CDATA[I  found the solution to this issue from a thread on the forums. It means making a correction to the tep_redirect function in functions/general.php.
You need to add the DIR_WS_HTTPS_CATALOG constant into the url transformation part&#8230;
Before:
// Redirect to another page or site
function tep_redirect($url) {
$url = str_replace(&#8216;&#038;&#8217;, &#8216;&#038;&#8217;, $url); //Ampersand fix
if ( (strstr($url, &#8220;\n&#8221;) != false) [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/oscommerce-redirect-error-when-ssl-enabled-and-shop-directory-is-different-to-nonssl-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
