Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
[CCGI] Domain pointing to CCGI
Topic Options
- 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
- :
- [CCGI] Domain pointing to CCGI
[CCGI] Domain pointing to CCGI
27-09-2008 7:40 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
OK I have two domain names and I would like to point one to the cgi server. But here my question if I point the DNS records to the cgi server can I specify a folder on the server as I have two different websites both using php. The guides and manuals aren't very clear on this. 
I have to say why do plus net make this so hard and not have everything on one server like every other hosting company?
Cheers
Allen

I have to say why do plus net make this so hard and not have everything on one server like every other hosting company?

Cheers
Allen
Message 1 of 2
(1,063 Views)
1 REPLY 1
Re: Domain pointing to CCGI
08-10-2008 9:08 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I've had the exact same problem, which after 4 days plusnet were not able to resove or suggest and answer.
I have solved this myself!
Here's how:
First create a index.html home page for your domain that you wish to redirect (domainb to be redirected to domaina), so create this page for domainb.
In this html page, include the following:
<frameset rows="100%">
<frame src="http://www.domaina.com/">
</frameset>
<noframes>
<body>Please follow <a href="http://www.domaina.com/">link</a>!</body>
</noframes>
This will have the result of "hiding" domaina from the user, as the browser will show www.domainb.com in the address bar.
Hope this helps!!
I have solved this myself!
Here's how:
First create a index.html home page for your domain that you wish to redirect (domainb to be redirected to domaina), so create this page for domainb.
In this html page, include the following:
<frameset rows="100%">
<frame src="http://www.domaina.com/">
</frameset>
<noframes>
<body>Please follow <a href="http://www.domaina.com/">link</a>!</body>
</noframes>
This will have the result of "hiding" domaina from the user, as the browser will show www.domainb.com in the address bar.
Hope this helps!!

Message 2 of 2
(233 Views)
Topic Options
- 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
- :
- [CCGI] Domain pointing to CCGI