Like a few others suggested, you should redirect your www version to non www to consolidate your pagerank and avoid duplicate content penalties. You can do this by adding the following code to your .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.bondedcasinos.com [nc]
RewriteRule (.*) http://bondedcasinos.com/$1 [R=301,L][/CODE]
Also search engines will index / and /index.html as different pages. If you want to redirect all you index pages to / you can add this code as well.
[CODE]RewriteCond %{THE_REQUEST} ^(GET|HEAD) /([^/]+/)*index.(php|html|htm) HTTP
RewriteRule ^(([^/]+/)*)index.(php|html|htm)$ http://bondedcasinos.com/$1 [R=301,L][/CODE]
Now if your going to use both, then you should put the second one first to avoid a double redirect if someone goes to [url]www.bondedcasinos.com/index.html[/url] it will only have to redirect once.
[CODE]RewriteEngine On
RewriteCond %{THE_REQUEST} ^(GET|HEAD) /([^/]+/)*index.(php|html|htm) HTTP
RewriteRule ^(([^/]+/)*)index.(php|html|htm)$ http://bondedcasinos.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.bondedcasinos.com [nc]
RewriteRule (.*) http://bondedcasinos.com/$1 [R=301,L][/CODE][CODE]RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.bondedcasinos.com [nc]
RewriteRule (.*) http://bondedcasinos.com/$1 [R=301,L][/CODE]
Also search engines will index / and /index.html as different pages. If you want to redirect all you index pages to / you can add this code as well.
RewriteCond %{THE_REQUEST} ^(GET|HEAD) /([^/]+/)*index.(php|html|htm) HTTP
RewriteRule ^(([^/]+/)*)index.(php|html|htm)$ http://bondedcasinos.com/$1 [R=301,L][/CODE]
Now if your going to use both, then you should put the second one first to avoid a double redirect if someone goes to [url]www.bondedcasinos.com/index.html[/url] it will only have to redirect once.
[CODE]RewriteEngine On
RewriteCond %{THE_REQUEST} ^(GET|HEAD) /([^/]+/)*index.(php|html|htm) HTTP
RewriteRule ^(([^/]+/)*)index.(php|html|htm)$ http://bondedcasinos.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.bondedcasinos.com [nc]
RewriteRule (.*) http://bondedcasinos.com/$1 [R=301,L][/CODE][CODE]RewriteCond %{THE_REQUEST} ^(GET|HEAD) /([^/]+/)*index.(php|html|htm) HTTP
RewriteRule ^(([^/]+/)*)index.(php|html|htm)$ http://bondedcasinos.com/$1 [R=301,L][/CODE]
Now if your going to use both, then you should put the second one first to avoid a double redirect if someone goes to http://www.bondedcasinos.com/index.html it will only have to redirect once.
RewriteEngine On
RewriteCond %{THE_REQUEST} ^(GET|HEAD) /([^/]+/)*index.(php|html|htm) HTTP
RewriteRule ^(([^/]+/)*)index.(php|html|htm)$ http://bondedcasinos.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.bondedcasinos.com [nc]
RewriteRule (.*) http://bondedcasinos.com/$1 [R=301,L][/CODE][CODE]RewriteEngine On
RewriteCond %{THE_REQUEST} ^(GET|HEAD) /([^/]+/)*index.(php|html|htm) HTTP
RewriteRule ^(([^/]+/)*)index.(php|html|htm)$ http://bondedcasinos.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.bondedcasinos.com [nc]
RewriteRule (.*) http://bondedcasinos.com/$1 [R=301,L][/CODE]