I been reading here and there and still dont know what I should do best
I would need a really easy way to mask/hide aff links on static html pages
I like very much the htaccess option
but then I did read this could be bad in the eyes of google??
And the other thing, will I then still be able to see clicks in certain aff accounts?
Can anyone suggest me something please.
Thanks
Marina
you can use htaccess redirects w/ no problem.. you can wrap an analytics pagetracker around each link so you can track each link clicked.
thnks
please can you tell me how i do this with wrapping the pagetracker around
I always need someone telling me all simple step by step, lol
sorry not such a techie
Would appreciate
thanks
Marina
” title=”” class=”bbcode_smiley” />
please 1 last question
is anyone else able to read my htaccess?
do i need to protect is somehow?
htaccess is only readable by your server or scripts on your server.. no need to worry about it being readable outside.
htaccess is only readable by your server or scripts on your server.. no need to worry about it being readable outside.
Generally it’s recommended to protect the .htaccess file itself by adding to it:
order deny,allow
deny from all
[/CODE][CODE]
order deny,allow
deny from all
[/CODE]
Please login or Register to submit your answer