View Single Post
Old 12-10-2016, 03:20 AM  
MPGdevil
Confirmed User
 
Industry Role:
Join Date: Nov 2005
Posts: 1,210
Problem with include virtual

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.
MPGdevil is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote