Can anyone tell me why .php scripts are not parsed?
PHP5 Apache 2 on windows
php.ini
short_open_tag = Off
#For PHP 5:
# Add to the end of the LoadModule section
LoadModule php5_module "C:/PHP/php5apache2.dll "
AddType application/x-httpd-php .php
Thanks a million for your time
PHP5 Apache 2 on windows
php.ini
short_open_tag = Off
#For PHP 5:
# Add to the end of the LoadModule section
LoadModule php5_module "C:/PHP/php5apache2.dll "
AddType application/x-httpd-php .php
Thanks a million for your time
Comment