Forum Moderators: phranque
Options +FollowSymLinks -Indexes -MultiViews
RewriteEngine on
#
# Externally redirect to add missing trailing slash if no filetype on requested URL-path
RewriteRule ^(([^/]+/)*[^./]+)$ http://www.manamucova.com/$1/ [R=301,L]
# Externally redirect all non-canonical hostname requests to my canonical hostname
RewriteCond %{HTTP_HOST} !^(www\.manamucova\.com)?$
RewriteRule ^(.*)$ http://www.manamucova.com/$1 [R=301,L]