<?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>Komentarze do: Konfiguracja web serwera tak by zyskał dostęp do katalogu symfony_data/web/sf/</title>
	<atom:link href="http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/</link>
	<description>Because coding is art</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:40:46 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Autor: Sana</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-62909</link>
		<dc:creator>Sana</dc:creator>
		<pubDate>Sun, 05 Feb 2012 05:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-62909</guid>
		<description>Thank you!!!</description>
		<content:encoded><![CDATA[<p>Thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Jasna</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-62908</link>
		<dc:creator>Jasna</dc:creator>
		<pubDate>Sun, 05 Feb 2012 05:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-62908</guid>
		<description>It works fine for me!!! 
   Thank you</description>
		<content:encoded><![CDATA[<p>It works fine for me!!!<br />
   Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Install Symfony – Windows XP / Vista + WAMP : 向上人生路</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-29547</link>
		<dc:creator>Install Symfony – Windows XP / Vista + WAMP : 向上人生路</dc:creator>
		<pubDate>Sun, 05 Feb 2012 14:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-29547</guid>
		<description>[...] See my guide on configuring Apache to work hand in hand with your Symfony applications. [...]</description>
		<content:encoded><![CDATA[<p>[...] See my guide on configuring Apache to work hand in hand with your Symfony applications. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: jibux</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-20994</link>
		<dc:creator>jibux</dc:creator>
		<pubDate>Sun, 05 Feb 2012 16:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-20994</guid>
		<description>Thanks for this help.
I post this comment, because after I used your copy method, I found another way.

With my wamp 2.0, it’s easy to add an alias with pop-up menu for apache.
For jobeet tutorial you have to add some information in it.

This is my alias file

&lt;code&gt;
Alias /jobeet/sf &quot;C:\dev\sfproject\jobeet\lib\vendor\data\web\sf&quot;

    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order allow,deny
    Allow from all


Alias /jobeet &quot;C:\dev\sfproject\jobeet\web&quot; 

    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order allow,deny
    Allow from all

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for this help.<br />
I post this comment, because after I used your copy method, I found another way.</p>
<p>With my wamp 2.0, it’s easy to add an alias with pop-up menu for apache.<br />
For jobeet tutorial you have to add some information in it.</p>
<p>This is my alias file</p>
<p><code><br />
Alias /jobeet/sf "C:\dev\sfproject\jobeet\lib\vendor\data\web\sf"</p>
<p>    Options Indexes FollowSymLinks MultiViews<br />
    AllowOverride all<br />
        Order allow,deny<br />
    Allow from all</p>
<p>Alias /jobeet "C:\dev\sfproject\jobeet\web" </p>
<p>    Options Indexes FollowSymLinks MultiViews<br />
    AllowOverride all<br />
        Order allow,deny<br />
    Allow from all</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: jibux</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-20993</link>
		<dc:creator>jibux</dc:creator>
		<pubDate>Sun, 05 Feb 2012 16:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-20993</guid>
		<description>Thanks for this help.
I post this comment, because after I used your copy method, I found another way.

With my wamp 2.0, it&#039;s easy to add an alias with pop-up menu for apache.
For jobeet tutorial you have to add some information in it.

This is my alias file

Alias /jobeet/sf &quot;C:\dev\sfproject\jobeet\lib\vendor\data\web\sf&quot;

    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order allow,deny
    Allow from all


Alias /jobeet &quot;C:\dev\sfproject\jobeet\web&quot; 

    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order allow,deny
    Allow from all
</description>
		<content:encoded><![CDATA[<p>Thanks for this help.<br />
I post this comment, because after I used your copy method, I found another way.</p>
<p>With my wamp 2.0, it&#8217;s easy to add an alias with pop-up menu for apache.<br />
For jobeet tutorial you have to add some information in it.</p>
<p>This is my alias file</p>
<p>Alias /jobeet/sf &#8220;C:\dev\sfproject\jobeet\lib\vendor\data\web\sf&#8221;</p>
<p>    Options Indexes FollowSymLinks MultiViews<br />
    AllowOverride all<br />
        Order allow,deny<br />
    Allow from all</p>
<p>Alias /jobeet &#8220;C:\dev\sfproject\jobeet\web&#8221; </p>
<p>    Options Indexes FollowSymLinks MultiViews<br />
    AllowOverride all<br />
        Order allow,deny<br />
    Allow from all</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: ce</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-16515</link>
		<dc:creator>ce</dc:creator>
		<pubDate>Sun, 05 Feb 2012 18:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-16515</guid>
		<description>I hope this helps someone. 

I was having the same problem. At first I could not find the &quot;data\symfony\web\sf&quot;. Then after banging my head against the wall I noticed that the installation had added a NEW directory on C:\php5. Inside this directory you will find the &quot;sf&quot; directory. 

I had installed WAMP on C drive. c:wamp 
after installing symfony through PEAR it had installed another copy of its own php5 on c:php5 which I was not aware(It never asked me at least I don&#039;t remember). As a result I could not find the &quot;sf&quot; directory. I was looking in the PATH C:\wamp\bin\php\php5.3.0 in which you will never find if you installed the way I did (i followed the installation on this site). 

Then opened the httpd.conf file ( C:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf  ) 
and appended this code: 

 AllowOverride All
 Allow from All



  ServerName myproject.localhost
  DocumentRoot &quot;C:\wamp\www\myproject\web&quot;
  DirectoryIndex index.php
  Alias /sf C:\php5\pear\data\symfony\web\sf

  
   AllowOverride All
   Allow from All
  


Must restart apache. 

if everything goes well it should work.</description>
		<content:encoded><![CDATA[<p>I hope this helps someone. </p>
<p>I was having the same problem. At first I could not find the &#8220;data\symfony\web\sf&#8221;. Then after banging my head against the wall I noticed that the installation had added a NEW directory on C:\php5. Inside this directory you will find the &#8220;sf&#8221; directory. </p>
<p>I had installed WAMP on C drive. c:wamp<br />
after installing symfony through PEAR it had installed another copy of its own php5 on c:php5 which I was not aware(It never asked me at least I don&#8217;t remember). As a result I could not find the &#8220;sf&#8221; directory. I was looking in the PATH C:\wamp\bin\php\php5.3.0 in which you will never find if you installed the way I did (i followed the installation on this site). </p>
<p>Then opened the httpd.conf file ( C:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf  )<br />
and appended this code: </p>
<p> AllowOverride All<br />
 Allow from All</p>
<p>  ServerName myproject.localhost<br />
  DocumentRoot &#8220;C:\wamp\www\myproject\web&#8221;<br />
  DirectoryIndex index.php<br />
  Alias /sf C:\php5\pear\data\symfony\web\sf</p>
<p>   AllowOverride All<br />
   Allow from All</p>
<p>Must restart apache. </p>
<p>if everything goes well it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: bolec</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-14658</link>
		<dc:creator>bolec</dc:creator>
		<pubDate>Sun, 05 Feb 2012 14:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-14658</guid>
		<description>I have dir in

Alias /sf “C:\php5\pear\data\symfony\web\sf”


this work and not forget restart apache ;)</description>
		<content:encoded><![CDATA[<p>I have dir in</p>
<p>Alias /sf “C:\php5\pear\data\symfony\web\sf”</p>
<p>this work and not forget restart apache <img src='http://www.poetryofprogramming.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: martin</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-14553</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Sun, 05 Feb 2012 21:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-14553</guid>
		<description>ok, I got it.

I found the path in: c:\wamp\bin\php\php5.2.8\data\symfony\web\sf

I got problems when I pasted you above lines in httpd-vhosts.conf. Wamp made a yellow symbol so something had to be wrong.

After removeing &lt;b&gt;Listen 127.0.0.2:80&lt;/b&gt; it works like a charm. Dunno why :)</description>
		<content:encoded><![CDATA[<p>ok, I got it.</p>
<p>I found the path in: c:\wamp\bin\php\php5.2.8\data\symfony\web\sf</p>
<p>I got problems when I pasted you above lines in httpd-vhosts.conf. Wamp made a yellow symbol so something had to be wrong.</p>
<p>After removeing <b>Listen 127.0.0.2:80</b> it works like a charm. Dunno why <img src='http://www.poetryofprogramming.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: martin</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-14551</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Sun, 05 Feb 2012 21:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-14551</guid>
		<description>Thanks for this nice guide!

Unfortunatly I also have problems to locate this path on my installation:
c:\wamp\bin\php\php5.2.8\PEAR\data\symfony\web\sf”

I find: C:\wamp\bin\php\php5.2.8\PEAR\symfony, not /data as a subfolder in PEAR dir.

I have wamp 2.0 - php 5.2.8 with PEAR installed. I can see the welcome page on project without any images/graphics.

When I search my C: I can`t find any directory with symfony\web\sf , neither can I find the picture src=&quot;/sf/sf_default/images/sfTLogo.png&quot; that should show up in welcome page.

What to do??</description>
		<content:encoded><![CDATA[<p>Thanks for this nice guide!</p>
<p>Unfortunatly I also have problems to locate this path on my installation:<br />
c:\wamp\bin\php\php5.2.8\PEAR\data\symfony\web\sf”</p>
<p>I find: C:\wamp\bin\php\php5.2.8\PEAR\symfony, not /data as a subfolder in PEAR dir.</p>
<p>I have wamp 2.0 &#8211; php 5.2.8 with PEAR installed. I can see the welcome page on project without any images/graphics.</p>
<p>When I search my C: I can`t find any directory with symfony\web\sf , neither can I find the picture src=&#8221;/sf/sf_default/images/sfTLogo.png&#8221; that should show up in welcome page.</p>
<p>What to do??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Elmer Thomas</title>
		<link>http://www.poetryofprogramming.com/pl/symfony/setting-the-web-server-to-gain-access-to-symfony_datawebsf-directory/comment-page-1/#comment-14471</link>
		<dc:creator>Elmer Thomas</dc:creator>
		<pubDate>Sun, 05 Feb 2012 08:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.poetryofprogramming.com/?p=25#comment-14471</guid>
		<description>Thank you! I was able to get this going well using method 3 in Mac OSX. 

Except I used a symbolic link like so:

ln -s [path_to_sf_subdirectory] ./ 

from within my projects &quot;web&quot; sub-directory.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thank you! I was able to get this going well using method 3 in Mac OSX. </p>
<p>Except I used a symbolic link like so:</p>
<p>ln -s [path_to_sf_subdirectory] ./ </p>
<p>from within my projects &#8220;web&#8221; sub-directory.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

