Forum Moderators: phranque

Message Too Old, No Replies

Possible to change php to html?

         

BoneHeadicus

6:01 pm on Feb 24, 2001 (gmt 0)

10+ Year Member



Could I use .htaccess to change the extension from php to html?

Air

6:18 pm on Feb 24, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In your .htaccess:

AddType Application/x-httpd-php .html

BoneHeadicus

8:32 pm on Feb 24, 2001 (gmt 0)

10+ Year Member



To be sure...does this mean I can change all the files from php to html and they will still work?

Gorufu

9:47 pm on Feb 24, 2001 (gmt 0)

10+ Year Member



BH,

Yes, they should still work.

If PHP 3 is installed on your server you may need to use
AddType application/x-httpd-php3 .html

For PHP 4 you can use
AddType application/x-httpd-php .html