Hi, this is my first post.
I have many domain as alias.
what I need is
when someone type:
domain.com in browser it should go to
domain/domain.html
domain.com can be just any domain (hate.me goes to hate.me/hate.html)
but if some one type:
domain.com/whatever.html
then the roule should do nothing
(have other RewriteRule taking care of that).
thanks