Hi,
A silly question ?
Have I to put the two lines (below) or only one, for php5 to work properly?
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
I had the same problem (parse error) & I put the two lines (.htaccess) + change : search.php to search.php5 and it work.
But .... if I leave the file without the number 5 .php(5) to .php then I got the file search.php to be download ....!
Thanks for your answer...
Oswaldo
A silly question ?
Have I to put the two lines (below) or only one, for php5 to work properly?
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
I had the same problem (parse error) & I put the two lines (.htaccess) + change : search.php to search.php5 and it work.
But .... if I leave the file without the number 5 .php(5) to .php then I got the file search.php to be download ....!
Thanks for your answer...
Oswaldo
Comment