Point alternative domain name to my site?
Freeola Internet Get Dotted Domains Gaming & Extras
Freeola Gaming & Design
Build Your Own Web Site - No Technical Knowledge Needed
 
Browse Chat Forums:
 Chat Forums Home Latest Message Chat Rules Chat Safety & Tips Top Posters How to Win GAD Prizes View the Winners List Update Your Profile See Who's Online
  Free Web Site  Free Domain Hosting  Emergency Internet  Broadband Offers
 

Help & Support 7 Days a Week

Win Amazon Vouchers!

Visit our Support Pages E-mail a Support Request Contact Us

NOD32 Antivirus available from Freeola

nothing
You Are Here Chat Home (42) Internet  Web Design  "Point alternative do..."
Just lurking around? Why not join in? You could win free games just by chatting. Choose your Nickname in MyFreeola or Sign Up Here.
 
 
Point alternative domain name to my site?
"imaginary friend"
Regular
on 07/10/2008 at 9:33:29PM
Total Posts: 36
Original Post:
I have just relinquished my instant site after progressing to making my own site.  My site is uploaded to my .co.uk domain name and I would like to point the .com domain name to it. My instant site is currently using the .com domain and it doesnt run out until December although I have cancelled it.  How do I point my .com address to my .co.uk address please??
View More Threads Post a Reply  
   Delicious   Digg   Reddit      StumbleUpon
Displaying 1 - 11 of 11 Replies:
Blue Fairy
"imaginary friend"
Regular
on 12/10/2008 at 2:20:37PM
Total Posts: 36
Hi Hmmm...  Your right I have followed your advice ... after changing my instant site to a freeola500 address.  Thanks for taking the interest to follow my attempts!  I am pretty much a novice in webdesign although I have a great interest in it and I am learning loads from the postings here.  Can't tell you how much I appreciate it as I know I probably come across as a bit of a 'dimbo' sometimes... but hey.. where could I find any better advice and we all have to start somewhere!!
Hmmm...
"Are you sure?"
Moderator
on 10/10/2008 at 6:23:41PM
Total Posts: 878
FYI...

I've been following Blue Fairy's previous posts and I can confirm that both the .com and co.uk addresses now point to the same website :¬)

From where I'm looking it looks like the MyFreeola option has been used!


Search Freeola Chat     My Freeola Instant Site
Digitrader
"rodeado de tontos"
Moderator
on 10/10/2008 at 5:49:32PM
Total Posts: 810
this code was mentioned right at the start of this thread tappet

Digi
Tappet
"wots it all about"
Regular
on 10/10/2008 at 4:10:12AM
Edited: 10/10/08 20:22
Total Posts: 30
SORRY, hadn't realise this code had already been post.

im new to web design but i recently found and used this code.

add this code to your index.php page of your .com site

<head>
<META HTTP-EQUIV="refresh" CONTENT="9;
URL=http://www.your_new_domain.co.uk/index.php">
</head>

this will redirect the visitor to www.your_new_domain.co.uk

the CONTENT="9 is how many seconds the visitor will view your old site before getting redirected and can be changed to any value you choose, which will allow you to have a page explaining that the website has moved and will auto redirect.

hope this helps.
Hmmm...
"Are you sure?"
Moderator
on 09/10/2008 at 8:42:55AM
Total Posts: 878
If you are still having trouble I'm sure if you raise a Support Ticket, Freeola will take care of things for you and get your co.uk and .com site sharing the same webspace using the MyFreeola options (which will probably be a more simple solution for you than creating an .htaccess 301 redirect etc.).




Search Freeola Chat
Digitrader
"rodeado de tontos"
Moderator
on 09/10/2008 at 1:24:19AM
Total Posts: 810
I dont think you can delete it - it will be lurking around in your control panel some where :)

Digi
Blue Fairy
"imaginary friend"
Regular
on 09/10/2008 at 12:42:57AM
Total Posts: 36
Excellent!  Thanks all for your help... I love all the sideways thinking and will try all your suggestions.  I think I may have messed up though as I deleted my instant site and think I may have to wait to use the mysite.com domain name until my instantsite membership expires.
ButchML
"Always has a plan"
Staff Moderator
Send a message
on 08/10/2008 at 10:44:26AM
Total Posts: 281
Digitrader wrote:
> Cant you point it from the folder from the control panel? this
> may not be available for an instant site but is for normal
> domains bought from Freeola
>
> Digi

Digi is along the right lines, however if the domain is still connected to the Instant Sites service you will not be able to do this. From the Instant Sites page in MyFreeola you should be able to disassociate a domain (this may not be the case if you only have one domain connected to it). If the system will not let you remove the only domain from the service simply create a F500 address to make the primary Instant Site address instead.

This will allow you to remove your GetDotted domain from the Instant Sites server and appear within 'My Websites' as an unhosted domain. Simply follow the standard process for setting up hosting to link to your .co.uk address.

This is, of course, assuming both your domains are within the same MyFreeola account.
Digitrader
"rodeado de tontos"
Moderator
on 08/10/2008 at 8:52:43AM
Total Posts: 810
Cant you point it from the folder from the control panel? this may not be available for an instant site but is for normal domains bought from Freeola

Digi
Nimco
"NULL"
Regular
on 08/10/2008 at 8:22:30AM
Total Posts: 4
You could either use PHP by creating an index.php file on the .com domain with the following content (make sure you don't put any whitespace at the beginning):

--------
<?php header("Location: http://www.my-domain.co.uk"); ?>
--------

or use mod_rewrite by creating a file called .htaccess containing the following:

--------
RewriteEngine On

RewriteRule ^(.*)$ http://www.my-domain.co.uk/$1 [R=301,L]
--------

The advantage of the second method is that it will redirect people with HTTP 301 redirect code and will send them to the same page on the .co.uk. So if they types in www.my-domain.com/my-page.html it will send them to http://www.my-domain.co.uk/my-page.html instead of just the home page.

This can also be achieved with PHP but mod_rewrite is probably the easiest solution.
Dragonlance
"I don't believe it"
Regular
on 07/10/2008 at 10:04:28PM
Total Posts: 913
Blue Fairy wrote:
> I have just relinquished my instant site after progressing to
> making my own site.  My site is uploaded to my .co.uk domain name
> and I would like to point the .com domain name to it. My instant
> site is currently using the .com domain and it doesnt run out
> until December although I have cancelled it.  How do I point my
> .com address to my .co.uk address please??

I may get 'pulled' to pieces for this snippet, but if you put the following within the header of the site you wish to redirect - it may work, it used to!

<META NAME="REFRESH" CONTENT="2; URL=http://www.yournewpage.com">

CONTENT="seconds for browser to wait before loading the page specified with URL

Hope this helps:)
Blue Fairy
"imaginary friend"
Regular
on 07/10/2008 at 9:33:29PM
Total Posts: 36
I have just relinquished my instant site after progressing to making my own site.  My site is uploaded to my .co.uk domain name and I would like to point the .com domain name to it. My instant site is currently using the .com domain and it doesnt run out until December although I have cancelled it.  How do I point my .com address to my .co.uk address please??
 
Change Chat Area
 
Your Details MyFreeola Internet Settings Control Panel Your Details
Login or create a free account.
Forgotten your password?
Free Account Sign-Up
 
 
Fantastic FREE Unlimited Services for every freeola internet customer in the UK!
Register Domain Names. Buy from £2.99
e.g. yourcompany.com
or just yourcompany.
MORE ABOUT DOMAIN NAMES