F firewater Established Member โ 20 โ Impact 0 Jul 18, 2006 384 views 3 replies #1 using mod rewrite but without screwing up mint stats? Anyone know? LAst time i tried it we had a http://% before all the referals and all type ins said nerdpoint refered them.
using mod rewrite but without screwing up mint stats? Anyone know? LAst time i tried it we had a http://% before all the referals and all type ins said nerdpoint refered them.
B33R Account Closed (Disallowed) Impact 70 Jul 18, 2006 #2 Code: RewriteEngine on RewriteCond %{HTTP_HOST} ^sitename\.com RewriteRule ^(.*) http://www.sitename.com/$1 [L,R=301] That's the best way to do it, not sure if it'll do anything to your stats, it shouldn't.
Code: RewriteEngine on RewriteCond %{HTTP_HOST} ^sitename\.com RewriteRule ^(.*) http://www.sitename.com/$1 [L,R=301] That's the best way to do it, not sure if it'll do anything to your stats, it shouldn't.
Phoenix NP ManiacรขโยขVIP Member VIP โ 20 โ Impact 24 Jul 20, 2006 #4 Why would anybody want to redirect http:// traffic to www.? www. is a deprecated format, if anything we should be redirecting traffic the other way.
Why would anybody want to redirect http:// traffic to www.? www. is a deprecated format, if anything we should be redirecting traffic the other way.