Domain name registration

Splendid

Well-Known Member
Joined
Aug 6, 2007
Messages
142
Reaction score
0
I am not actually sure how to ask this, basically i want to know if you can register a domain name and just reroute it to another site. example if you type in www.a.co.za it will go to www.b.co.za/xxx/xxx. What will be the cheapest way to do something like this?
 
I have done this plenty times, when I registered a domain with Axxess back in the day

You can log onto the parked domain server, and then forward (frame forward) the domain to any other URL of your choice

I am now with Serv.co.za, and haven't had the need to do it again (since I have no parked domains anymore anyway)
 
most hosts with cpanel or plesk should allow you to do this in their dns panel.
pick one, there's thousands...
 
you can also make a 301 redirect. Thus for domain "www.a.co.za" you write an index.php with the following content:

Code:
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.b.co.za/xxx/xxx" );
?>
 
Or go register with free dns and cname it to whatever you want to.
 
Or go register with free dns and cname it to whatever you want to.

You can't use a CNAME, you would need to do a redirect using either .htaccess file or a redirect script such as hilrap suggested
 
Hi Guys

First of all, you can go to www.cozareg.com

I have developed this website where you can register and manage your own co.za domain names online. You will only pay the R50 annual fee to UniformSA for the domain.

I have also created an online control panel from where you can manage your own co.za domain names. This is totally free to use.

The domains are in your name and you have full control over them.

Hope this will make things easy for you.
 
Hi Guys

First of all, you can go to www.cozareg.com

I have developed this website where you can register and manage your own co.za domain names online. You will only pay the R50 annual fee to UniformSA for the domain.

I have also created an online control panel from where you can manage your own co.za domain names. This is totally free to use.

The domains are in your name and you have full control over them.

Hope this will make things easy for you.

AWESOME! Will definitely check it out!
 
Hi Guys

First of all, you can go to www.cozareg.com

I have developed this website where you can register and manage your own co.za domain names online. You will only pay the R50 annual fee to UniformSA for the domain.

I have also created an online control panel from where you can manage your own co.za domain names. This is totally free to use.

The domains are in your name and you have full control over them.

Hope this will make things easy for you.

I'm impressed! It's sad that someone else had to develop a system like this and Uniforum didn't.
 
I'm impressed! It's sad that someone else had to develop a system like this and Uniforum didn't.

why uniform is just there as the registra - does not need the admin or the liability of managing the names beyond that
 
Top
Sign up to the MyBroadband newsletter
X