redirect a specific web site to ip address

Hi Every one i need help to redirect a website to to an ip address ..
i have a router board CCR with O/S 6.23
i did this but not work :

add action=redirect chain=dstnat dst-port=80 protocol=tcp to-ports=8080



[admin@Server] /ip> proxy print
                 enabled: yes
             src-address: ::
                    port: 8080
               anonymous: no
            parent-proxy: ::
       parent-proxy-port: 0
     cache-administrator: webmaster
          max-cache-size: none
   max-cache-object-size: 2048KiB
           cache-on-disk: no
  max-client-connections: 600
  max-server-connections: 600
          max-fresh-time: 3d
   serialize-connections: no
       always-from-cache: no
          cache-hit-dscp: 4
              cache-path: web-proxy1



add action=deny dst-host=www.alamaltarfeeh.com redirect-to=10.10.0.2

Please help …
thanks .

I think it is because the www.alamaltarfeeh.com does not exist and can not be resolved from dns servers into an IP address. Try it with an actual domain name, like www.cnn.com

yeah its work thanks …