Hello,
I can't use "virtual" php on my server ... because apache is not configured for this
Fatal error: Call to undefined function virtual() in /home/.../www/sex/index.php on line 1
I try to use htaccess with : DirectoryIndex tp_in.php index.shtml index.html index.php index.cgi
The counting incoming traffic is ok but no referer .. when I receive a visitor from a trade, The visitor go to 'no trade " stats and my index.php is blanck. The tp_out.php is ok ...
It's not possible to use this ?
<?php include("tp_in.php");
A idea ?
Thanks