Author Topic: .php include works and updates toplist but not .shtml  (Read 7780 times)

0 Members and 1 Guest are viewing this topic.

Offline John

  • Newbie
  • *
  • Posts: 2
    • View Profile
.php include works and updates toplist but not .shtml
« on: October 01, 2010, 06:48:28 AM »
Moving from dedicated to a virtual host. And seems that my .shtml setup < !--#include virtual="/tp/ssi_in.php"-- > will no longer update the toplist

only if I do the .php setup < ?php virtual("/tp/ssi_in.php")? > does it work any ideas?

thanks!





Offline Kildoozer

  • Administrator
  • Sr. Member
  • *****
  • Posts: 420
    • View Profile
Re: .php include works and updates toplist but not .shtml
« Reply #1 on: October 04, 2010, 08:42:37 AM »
You may either ask your server support to enable SSI for .shtml files or use php file with
<? include 'tp/ssi_in.php' ?>