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?