i bought this php script and all the pages are in .html
when I upload it to my ubuntu server and access the site, the php codes are literally displayed along with the html....
what gives ? how to fix this ?
i bought this php script and all the pages are in .html
when I upload it to my ubuntu server and access the site, the php codes are literally displayed along with the html....
what gives ? how to fix this ?
Add this to your .htaccess
file to have PHP process your file:
AddType application/x-httpd-php .html