Forum Moderators: phranque
The trouble is that I now need to parse both SSI and php in the html page and can't get them both to work, just either/or. If the SSI is parsed the php isn't, and vice versa. It's a shared server with Apache 2+, and I'm using htaccess...
for the SSI:
AddHandler server-parsed .html .htm
for the php:
AddType application/x-httpd-php .html .php .htm
AddHandler application/x-httpd-php .html .php .htm
PHP, RSS and wordpress are not my strong suit -- maybe there's a whole 'nuther method I haven't even thought of... Any ideas?
Thanks a ton!
[edited by: encyclo at 12:39 am (utc) on Dec. 23, 2007]
[edit reason] fixed link [/edit]