<?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: Starting a WordPress Blog &#8211; From Creation to Hosting</title>
	<atom:link href="http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/</link>
	<description>A Web 2.0 Journal's Entanglement Of Modern Era</description>
	<lastBuildDate>Thu, 01 Jul 2010 16:21:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AnnaMendovea</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-378</link>
		<dc:creator>AnnaMendovea</dc:creator>
		<pubDate>Tue, 24 Nov 2009 11:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-378</guid>
		<description>Hi,

 I&#039;m Ann, I&#039;m thirty two old, I work in a french rest house.   it&#039;s great to come with you and I&#039;d tried to improve my english

cheers,

Anna :: &lt;a href=&quot;http://nl.pokerunlimited.eu/Blogs/annajoicles/2009/11/24/maison-de-retraite/&quot; rel=&quot;nofollow&quot;&gt;maison de retraite&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> I&#8217;m Ann, I&#8217;m thirty two old, I work in a french rest house.   it&#8217;s great to come with you and I&#8217;d tried to improve my english</p>
<p>cheers,</p>
<p>Anna :: <a href="http://nl.pokerunlimited.eu/Blogs/annajoicles/2009/11/24/maison-de-retraite/" rel="nofollow">maison de retraite</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushkar Arora</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-371</link>
		<dc:creator>Pushkar Arora</dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-371</guid>
		<description>Thanks Sandra</description>
		<content:encoded><![CDATA[<p>Thanks Sandra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-370</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-370</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://pushkararora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-73</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 13 Oct 2008 06:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-73</guid>
		<description>Hey I did what you said and it&#039;s running fine now. Thanks for the great help!</description>
		<content:encoded><![CDATA[<p>Hey I did what you said and it&#8217;s running fine now. Thanks for the great help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushkar Arora</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-65</link>
		<dc:creator>Pushkar Arora</dc:creator>
		<pubDate>Mon, 06 Oct 2008 11:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-65</guid>
		<description>Hi James.

Going through the information you have provided, I can think of this solution. 

You can configure Apache to use multiple ports, which in your case is 8080. (Keep the Wordpress settings intact)

1. Open Apache configuration File httpd.conf, find the line: Listen 80 and Type Listen 8080 in the next line:
Listen 80
Listen 8080

2. Find the VirtualHost portion for your Web Site config and Add  *:8080
eg. VirtualHost *:80 *:8080

3. Restart Your Apache web server and test your website for the accessibility by typing &#039;http://www.website.com:8080&#039;

You may also have to configure your Apache to connect to the internet using a proxy. 

Here is a link that also may help you. &#039;http://www.bleepingcomputer.com/tutorials/tutorial51.html&#039;

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi James.</p>
<p>Going through the information you have provided, I can think of this solution. </p>
<p>You can configure Apache to use multiple ports, which in your case is 8080. (Keep the Wordpress settings intact)</p>
<p>1. Open Apache configuration File httpd.conf, find the line: Listen 80 and Type Listen 8080 in the next line:<br />
Listen 80<br />
Listen 8080</p>
<p>2. Find the VirtualHost portion for your Web Site config and Add  *:8080<br />
eg. VirtualHost *:80 *:8080</p>
<p>3. Restart Your Apache web server and test your website for the accessibility by typing &#8216;http://www.website.com:8080&#8242;</p>
<p>You may also have to configure your Apache to connect to the internet using a proxy. </p>
<p>Here is a link that also may help you. &#8216;http://www.bleepingcomputer.com/tutorials/tutorial51.html&#8217;</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-64</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 06 Oct 2008 09:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-64</guid>
		<description>Hey thanks for the informative post! I&#039;ve a question for you, hoping you could help me out here.

I recently installed Wordpress on my computer with Apache listening to the default port 80. As I wanted to expose my site to the web so that my client can preview it on their own browsers, I did some port forwarding from my router for port 8080, and configured Apache to listen to that port instead of the default port 80. However, this kinda broke everything and I&#039;m not able to access my Wordpress site after this change. I also tried editing the DB_HOST settings to &#039;localhost:8080&quot; in my wp-config.php, but this didn&#039;t change anything. 

Do you have any idea on how I fix this? I hope I&#039;ve provided enough information for a quick diagnosis. Thanks =]</description>
		<content:encoded><![CDATA[<p>Hey thanks for the informative post! I&#8217;ve a question for you, hoping you could help me out here.</p>
<p>I recently installed Wordpress on my computer with Apache listening to the default port 80. As I wanted to expose my site to the web so that my client can preview it on their own browsers, I did some port forwarding from my router for port 8080, and configured Apache to listen to that port instead of the default port 80. However, this kinda broke everything and I&#8217;m not able to access my Wordpress site after this change. I also tried editing the DB_HOST settings to &#8216;localhost:8080&#8243; in my wp-config.php, but this didn&#8217;t change anything. </p>
<p>Do you have any idea on how I fix this? I hope I&#8217;ve provided enough information for a quick diagnosis. Thanks =]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salil</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-15</link>
		<dc:creator>Salil</dc:creator>
		<pubDate>Tue, 12 Aug 2008 10:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-15</guid>
		<description>Nice to see your job through net.My best wishes are with you.</description>
		<content:encoded><![CDATA[<p>Nice to see your job through net.My best wishes are with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waraich</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-12</link>
		<dc:creator>Waraich</dc:creator>
		<pubDate>Mon, 11 Aug 2008 08:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-12</guid>
		<description>i found this post very helpful for the begginers ...an easy language and step by step approach has been used...covering every point
gud job for the first post..its really a very nice start....
gud luck for ur future</description>
		<content:encoded><![CDATA[<p>i found this post very helpful for the begginers &#8230;an easy language and step by step approach has been used&#8230;covering every point<br />
gud job for the first post..its really a very nice start&#8230;.<br />
gud luck for ur future</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-11</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Sat, 09 Aug 2008 16:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-11</guid>
		<description>great job teaching everyone..</description>
		<content:encoded><![CDATA[<p>great job teaching everyone..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anamika</title>
		<link>http://pushkararora.com/how-to/starting-a-wordpress-blog-from-creation-to-hosting/comment-page-1/#comment-10</link>
		<dc:creator>Anamika</dc:creator>
		<pubDate>Fri, 08 Aug 2008 13:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://pushkararora.com/?p=16#comment-10</guid>
		<description>Great Job for the first post. I like the simple language n the brevity.
I am proud of You! Keep Up the Good Work ! 
Damn Good pic :)</description>
		<content:encoded><![CDATA[<p>Great Job for the first post. I like the simple language n the brevity.<br />
I am proud of You! Keep Up the Good Work !<br />
Damn Good pic <img src='http://pushkararora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
