Script Pulse
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Welcome to Script Pulse support forum
Home
Help
Search
Login
Register
Script Pulse
»
Trade Pulse
»
Trade Pulse Support
»
Topic:
.php include works and updates toplist but not .shtml
« previous
next »
Print
Pages: [
1
]
Author
Topic: .php include works and updates toplist but not .shtml (Read 10141 times)
0 Members and 1 Guest are viewing this topic.
John
Newbie
Posts: 2
.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!
Logged
Kildoozer
Administrator
Sr. Member
Posts: 420
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' ?>
Logged
Print
Pages: [
1
]
« previous
next »
Script Pulse
»
Trade Pulse
»
Trade Pulse Support
»
Topic:
.php include works and updates toplist but not .shtml