Welcome Guest, Not a member yet? Register   Sign In
SEO index.php = ''
#3

[eluser]jjhii[/eluser]
Thanks for the suggestion, I was more hoping to disable index.php as a choice so I guess I will go with the ugly code method.

if(stristr($_SERVER["REQUEST_URI"], "index.php") !== FALSE)
{
redirect(site_url(), 'refresh', '301');
}




Messages In This Thread
SEO index.php = '' - by El Forum - 05-15-2012, 01:19 PM
SEO index.php = '' - by El Forum - 05-15-2012, 04:28 PM
SEO index.php = '' - by El Forum - 05-15-2012, 05:28 PM
SEO index.php = '' - by El Forum - 05-15-2012, 10:02 PM
SEO index.php = '' - by El Forum - 05-16-2012, 04:48 AM
SEO index.php = '' - by El Forum - 05-16-2012, 10:10 AM
SEO index.php = '' - by El Forum - 05-17-2012, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB