Grin… How about doing it this way: <!--# include virtual = "/block.php" -->
And, using only this in .htaccess: AddHandler server-parsed .htm .html Ah.. That works. SSI's still function and I can now call my php script
I haven’t used includes in so long, (or at least trying to parse php in html pages), I forgot how. Block.php eliminates referrer spam and it works well.
As for why:
(AddHandler server-parsed .htm .html, and AddType application/x-httpd-php .html .php .htm) won’t work together, I suppose that will remain a mystery for now.
Thanks for your reply,
Dave
|