![]() |
Beginner googlebot problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Beginner googlebot problem (/showthread.php?tid=50296) |
Beginner googlebot problem - El Forum - 03-21-2012 [eluser]canado[/eluser] Hi everyone I have a big problem, my site gets indexed by google but with a php error as follow Code: <div> but when I check the root in the browser everything is fine, it redirects to mywebsite.com/en/home with no errors any idea? Beginner googlebot problem - El Forum - 03-22-2012 [eluser]canado[/eluser] Ok I had to change this MY_Lang.php Code: /*if($browser_lang) into that Code: if ( !$browser_lang ) { which is a bit better, but now I have this HTTP/1.1 302 Moved Temporarily Set-Cookie: 90plan=R3938748381; path=/; expires=Sun, 25-Mar-2012 02:05:58 GMT Date: Thu, 22 Mar 2012 13:45:53 GMT Server: Apache/2.2.X (OVH) X-Powered-By: PHP/5.2.17 Location: http://www.mysite.com/en/home Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 20 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: text/html |