Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: John on October 01, 2010, 06:48:28 AM

Title: .php include works and updates toplist but not .shtml
Post by: John 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!




Title: Re: .php include works and updates toplist but not .shtml
Post by: Kildoozer 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' ?>