<?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: How to Install Symfony Framework in Linux	</title>
	<atom:link href="https://www.tecmint.com/install-symfony-framework-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-symfony-framework-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 20 Mar 2024 05:28:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-2149898</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 20 Mar 2024 05:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=815#comment-2149898</guid>

					<description><![CDATA[This article has been updated to incorporate Symfony instead of Zend Framework, following the deprecation of Zend. Symfony is recommended as a modern alternative, ensuring continued support and enhanced features for web development projects.]]></description>
			<content:encoded><![CDATA[<p>This article has been updated to incorporate Symfony instead of Zend Framework, following the deprecation of Zend. Symfony is recommended as a modern alternative, ensuring continued support and enhanced features for web development projects.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-780841</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 16 May 2016 05:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=815#comment-780841</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-780824&quot;&gt;supriya sonar&lt;/a&gt;.

@Supriya,

Its under &lt;strong&gt;/etc/sysconfig/SELinux&lt;/strong&gt; file, try to disable it and restart the machine to take new changes into effect..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-780824">supriya sonar</a>.</p>
<p>@Supriya,</p>
<p>Its under <strong>/etc/sysconfig/SELinux</strong> file, try to disable it and restart the machine to take new changes into effect..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: supriya sonar		</title>
		<link>https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-780824</link>

		<dc:creator><![CDATA[supriya sonar]]></dc:creator>
		<pubDate>Mon, 16 May 2016 05:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=815#comment-780824</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-779791&quot;&gt;Ravi Saive&lt;/a&gt;.

Thanks for solution.
Can u please let me know where does this SELinux mode exits]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-779791">Ravi Saive</a>.</p>
<p>Thanks for solution.<br />
Can u please let me know where does this SELinux mode exits</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-779791</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 13 May 2016 11:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=815#comment-779791</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-779737&quot;&gt;Supriya Sonar&lt;/a&gt;.

@Supriya,

On which Linux distribution you are getting such error, if it&#039;s CentOS, make sure to disable SELinux mode. If it&#039;s already disabled, make sure to check logs for the solution..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-779737">Supriya Sonar</a>.</p>
<p>@Supriya,</p>
<p>On which Linux distribution you are getting such error, if it&#8217;s CentOS, make sure to disable SELinux mode. If it&#8217;s already disabled, make sure to check logs for the solution..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Supriya Sonar		</title>
		<link>https://www.tecmint.com/install-symfony-framework-in-linux/comment-page-1/#comment-779737</link>

		<dc:creator><![CDATA[Supriya Sonar]]></dc:creator>
		<pubDate>Fri, 13 May 2016 07:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=815#comment-779737</guid>

					<description><![CDATA[I have already created project with zend using netbeans with latest component and new version of php 7.
but after creating when I am running my software it is giving me some error like &quot;The requested URL /lca/public was not found on this server.&quot;
Please help me out]]></description>
			<content:encoded><![CDATA[<p>I have already created project with zend using netbeans with latest component and new version of php 7.<br />
but after creating when I am running my software it is giving me some error like &#8220;The requested URL /lca/public was not found on this server.&#8221;<br />
Please help me out</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
