Forum Moderators: phranque
Does anybody have advice on how to get Apache to parse html pages with both php and ssi's?
Options +Includes
AddType text/html .html
AddHandler server-parsed .html
Now the page with the includes just ignores the include commands. Any ideas?