Tolphem's Posts
Nairaland Forum › Tolphem's Profile › Tolphem's Posts
1 (of 1 pages)
How much will it cost to develop also for cross platform (BB, android and Symbian) |
@ curiouslad: You can try amazon ec2 instance it's free for the first year. You can install a lamp stack on a Linux AMI and have full control over your server.I will check that out bro!!! |
@Rufaai thanks for your reply. But I need something cheaper maybe someone with a vpn or dedicated server that can create a folder on his/her server and I will give the person the domains or subdomain I want to point to my root folder. So I ll just have a cpanel access and ftp. If getting just a virtual hosting is not possible |
Good morning peeps, i need a virtual host if possible with root access For example, i want the serving domain to be www.example.com (with the ip: 50.10.9.23) and i wish to add the virtual host with either a domain or subdomain pointing their A record to the IP (eg other.dam.com),(and many more). Can i get a virtual Host not a dedicated server or VPN with root access or someone with a root access to help point domians, or subdomain to a specified root folder. httpd.conf : <VirtualHost *:80> # This first-listed virtual host is also the default for *:80 ServerName www.example.com ServerAlias example.com DocumentRoot /www/theRootFileSpecified </VirtualHost> <VirtualHost *:80> ServerName other.dam.com DocumentRoot /www/theRootFileSpecified </VirtualHost> Thanks in Advance. |
1 (of 1 pages)