i want to rewrite all requests of http://dizyn.com to http://www.dizyn.com i am new to url-rewrite can any one help me. thanks much.
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} !^www.DOMAIN\.com RewriteRule (.*) http://www.DOMAIN.com/$1 [R=301,L]