domain redirection help

peresz / 2012-11-15 23:35:48   

The site that gave me a domain name crashed, thus taking down my domain. Thanfully my site is still running under the web-host domain where my site is uploaded.
my linked domain is seredyak.co.cc
and base(working): seredyak.x10.mx/
How can I set up domain redirection so that when people go to my linked domain, they get forwarded to the base domain?

I tried adding a line of code to the .htaccess file but no luck. site just stops working. heres what I added:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) seredyak.x10.mx/… [R=301,L]:

and tried this one:
Redirect 301 / seredyak.x10.mx/

What am I missing here?

arsondpi / 2012-11-16 00:55:31   

I'm afraid I can't help you with this. Did you ask your host or domain registrar about this? They should be the ones to help you out.

This thread has been closed, thank you.