Add MIME types to htaccess without messing up FP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!!
 
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!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top