This tool allows users to create a custom apache .htaccess file that eliminates a couple of the most common PageRank leaks found on a typical site. Simply enter your domain name and default index page on your site (typically index.html, index.php, or default.htm) and click the submit button. A custom .htaccess file will be generated that you can copy/paste into your site’s root directory.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.indexedcontent.com
RewriteRule (.*) http://indexedcontent.com/$1 [R=301,L]
RewriteRule ^index.php$ http://indexedcontent.com/ [R=301]



