Welcome Guest, Not a member yet? Register   Sign In
SEO implement?
#6

[eluser]pickupman[/eluser]
Code:
redirect(base_url().'news/post/'.$slug, 'location', 301);

Probably should be:
Code:
redirect(site_url('news/post/'.$slug), 'location', 301);

In case you ever change enable/disable index.php moving files to different server configs, site_url() works better, as it figures out whether you have a index.php or not.


Messages In This Thread
SEO implement? - by El Forum - 04-27-2010, 06:39 AM
SEO implement? - by El Forum - 04-27-2010, 07:12 AM
SEO implement? - by El Forum - 04-27-2010, 07:50 AM
SEO implement? - by El Forum - 04-27-2010, 07:58 AM
SEO implement? - by El Forum - 04-27-2010, 08:06 AM
SEO implement? - by El Forum - 04-27-2010, 08:18 AM
SEO implement? - by El Forum - 04-27-2010, 09:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB