Here is an idea for a cool feature:
We do not create 2 versions of our websites. That should be abundantly clear to everyone, and it is, except to the Googlebot, apparently, which insists, in an abysmally obtuse fashion, in considering your www website as having duplicate content with the non-www version, and penalizing you for it in SEO. Jesus F. Christ!
Google should know which website is the primary one. It is abysmally stupid on Google’s part to consider your one website as having duplicate content with the non-www version of the same website.
Common syntax of the htaccess file:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
This is basically a permanent 301 redirect (the only type of redirect Her Majesty Google accepts) from the non-www version to the www version, so that Her Royal Stupidness won’t consider your website as 2 websites, and won’t penalize you for duplicate content as a result.
So, Realmac can have Rapidweaver automatically create an htaccess file at the root of the website’s hosted domain, to specify which of the two versions (according to Google) the www or the version without www is the primary, or active one. This will help us not having to manually create that htaccess file, which is, quite frankly, a royal pain in the butt to deal with, as it is a hidden file, its filename begins with a period, and has to be uploaded first, then renamed, and heaven forbid if you had to edit it later.
Of course, this feature must not be destructive. That is, it must not override existing content of the htaccess file, but complement it. This feature would be a productivity-enhancing feature for a change, as opposed to the productivity-destroying “Multiple Index Files Found“ feature introduced in 7.3.1.
Andreas