Add MIME types to htaccess without messing up FP

D

Darrell Hobbs

I would like PHP to parse HTML on a UNIX web server

Try as I might, everytime I add the required lines to .htacces
->RemoveHandler .html .htm
..>AddType application/x-httpd-php .php .htm .html
it messes up FP so that it thinks I don't have a web there or FP just overlays my .htacces

Does anyone know how to accomplish this

Thanks a lot!!
 
S

Stefan B Rusynko

You may want to look at the Unix FP SE support at
http://www.rtr.com/fpsupport/index.asp




| I would like PHP to parse HTML on a UNIX web server.
|
| Try as I might, everytime I add the required lines to .htaccess
| ->RemoveHandler .html .htm
| .>AddType application/x-httpd-php .php .htm .html
| it messes up FP so that it thinks I don't have a web there or FP just overlays my .htaccess
|
| Does anyone know how to accomplish this?
|
| Thanks a lot!!
 
Top