How to force parsing on Apache servers for PHP script inside HTML file?

Alton J. Jones

New member
I am trying to use PHP for a RSS feed for a html Website hosted by Network Solutions. Unfortunately I am experiencing problems with parsing. As a default, Network Solutions servers are parsed.

More specifically:

PHP works on Network Solution's server, but a PHP script included inside of an HTML file will not parse and run on its Apache server right now.

Usually, you would use something similar to this in your .htaccess to cause Apache to parse HTML files:AddHandler application/x-httpd-php .htm .html But, on Network Solution's server, no variation of that seems to force Apache to do the parsing for an HTML file. That is what needs to be enabled.

What more can I do?
 
Back
Top