Hi,
Anybody know how to fix this problem? I added this this in the .htaccess file to redirect www.domain.com/index to www.domain.com to prevent duplicate pages, but now I can't customize the home page. I've even removed these two lines of code (below) and clear the cache using the Cache Extreme plugin, but it still doesn't work. When I clicked on "Customize This Page" it redirected me to the same home page, www.domain.com.
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index
RewriteRule ^index\.php$ / [L,R=301]