Hi, i want to change a php page's file extension to one of a html. Im using the following code AddType application/x-httpd-php html PHP: when i visit the url with the new file extension it just asks me to download the file
that goes inside your .htaccess(a hidden file), most hosts have it disabled but ask your hosting company how to access or modify this file.
Alright I fixed it! Basically it's because I am using php5 So I need this code instead. AddType application/x-httpd-php5 html PHP: - note the 5