hello, Is there any way i can convet php files to html files? Any tool or any method for this ? just want the extension to be changed from php to html. Thanks for your time.
If the php file doesn't contain any php code you can just change the extension to html. But if the file contains any code i recommend you to let it be php as changing to html would remove the functionality of the script.
Try putting the following in your .htaccess file: AddType application/x-httpd-php .php .html Code (markup):