.htaccess redirection? [bsa_pro_ad_space id=2] This topic is empty. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 25, 2006 at 8:04 am #597208 AnonymousInactive Anybody knows the code for .htaccess redirection? And is it reliable? I am thinking of making links like: http://www.epoker.no/go?www.partypoker.com or is it better and more reliable to make regular redirecting? September 25, 2006 at 9:09 am #707239 AnonymousInactive I’ve used it on plenty of my sites and it’s a great method. Can be a bit of a pain to track clicks, although you can just watch the particular dir/file you’re redirecting from. http://httpd.apache.org/docs/1.3/mod/mod_alias.html http://sam.brown.tc/article/108/htaccess-redirect http://www.google.com/search?q=redirects+with+.htaccess Hope it helps. September 25, 2006 at 7:04 pm #707295 AnonymousInactive You can use this to redirect in .htaccess: redirect 301 /casinolink/old.htm http://www.your.com/newlink.htm [/CODE] A 301 redirect is more SEO friendly.[CODE]redirect 301 /casinolink/old.htm http://www.your.com/newlink.htm [/CODE] A 301 redirect is more SEO friendly. September 26, 2006 at 12:31 am #707334 AnonymousInactive ^^ I dont need it to be SEO friendly… because I am only redirecting to poker rooms.. or do I? Author Posts Viewing 4 posts - 1 through 4 (of 4 total)