![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/07/2007, 16:23
|
![Avatar de mauled](http://static.forosdelweb.com/customavatars/avatar92765_1.gif) | | | Fecha de Ingreso: marzo-2005 Ubicación: Cd. de México.
Mensajes: 3.001
Antigüedad: 19 años, 11 meses Puntos: 33 | |
Re: Apache no reconoce <? para scripts PHP Modifica en tu php la siguiente linea Cita: ; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP
; servers which are not under your control, because short tags may not
; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags.
short_open_tag = On Saludillos. |