Thread
:
PHP - Best way to make an HTML version of PHP pages?
View Single Post
07-31-2002, 02:13 AM
TFCash
Confirmed User
Industry Role:
Join Date: Apr 2001
Posts: 1,738
Just put this in your .htaccess file in the root folder of your domain.
AddType application/x-httpd-php html
AddType application/x-httpd-php htm
That way it will parse all your .htm & html with php and you don't have to have .php any longer
Tim
TFCash
View Public Profile
Visit TFCash's homepage!
Find More Posts by TFCash