
July 11th, 2000, 04:43 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
You should be looking at mod_rewrite -> http://www.apache.org/docs/mod/mod_rewrite.html
The condition should be checking HTTP_REFERER, if it doesn't match !^http://www.yoursite.com/?$, then send a redirection to http://www.yoursite.com
Let say someone coming from somewhere to your site, his stats shouldn't be logged twice.
This is the best I can suggest.
|