Hi to all.
If you remember, I had a problem: i couldn’t include a php file in a template via a SSI directive. Each time I tried, the server gave me the 501 error. In the earlier MT releases this didn’t happen. In this 4.23, the engine tries to render the SSI include at the save moment - and the server replies bad: since it’s a cgi file, cannot perform a live inclusion that’s dedicated to .shtml files only. But I had two rules: had to to include specifically that advertising file (display.php) and i cannot change the .shtml suffix to my files (if i could change in .php, problem was solved, but i can’t for backward compatibility)
So i found an override solution:
In a chosen template (e.g. Index), I write whats suitable for MT and the web server.: < $ mt :Include file=”/includes/ads.shtml” $ >
The “ads.shtml” file is a “pass-throgh” only file that has this code: