Ver Mensaje Individual
  #7 (permalink)  
Antiguo 14/07/2004, 16:22
Avatar de Tximis
Tximis
 
Fecha de Ingreso: junio-2004
Ubicación: Bilbao
Mensajes: 328
Antigüedad: 19 años, 10 meses
Puntos: 2
Hola Cluster, muchas gracias por la ayuda prestada. Al final lo he conseguido. Tenía que añadir tan solo un punto, lo que tenía antes:

Cita:
ScriptAlias /php/ "/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Así no funcionaba, pero añadiendo un punto en la línea de ScriptAlias ".php" si funciona:

Cita:
ScriptAlias /php/ "./php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Un saludo y muchas gracias