Quote Originally Posted by efman View Post
I am trying to put Google Analytics mod on my site.

My site is www.raptorman.ca but I have that url forwarded to www.raptorman.ca/shop/

Is that why it wont work? I've done what the directions asked and it still wont track.
I'm not sure but that's a pretty ugly "forward":

Code:
<HTML>
<HEAD></HEAD>
<FRAMESET ROWS='5000,*' FRAMEBORDER='no' BORDER='0'>
	<FRAME SRC='http://www.raptorman.ca/shop/'>
	<FRAME>
</FRAMESET>
</HTML>
I'm thinking you could mod_rewrite your root traffic to /shop for a cleaner way of doing it.