<?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 for Robert Cesaric</title>
	<atom:link href="http://cesaric.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://cesaric.com</link>
	<description>Geek Is The New Black</description>
	<lastBuildDate>Sun, 07 Apr 2013 00:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Create virtual hosts in WAMP by Allen</title>
		<link>http://cesaric.com/?p=255&#038;cpage=1#comment-1643</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Sun, 07 Apr 2013 00:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=255#comment-1643</guid>
		<description><![CDATA[i never saw this mentioned but just in case. I was having a problem with my wamp server restarting and staying orange and I had to do a lil more research make sure in host.conf that NameVirtualHost *:80 is commented, and that also didnt work for me so i actually did this NameVirtualHost 127.0.0.1 and changed it here


  DocumentRoot &quot;/Users/robert/Workspace/zagweb2/BlueBox/src_php/public_html&quot;
  ServerName bluebox
  
    Options FollowSymLinks Indexes MultiViews
    AllowOverride All
    Order deny,allow
    Allow from all
  


and then it did work]]></description>
		<content:encoded><![CDATA[<p>i never saw this mentioned but just in case. I was having a problem with my wamp server restarting and staying orange and I had to do a lil more research make sure in host.conf that NameVirtualHost *:80 is commented, and that also didnt work for me so i actually did this NameVirtualHost 127.0.0.1 and changed it here</p>
<p>  DocumentRoot &#8220;/Users/robert/Workspace/zagweb2/BlueBox/src_php/public_html&#8221;<br />
  ServerName bluebox</p>
<p>    Options FollowSymLinks Indexes MultiViews<br />
    AllowOverride All<br />
    Order deny,allow<br />
    Allow from all</p>
<p>and then it did work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Execute large MySQL scripts through phpMyAdmin by scott</title>
		<link>http://cesaric.com/?p=205&#038;cpage=1#comment-1571</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Fri, 22 Mar 2013 20:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=205#comment-1571</guid>
		<description><![CDATA[I created the upload dir where you said and added what you said to be added to the config file. I then went back to phpMyAdmin, reloaded the page and the new feature was not there. An error was.]]></description>
		<content:encoded><![CDATA[<p>I created the upload dir where you said and added what you said to be added to the config file. I then went back to phpMyAdmin, reloaded the page and the new feature was not there. An error was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create virtual hosts in WAMP by Kami</title>
		<link>http://cesaric.com/?p=255&#038;cpage=1#comment-1555</link>
		<dc:creator>Kami</dc:creator>
		<pubDate>Mon, 18 Mar 2013 17:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=255#comment-1555</guid>
		<description><![CDATA[I tried your process but i am getting &quot;502 Bad Gateway&quot; when i open my link. Any idea why its showing this error ?]]></description>
		<content:encoded><![CDATA[<p>I tried your process but i am getting &#8220;502 Bad Gateway&#8221; when i open my link. Any idea why its showing this error ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create virtual hosts in WAMP by Rob</title>
		<link>http://cesaric.com/?p=255&#038;cpage=1#comment-1505</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 27 Feb 2013 14:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=255#comment-1505</guid>
		<description><![CDATA[Hi Rahul, It sounds like the virtual host file (httpd-vhosts.conf) isn&#039;t being read but your host entries are.  You might be editing an inactive httpd.conf file.  Make sure you have the right one.  You want to also make sure that the path to your httpd-vhosts.conf file in httpd.conf is accurate.  If there was anything wrong with the DocumentRoot path you set, I think you would be getting an actual Apache error instead.  Hope that helps.]]></description>
		<content:encoded><![CDATA[<p>Hi Rahul, It sounds like the virtual host file (httpd-vhosts.conf) isn&#8217;t being read but your host entries are.  You might be editing an inactive httpd.conf file.  Make sure you have the right one.  You want to also make sure that the path to your httpd-vhosts.conf file in httpd.conf is accurate.  If there was anything wrong with the DocumentRoot path you set, I think you would be getting an actual Apache error instead.  Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create virtual hosts in WAMP by Rahul Dabas</title>
		<link>http://cesaric.com/?p=255&#038;cpage=1#comment-1502</link>
		<dc:creator>Rahul Dabas</dc:creator>
		<pubDate>Mon, 25 Feb 2013 19:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=255#comment-1502</guid>
		<description><![CDATA[Hi Rob,
Thanks for an excellent tutorial.
It was really simple and clear to follow.

I did follow all the steps but have a problem now ..
I created one virtualhost for &quot;localhost&quot;
another for my name &quot;rahul&quot;

now .. no matter if i type localhost or rahul - both are somehow pointing to the same wamp/www directory. I have set a diff Document_root path for rahul. Still this weird behaviour.

httpd.conf has no changes ryt? Just uncomment one line as shown in tutorial ??]]></description>
		<content:encoded><![CDATA[<p>Hi Rob,<br />
Thanks for an excellent tutorial.<br />
It was really simple and clear to follow.</p>
<p>I did follow all the steps but have a problem now ..<br />
I created one virtualhost for &#8220;localhost&#8221;<br />
another for my name &#8220;rahul&#8221;</p>
<p>now .. no matter if i type localhost or rahul &#8211; both are somehow pointing to the same wamp/www directory. I have set a diff Document_root path for rahul. Still this weird behaviour.</p>
<p>httpd.conf has no changes ryt? Just uncomment one line as shown in tutorial ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Left Sided ToolTip/ErrorTip by George</title>
		<link>http://cesaric.com/?p=663&#038;cpage=1#comment-1435</link>
		<dc:creator>George</dc:creator>
		<pubDate>Mon, 04 Feb 2013 13:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=663#comment-1435</guid>
		<description><![CDATA[Thanks]]></description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create virtual hosts in WAMP by Ferhat Coşkun</title>
		<link>http://cesaric.com/?p=255&#038;cpage=1#comment-1425</link>
		<dc:creator>Ferhat Coşkun</dc:creator>
		<pubDate>Sun, 03 Feb 2013 16:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=255#comment-1425</guid>
		<description><![CDATA[thanks bro.  


Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
 


this is critical :)]]></description>
		<content:encoded><![CDATA[<p>thanks bro.  </p>
<p>Options Indexes FollowSymLinks<br />
AllowOverride None<br />
Order allow,deny<br />
Allow from all</p>
<p>this is critical <img src='http://cesaric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ToggleButtonBar w/ Separators, Multiline &amp; Solid Color State Attributes by Mario Watson</title>
		<link>http://cesaric.com/?p=525&#038;cpage=1#comment-1409</link>
		<dc:creator>Mario Watson</dc:creator>
		<pubDate>Thu, 24 Jan 2013 04:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=525#comment-1409</guid>
		<description><![CDATA[You don&#039;t have to know HTML, JavaScript, CSS or any other coding languages to make multi-state rollover web buttons, professional cross-browser, search engine friendly DHTML menus. All you have to do is make some clicks and adjust buttons as you wish for them to appear. Vista Web Buttons will generate all necessary images, html, javascripts, css styles automatically!]]></description>
		<content:encoded><![CDATA[<p>You don&#8217;t have to know HTML, JavaScript, CSS or any other coding languages to make multi-state rollover web buttons, professional cross-browser, search engine friendly DHTML menus. All you have to do is make some clicks and adjust buttons as you wish for them to appear. Vista Web Buttons will generate all necessary images, html, javascripts, css styles automatically!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create virtual hosts in WAMP by jeric realubit</title>
		<link>http://cesaric.com/?p=255&#038;cpage=1#comment-1407</link>
		<dc:creator>jeric realubit</dc:creator>
		<pubDate>Wed, 23 Jan 2013 15:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=255#comment-1407</guid>
		<description><![CDATA[very nice! thanks! :)]]></description>
		<content:encoded><![CDATA[<p>very nice! thanks! <img src='http://cesaric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create virtual hosts in WAMP by anuranjan pandey</title>
		<link>http://cesaric.com/?p=255&#038;cpage=1#comment-1237</link>
		<dc:creator>anuranjan pandey</dc:creator>
		<pubDate>Tue, 25 Sep 2012 18:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://cesaric.com/?p=255#comment-1237</guid>
		<description><![CDATA[thanks for this great tutorial]]></description>
		<content:encoded><![CDATA[<p>thanks for this great tutorial</p>
]]></content:encoded>
	</item>
</channel>
</rss>
