Jump to content

.htaccess parse .htm files with php


optikalefx

Recommended Posts

i want my .htm files with php code, but i dont want to change them all to .php

 

so i read that i can put this:

AddType application/x-httpd-php .php .php4 .php3 .html .htm .html

 

in my .htaccess file.  but it doesnt work

 

i just have like home.htm as :

<html>

hi

<? echo "hi again"; ?>

</html>

 

it just shows hi. 

 

it also gave me some internal 500 error a few times until i deleted everythign i the .htaccess file.  ne ideas how to get this parse my .htm files?

 

 

Link to comment
https://forums.phpfreaks.com/topic/63808-htaccess-parse-htm-files-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.