Forum Moderators: coopster
Currently I've installed a blog.
I'd like the blog to appear at the bottom of my index.html page.
I don't want to put it in a invisible frame in my webpage.
After reading a little on .php, it seems that I cannot have my blog appear in a .html webpage unless the I save the webpage as index.php.
Just to be sure, is there anyway of making .php work in a .html page?
Thanks
Fess
AddType application/x-httpd-php .php
To something like this:
AddType application/x-httpd-php .php .html