Welcome Guest, Not a member yet? Register   Sign In
Remove index.php is not SEO friendly
#1

[eluser]fjamal[/eluser]
Writing htaccess that allows me to remove index.php from the URL can confuse search engines because i will have many links that leads to the same page e.g.

http://www.domain.com/index.php/welcome/index
http://www.domain.com/index.php/welcome/
http://www.domain.com/welcome/index
http://www.domain.com/welcome/

As you see, when it comes to SEO, this could be a problem. What can i do to solve this problem?

My .htaccess include the following commands:

Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /ci_sample/index.php/$1 [L]




Messages In This Thread
Remove index.php is not SEO friendly - by El Forum - 06-28-2012, 10:49 PM
Remove index.php is not SEO friendly - by El Forum - 06-29-2012, 04:51 AM
Remove index.php is not SEO friendly - by El Forum - 06-29-2012, 08:50 AM
Remove index.php is not SEO friendly - by El Forum - 06-29-2012, 09:43 AM
Remove index.php is not SEO friendly - by El Forum - 06-29-2012, 09:47 AM
Remove index.php is not SEO friendly - by El Forum - 06-29-2012, 08:48 PM
Remove index.php is not SEO friendly - by El Forum - 06-29-2012, 10:02 PM
Remove index.php is not SEO friendly - by El Forum - 06-29-2012, 10:11 PM
Remove index.php is not SEO friendly - by El Forum - 08-01-2012, 03:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB