Mobile app version of vmapp.org
Login or Join
Murray432

: Can I use cloudflare to point my domain to a project hosted on XAMPP? Is there a way to get this domain to point to my computer's external IP and have XAMPP serve the page to the visitor?

@Murray432

Posted in: #Cloudflare #Xampp

Is there a way to get this domain to point to my computer's external IP and have XAMPP serve the page to the visitor? I already have it working when the user uses my IP directly, but I want them to be able to use the domain instead.

Thanks.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray432

2 Comments

Sorted by latest first Latest Oldest Best

 

@Martha676

You can accomplish this just fine even if you have a dynamic IP. Check this out.

10% popularity Vote Up Vote Down


 

@Cugini213

If you have an internet connection with static IP address, you can do it.

First you have to create an entry in the Apache's VirtualHost on xampp with the domain name, and port.
Here is a tutorial on creating the vhost entry. httpd.apache.org/docs/2.0/vhosts/examples.html
You can then add the a record with the value of the static public IP in cloudflare.

PS, if you don't have a static public IP address, you will have to use some dynamic DNS provision like dyndns which won't allow you to use the cloudflare.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme