My client has a site redone in MOSS. The headache with this is it adds a default.aspx to all default pages.
Now my domain URL is example.com/default.aspx instead of example.com This is bad with search engines. Search engines tend to consider this as a different domain. The old PR 5 is now lost. If it was a PHP site, this could have been done with a simple 301 redirect in .htaccess How do I solve this now? Any suggestions would be really helpful


