Enforce www preference in URL
This modification is in the archives.
Hello,
After an year I finally got some time to look at my poor board which is losing page rank in every google update. I am currently optimizing my forum, while doing this i found there was duplicate content issue in my forum. See this example http://myvbforum.com Page rank 0 http://www.myvbforum.com Page rank 2 http://www.myvbforum.com/index.php Page rank 1 You can see from above urls all have same contents but different page rank also Google consider them different urls and those cause the duplicate contents problem. In order to avoid duplicate contents issue you should add following code to your config.php on second line below this ini_set("max_execution_time", "240"); PHP Code:
$web_home = 'http://www.REPLACE_WITH_YOUR_FORUM_URL.com';
Have Fun Download
This modification is archived, downloads are still allowed. |