http://askmichel.icoder.com/2007/03/31/how-to-split-your-targeted-traffic-from-different-sources/
Michel Komarov gives solid advice on marketing on the web. He also gives tips on PHP, javascript, RSS and other site promoting techniques.
Now this particular advice applies only to ppl with their own website/domains on their hosted servers and not to blogs unless you have your own host where u upload files thru a FTP program like Dreamweaver or CuteFTP.
The cool thing about this lies in this simple code that's self explanatory
- Open your .htaccess file
- Define your pages to be redirected
- RewriteRule ^/(index\.)? /index-seo.html
RewriteRule ^/(index\.)? /index-directory.htmlRewriteRule ^/(index\.)? /index-bookmark.htmlRewriteRule ^/(index\.)? /index-forum.html
- RewriteRule ^/(index\.)? /index-seo.html
- Lastly, define conditions to split incoming traffic with
RewriteConddirectives for the above files# For index-seo.html:RewriteCond %{HTTP_REFERER} \bgoogle\.com\b [OR]RewriteCond %{HTTP_REFERER} \byahoo\.com\b [OR]RewriteCond %{HTTP_REFERER} \bmsn\.com\b
Recent Comments