<div dir="ltr">CUANDO TRATO DE CORRERLO EN EL LOCALHOST SE ME ABRE UN ARCHIVO DE EDICION principal_dev y me dice esto: <div><div>&lt;?php</div><div>// this check prevents access to debug front conrollers that are deployed by accident to production servers.</div>
<div>// feel free to remove this, extend it or make something more sophisticated.</div><div>if (!in_array(@$_SERVER[&#39;REMOTE_ADDR&#39;], array(&#39;127.0.0.1&#39;, &#39;::1&#39;)))</div><div>{</div><div>  die(&#39;You are not allowed to access this file. Check &#39;.basename(__FILE__).&#39; for more information.&#39;);</div>
<div>}</div><div><br></div><div>require_once(dirname(__FILE__).&#39;/../config/ProjectConfiguration.class.php&#39;);</div><div><br></div><div>$configuration = ProjectConfiguration::getApplicationConfiguration(&#39;principal&#39;, &#39;dev&#39;, true);</div>
<div>sfContext::createInstance($configuration)-&gt;dispatch();</div></div><div><br></div><div>SERA QUE DEBO CORRER EL APACHE APARTE?</div><div>O CERRAR LA CONEXION DE INTERNET?</div><div>PUES SI ESCRIBO <a href="http://localhost">http://localhost</a> ME DICE QUE TRABAJA IT WORK PERO NO APARECE ALBA. </div>
<div>GRACIAS</div><div><br></div><div>AGRADEZCO SUGERENCIAS</div></div>