-
Member
I need help [I will pay]
Hey guys, I need to add a domain from 123-reg to my VPS, I am willing to pay the person who helps me via Teamviewer.
I know this is in the wrong thread section but its the most viewed at the moment, I will close this myself when I find the help I need. Thanks.
Last edited by itsNova; 12-09-10 at 12:36 AM.
-
-
Elite Member
Re: I need help [I will pay]
-
Member
Re: I need help [I will pay]
Supers'X is doing it for me for $6.
-
Elite Member
Re: I need help [I will pay]
All you haveto do is ask your VPS company/support team to add a record in the DNS of your domain than open up httpd.conf and add this:
(this is my one from my hotel)
NameVirtualHost 123.456.789
<VirtualHost 123.456.789>
DocumentRoot /var/www/html/hotel
ServerName yourdomain.com
</VirtualHost>
Where 123.456.789 = your VPS IP and DocumentRoot = the directory to your CMS if its on xampp just put the file path to HTDOCS and ServerName = your domain name :P
PS I use a linux server for my CMS so it will be different if you use XAMPP on windows.
Last edited by Hydros1; 12-09-10 at 04:00 AM.
-
I'm back!
Re: I need help [I will pay]
Shame for you mate, Thought you were better then this...
If you need help, don't post it upon the release section, you clearly know it's in the wrong...
-
Member
Re: I need help [I will pay]
:iJay, this is my first year of working with VPS's and Dedi's, never added or transfered domains or anything before.. It was simple and I'm sure i could do it again, thanks Supers'X.