|
Hello i get these errors when i try to install Magento with php5-cgi:
Warning: Unexpected character in input: ‘ in /var/www/web11/web/cgi-bin/php5-cgi on line 564
Warning: Unexpected character in input: ‘ in /var/www/web11/web/cgi-bin/php5-cgi on line 564
Warning: Unexpected character in input: ‘’ (ASCII=18) state=1 in /var/www/web11/web/cgi-bin/php5-cgi on line 564
Warning: Unexpected character in input: ‘ in /var/www/web11/web/cgi-bin/php5-cgi on line 564
Warning: Unexpected character in input: ‘’ (ASCII=12) state=1 in /var/www/web11/web/cgi-bin/php5-cgi on line 564
Warning: Unexpected character in input: ‘ in /var/www/web11/web/cgi-bin/php5-cgi on line 564
Parse error: syntax error, unexpected ‘]’ in /var/www/web11/web/cgi-bin/php5-cgi on line 564
Why ? the .htaccess is default...with;
Action php5-cgi /cgi-bin/php5-cgi
AddHandler php5-cgi .php
uncommented. I’ve searched on this forum for the same problem, and i’ve found two posts:
1) was resolv to uncomment:
#AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .php
But this , for me not works.
2) Unresolved.
Please help me, thanks
|