I have a problem with tradescript not counting hits and toplists not being shown on index page.
In my index.shtml file I have this in the <head>:
Quote:
<!--#include virtual="/tradex/in.php?${QUERY_STRING}"-->
|
My .htaccess looks like this:
Quote:
Options +Includes
AddType text/html .shtml
AddHandler server-parsed .shtml
Options +Indexes
DirectoryIndex index.shtml index.php index.htm index.html
|
This is what I use to show toplist:
Quote:
<!--#include virtual="trades/toplist.html" -->
|
Still include virtual won't work.
Any suggestions what else to do? Something that needs to be enabled on server? I am not managing it myself.