View Full Version : Domain issues
mphayesuk
11th September 2005, 10:43
Ok what I have done is pointed portal.xxxxxx.co.uk to xxx.xxx.xxx.xxx (my web server) from my current ISP/Domain Host. How do I point this portal address to go to the ISPConfig page on my server.
Thanks
till
11th September 2005, 13:14
Ok what I have done is pointed portal.xxxxxx.co.uk to xxx.xxx.xxx.xxx (my web server) from my current ISP/Domain Host. How do I point this portal address to go to the ISPConfig page on my server.
Thanks
Have you created a new client in ISPConfig and then a new website with the host: portal and the domain: xxxxxx.co.uk ?
mphayesuk
12th September 2005, 10:19
No but I will when I get back on the server. What do I do when I have created a new site for portal.xxxxx.co.uk and created all the web folders.
Thanks
mphayesuk
13th September 2005, 23:45
Ok I have created a site for the portal.xxx.co.uk
Now what do I do???
falko
14th September 2005, 02:32
You have to create a DNS record (A Record) for portal.xxx.co.uk that points to the IP address of your ISPConfig server.
mphayesuk
14th September 2005, 09:52
Is that a DNS record created using ISPConfig. Can that DNS record also point to a port number.
falko
14th September 2005, 10:04
Is that a DNS record created using ISPConfig.
If your ISPConfig machine is authoritative for your domain, then yes. If someone else manages your DNS records, then you have to tell him to do this, and if you've bought managed DNS services, then there should be some kind of web interface where you can create your A Record.
Can that DNS record also point to a port number.
No.
mphayesuk
14th September 2005, 10:20
Ok portal.xxx.xo.uk is pointed to my ISPConfig server.(DNS A Records at my ISP)
There is a site on ISPConfig for portal.xxx.xo.uk
So how do I make the portal address go to the ISPConfig config pages that are on https://xx.xx.xx.xx:81
Thanks
mphayesuk
14th September 2005, 16:37
Hi can someone help with this... its the last piece of the puzzel for me I hope.
falko
14th September 2005, 16:52
Ok portal.xxx.xo.uk is pointed to my ISPConfig server.(DNS A Records at my ISP)
There is a site on ISPConfig for portal.xxx.xo.uk
So how do I make the portal address go to the ISPConfig config pages that are on https://xx.xx.xx.xx:81
Thanks
You must create an A Record for portal.xxx.xo.uk that points to your IP address
xx.xx.xx.xx. Afterwards you can use your domain portal.xxx.xo.uk to access ISPConfig: https://portal.xxx.xo.uk:81
mphayesuk
14th September 2005, 17:13
Ok I see thats fine and should work now without me doing anything.
What about is there a way to.... when a visitor goes to https://portal.xx.co.uk (without specifying port) and when it gets to my server it gets diverted to port 81 and so gets to the ISPConfig pages.
If you see what I am getting at I want to make it easier for users to get to the portal without knowing port numbers.
OR
I could just put a link on my main home page and the link has got the web address and port number.
Any suggestions.....
falko
14th September 2005, 17:24
What about is there a way to.... when a visitor goes to https://portal.xx.co.uk (without specifying port) and when it gets to my server it gets diverted to port 81 and so gets to the ISPConfig pages.
If you see what I am getting at I want to make it easier for users to get to the portal without knowing port numbers.
You can use a PHP script that redirects your users:
<?php
header("Location: https://portal.xx.co.uk:81"); /* Redirect browser */
exit;
?>
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.