Mateus:
Para configurar o php no apache :
1) Adicionar estas linhas no httpd.conf
Troca "D:\PHP\" pelos dados da tua instalação.
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "D:\PHP\"
LoadModule php5_module "D:\PHP\php5apache2_2.dll"
AddHandler application/x-httpd-php .php
#E
Jim:
In my Windows the install adds the lines :
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:\PHP\"
LoadModule php5_module "C:\PHP\php5apache2_2.dll"
AddHandler application/x-httpd-php .php
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
Where is the apache version that
Andre :
As Joshua says, the only php tags that always is enabled is , this
is the default php tag, and never can be disabled.
This is enabled if short_open_tag is on
And this <% %> is enabled if asp_tags is on
But the default is off for both.
Use this , and forgive configuration options.
Alej
3 matches
Mail list logo