I\'ve installed XAMPP Apache server and put my website into htdocs. I\'ve started Apache server. On my website I\'ve got files with extension PHP and with extension PHP5.The
Follow the path c:/xampp/apache/conf/extra/httpd-xammp
Open httpd-xammp
Find the area of the text that resembles this:
SetHandler application/x-httpd-php
SetHandler application/x-httpd-php-source
replace the top line of the code with the following:
so the text resembles the following:
SetHandler application/x-httpd-php
SetHandler application/x-httpd-php-source
That worked for me.
Good luck..