I thought so too, lol.

The top part of my htaccess file says
<Files ~ "^.(htaccess|htpasswd)$">
deny from all
</Files>
ErrorDocument 404 /website/404.php
Redirect permanent /about_us website url
and then more permanent redirects too, not sure if I need to make a new htaccess file or what. I tried changing where the permanent reirect points to, but it didn't change anything. I am just using dreamweaver and manually typing everything in in the htaccess file and not sure if I need to do it a different way or what. Also if there is already something on this I am more then willing to read and do the work. Thank you again everybody.