Domain registered, now how to point at CCGI?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Domain registered, now how to point at CCGI?
Domain registered, now how to point at CCGI?
01-06-2010 12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Just got my domain registered with PlusNet for my blog and would now like it to point to my CCGI instead of asking people to type in the huge CCGI address. Is there an easy way to achieve this?
Thanks
Tom
Re: Domain registered, now how to point at CCGI?
01-06-2010 11:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Left Field Type Pri Right Field
yourdomain.com. A 84.92.1.4
www CNAME yourdomain.com.
Make sure you add the trailing dot to the domain names
Then call tech support and ask them to enable the domain for ccgi access
That's it - you're done

Re: Domain registered, now how to point at CCGI?
02-06-2010 11:21 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Domain registered, now how to point at CCGI?
02-06-2010 11:24 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The MX record is for mail deliery only.
You can leave that as it is unless you intend to change the method of collecting your mail - Eg: using your own MS Exchange mail server.
Re: Domain registered, now how to point at CCGI?
02-06-2010 1:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
"If you wanted to keep your whole website on the CGI server (not recommended) create the record as follows..."
Can anyone tell me why it is "not recommended"
Re: Domain registered, now how to point at CCGI?
03-06-2010 4:49 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The post from editpoint helped me out, got the domain looking in the right place but its still not right.
The domain is www.prongle.co.uk
I need to to point at http://ccgi.tompringle.plus.com/~tompringle/wordpress/ - However its just not doing it. If I type www.prongle.co.uk/wordpress it instantly defaults to http://www.prongle.co.uk/~tompringle/wordpress/ ; But I have to manually type 'wordpress'
Without reinstalling the whole wordpress package again can I get the domain to point directly at http://www.prongle.co.uk/~tompringle/wordpress/ ?
Re: Domain registered, now how to point at CCGI?
03-06-2010 6:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [R,L]
RewriteCond %{HTTP_HOST} ^(www\.)?mydomain\.co\.uk$ [NC]
RewriteCond %{REQUEST_URI} !^/~username/folder/
RewriteRule (.*) /folder/$1
changing mydomain, username and folder (twice) appropriately, then your domain will point straight at your blog. The explanation for this can be found in the post linked from section 8 of the faq.
Gabe
Edit: typo
Re: Domain registered, now how to point at CCGI?
03-06-2010 7:07 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
No setting changed since I last logged into the CCGI and now when I try to connect I get this;
Status: Resolving address of ccgi.plus.net
Status: Connecting to 84.92.1.4:21...
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
Error: Could not connect to server
Status: Waiting to retry...
Status: Delaying connection for 1 second due to previously failed connection attempt...
Any ideas?
Re: Domain registered, now how to point at CCGI?
04-06-2010 8:45 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Gabe
Re: Domain registered, now how to point at CCGI?
13-06-2010 8:24 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Trying to connect to the CCGI via a telnet request gives me this error
[tt]Trying 84.92.1.4...
telnet: connect to address 84.92.1.4: Connection refused
telnet: Unable to connect to remote host
[/tt]
So according to this I can't even connect to the server? I'm guessing this means it isn't an FTP client problem as the test was taken place in a terminal window.
Re: Domain registered, now how to point at CCGI?
13-06-2010 8:26 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Me = Clown
Started happening when I returned to the Midlands and used our Virgin internet connection. Problem solved. Will have to wait till I return down south to try and fix the redirecting issues.
Re: Domain registered, now how to point at CCGI?
13-06-2010 2:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
10) I can't connect to the FTP server
Please be mindful that you will need to be connected to the Plusnet network before you'll be able to FTP to the CGI servers. You will not be able to do this from another ISP's network. If you can connect to the FTP servers but they are not accepting your username or password then please raise a support ticket on your account so that we can reset your password.
Re: Domain registered, now how to point at CCGI?
23-06-2010 10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Domain registered, now how to point at CCGI?
25-06-2010 9:02 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: TomP I'm guessing this is permissions playing up and I will have to wait until I'm back on a PN connection to sort it out?
Unless you happen to have left a script such as this in your root.
Gabe
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Domain registered, now how to point at CCGI?