<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using the Default Web Url in Magento</title>
	<atom:link href="http://aaronkondziela.com/2009/09/using-default-web-url-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaronkondziela.com/2009/09/using-default-web-url-in-magento/</link>
	<description>...because technology should be used to do cool things!</description>
	<lastBuildDate>Thu, 29 Dec 2011 17:19:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Aaron K.</title>
		<link>http://aaronkondziela.com/2009/09/using-default-web-url-in-magento/comment-page-1/#comment-127</link>
		<dc:creator>Aaron K.</dc:creator>
		<pubDate>Sun, 16 May 2010 19:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://aaronkondziela.com/?p=272#comment-127</guid>
		<description>mafic,
No, the /default that you are getting in your URL is probably coming from the store View or something like that, but this particular article doesn&#039;t apply. There are options in Admin somewhere to enable or disable multiple store views, and to embed it in the url. You just need to find it and turn it off, or something like that =)</description>
		<content:encoded><![CDATA[<p>mafic,<br />
No, the /default that you are getting in your URL is probably coming from the store View or something like that, but this particular article doesn&#8217;t apply. There are options in Admin somewhere to enable or disable multiple store views, and to embed it in the url. You just need to find it and turn it off, or something like that =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mafic</title>
		<link>http://aaronkondziela.com/2009/09/using-default-web-url-in-magento/comment-page-1/#comment-126</link>
		<dc:creator>mafic</dc:creator>
		<pubDate>Sat, 15 May 2010 18:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://aaronkondziela.com/?p=272#comment-126</guid>
		<description>hi... 
When I click to some page, the link will appear as https://www.packtpub.com/default/contact
Is this article relate to my problem?</description>
		<content:encoded><![CDATA[<p>hi&#8230;<br />
When I click to some page, the link will appear as <a href="https://www.packtpub.com/default/contact" rel="nofollow">https://www.packtpub.com/default/contact</a><br />
Is this article relate to my problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srdjan</title>
		<link>http://aaronkondziela.com/2009/09/using-default-web-url-in-magento/comment-page-1/#comment-108</link>
		<dc:creator>Srdjan</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://aaronkondziela.com/?p=272#comment-108</guid>
		<description>Thanks man for clearing this up.
One thing though, I keep getting 404 when hitting catalog/category/ or catalog/category/view/</description>
		<content:encoded><![CDATA[<p>Thanks man for clearing this up.<br />
One thing though, I keep getting 404 when hitting catalog/category/ or catalog/category/view/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Richards</title>
		<link>http://aaronkondziela.com/2009/09/using-default-web-url-in-magento/comment-page-1/#comment-107</link>
		<dc:creator>Jake Richards</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://aaronkondziela.com/?p=272#comment-107</guid>
		<description>Great explanation. Works for redirecting calls to the root domain. But it looks like it overwrites the &quot;CMS home page&quot; option in the configuration page of the backend.

Is this the case?</description>
		<content:encoded><![CDATA[<p>Great explanation. Works for redirecting calls to the root domain. But it looks like it overwrites the &#8220;CMS home page&#8221; option in the configuration page of the backend.</p>
<p>Is this the case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen Kilroy</title>
		<link>http://aaronkondziela.com/2009/09/using-default-web-url-in-magento/comment-page-1/#comment-106</link>
		<dc:creator>Karen Kilroy</dc:creator>
		<pubDate>Fri, 13 Nov 2009 21:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://aaronkondziela.com/?p=272#comment-106</guid>
		<description>PS: I didn&#039;t mention I&#039;m using Magento Enterprise 1.6.0.0. Below is how I&#039;ve got the Virtual Host configured in httpd.conf. The Magento implementation will have multiple domains hitting multiple websites. Some of the websites are required to have html front ends. Many thanks, Karen 


ServerAdmin webmaster@suarez.com
     ServerName dev.endlessyouthandlife.com
     DocumentRoot /var/www/html/1.6.0.0
     SetEnv MAGE_RUN_CODE &quot;endlessyouthandlife&quot;
     SetEnv MAGE_RUN_TYPE &quot;website&quot;
     ErrorLog logs/endlessyouthandlife.com-error_log
     CustomLog logs/endlessyouthandlife.com-access_log common
             RewriteEngine on
             RewriteCond %{REQUEST_METHOD} ^(TRACE&#124;TRACK)
             RewriteRule .* - [F]
</description>
		<content:encoded><![CDATA[<p>PS: I didn&#8217;t mention I&#8217;m using Magento Enterprise 1.6.0.0. Below is how I&#8217;ve got the Virtual Host configured in httpd.conf. The Magento implementation will have multiple domains hitting multiple websites. Some of the websites are required to have html front ends. Many thanks, Karen </p>
<p>ServerAdmin <a href="mailto:webmaster@suarez.com">webmaster@suarez.com</a><br />
     ServerName dev.endlessyouthandlife.com<br />
     DocumentRoot /var/www/html/1.6.0.0<br />
     SetEnv MAGE_RUN_CODE &#8220;endlessyouthandlife&#8221;<br />
     SetEnv MAGE_RUN_TYPE &#8220;website&#8221;<br />
     ErrorLog logs/endlessyouthandlife.com-error_log<br />
     CustomLog logs/endlessyouthandlife.com-access_log common<br />
             RewriteEngine on<br />
             RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)<br />
             RewriteRule .* &#8211; [F]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen Kilroy</title>
		<link>http://aaronkondziela.com/2009/09/using-default-web-url-in-magento/comment-page-1/#comment-105</link>
		<dc:creator>Karen Kilroy</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://aaronkondziela.com/?p=272#comment-105</guid>
		<description>Hi Aaron, Thank you so much for these directions. I didn&#039;t think this was difficult or all that strange because I&#039;ve written Magento modules before. But I am having a problem - after I make the changes, it works like a charm, except I can&#039;t then access anything else in the Magento store, such as www.domainname.com/customer/account/login/

Any ideas?

thanks much,
Karen Kilroy</description>
		<content:encoded><![CDATA[<p>Hi Aaron, Thank you so much for these directions. I didn&#8217;t think this was difficult or all that strange because I&#8217;ve written Magento modules before. But I am having a problem &#8211; after I make the changes, it works like a charm, except I can&#8217;t then access anything else in the Magento store, such as <a href="http://www.domainname.com/customer/account/login/" rel="nofollow">http://www.domainname.com/customer/account/login/</a></p>
<p>Any ideas?</p>
<p>thanks much,<br />
Karen Kilroy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://aaronkondziela.com/2009/09/using-default-web-url-in-magento/comment-page-1/#comment-99</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://aaronkondziela.com/?p=272#comment-99</guid>
		<description>Holy crap, what a huge pain. Thanks for the clarification.</description>
		<content:encoded><![CDATA[<p>Holy crap, what a huge pain. Thanks for the clarification.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

