Hi have just bought a vps with LxAdmin installed on it, but who sold me it doesn't give me any support... I have a dedicated ip and I want to map it to my main domain hosted on this vps I configured it by this way: Server Home -> ipadresses -> click on my ip -> Configure Domain -> select the domain IT SAYS: "This will allow you to map a particular ipaddress to a domain. That is, if someone accesses http://ip, then the document root of the domain configured here will be shown." But it isn't so... if someone access http://"myip" it doesn't show my domain root, but it show me the default page of LxAdmin I have rebooted many time to see if somethink would change, but it's still the same Could someone help me? Thank you all
Have you Deleted the Index File? Lxadmin By Default Shows that Page.You can delete it to get the document root or, overwrite to show your Home Page.
Thank yo for your answer I have some experience with vps, but I don't know very well LxAdmin I have modified the index.html of my domain root, but if I connect to my dedicated ip it doesn't show me that page, It shows me another default page located at the path: "/home/lxadmin/httpd/default/index.html" I can't upload my website into that folder because it doesn't allow me to execute any file created by me into that folder, also if I chmod that folder and I can't connect ftp to that system folder I have a vps at hostingspace4u.net but he isn't giving me any support, he only took my money and left me with my un-working vps since 3 days... so at the end of the month I think I will take a different vps
Well, Unmanaged VPS are like this. you dont get support.but usually few providers help to get the business as well as better reviews.
I have experience with vps so I chose it, I haven't problem configurating it, the problmes is that what I setup doesn't apply... there is a mapping function to map my dedicated ip "exclusive" to my main domain, but if I apply this function my ip address doesn't show my domain folder "/home/admin/domain.xx", it shows me "/home/lxadmin/httpd/default/"
I already tried to restart the vps many times But now I haven't any more problem, hostingspace4u.net has disabled my account after 2 days with 1 month paid service... he is a scammer and I didn't know it
You just delete the Default page here: "/home/lxadmin/httpd/default/" Set a 301 redirect for all non www. pages And then automatically, it will load the "/home/admin/public_html" dir ^^^^^^^^^ I just tried this, and it didnt work on my server I have the same problem, unfortunately
Here is answer for your problem: Logon to your server by SSH, and edit the file by using this : vim /etc/hosts Once that file opened dont do anything just press the 'a' button on your keyboard then dont change any line just put a new line in this format: yourIP Yourdomainname "EX: 65.62.53.54 minesite.com" without quotes. then clikc 'ESC' once and write this command :wq and then enter. now restart your http server by using: service httpd restart , now go and add your domain it will be added without any problem.