Quote:
Originally Posted by ponyman
hmmm it's not working.
I put this in my .htaccess in the root and the folder, but it doesn't work. I see no phpadsnew calls on the page at all.
|
You could always put some php code on your html pages to make sure the htaccess line is working like,
PHP Code:
<? echo "This is php working on a html page"; ?>
If that works, you've eliminated the htaccess code.
ronnie