Forum Moderators: phranque
AddType application/x-httpd-php .html .htm .php
I also found a bug report which may bear on your problem here [phpbuilder.com].
HTH,
Jim
"Since servers can't parse for BOTH SSI and php, this resulted in the download-prompt problem."
This "download-prompt problem" is exactly what I am getting but my htaccess does not request that it parse SSI. I wonder if some option is set on the server to parse SSI? Patricia
In fact, I was going to bring up a question in a thread that could relate to Patricia's case, might as well get to it now.
What if we want to use PHP on a site - but want to run a log program that uses ssi? What do we do if we can't use both?
You could try adding:
Options -Includes
Anybody else got any ideas?
Jim
[webmasterworld.com...]
I havent tried it yet. I'm a little bit over my head.
Patricia