How do i make my xampp server public using my system ip address - xampp

I have install xmapp and i want to make it public.
Example accessing it through my computer ip address example like 4342.3233.122.23
them any device can access it with this ip?
Thanks in advance

Related

how to access xampp server from internet using dynamic ip address

I have installed xampp server on my windows 7.
I am connecting internet using HUAWEI Dongle.
I don't have any static IP address.i Want to access my php file from internet example I have connected to internet now I have dynamic IP address like 100.101.73.240 if some one enter 100.101.73.240/home.php in his browser address bar then my home.php page should open in his browser.
What should I do for this give me step by step guide.
Local Ip can't work over the internet. It's your intranet network. If you have dynamic internet IP, then you simply configure the Dynamic DNS service. Which you can configure your Internet Router with the following settings (provided by the Dynamic DNS service providers).
dyn.com
noip.com
dynu.com
many more.
Thanks
If you want to share IP with someone from your local area network:
Go to cmd, run ipconfig command, and find your local IP, which should be like 192.168.xxx.yyy. You can easily share it with no worries it will change each time you reset your network.
If it's someone from external network:
You have no power to share your external IP if you have dynamic one, it will change too often, but still it should work for a short connection sessions. To obtain a stable address you would have to register a domain

Hosting Website to local in IIS

I am able to host website in IIS 8 but not with ip add. The binding with ip and browsing the site in chrome gives 'ERR_NETWORK_ACCESS_DENIED'
http://localhost - works
http://10.111.148.133/ - does not work.
Seems you are using your public IP.
You can browse using your local IP address. Your local IP address should be some thing like 192.168.xxx.xxx .
You can check your local Ip address using the following command in command prompt.
ipconfig/all
if you want to access your site using public ip, then you need to port forward from your public IP to localIp by setting the DMZ Host in your router.
Along with the above answer, try going through your Firewall settings on the host computer and enabling anything related to IIS or port 80.
You can easily figure out if your antivirus or firewall is the issue by temporarily disabling it.
However, I think your issue is that you grabbed your public IP address, off whatsmyip.com or something, you just need to exec ipconfig to see what your local IP is.

How to view local site on mobile?

I have a windows 7 laptop and a phone, both connected to my home wifi network. I have a local site running on my IIS7 windows laptop. If I type localhost, I can see the default page.
The problem is that now I want to view that page on my phone. How can I get to it?
I tried
localhost:81
I tried getting my public ip, then putting :81 after, and it didn't work.
Anyone know how to do it?
Thanks
Your public IP address allows computers on the internet to connect to your router.
It won't work inside your local network.
You need to connect to the internal IP address of the computer itself – the one belonging to the network adapter connecting it to the router.
You can get this address from the ipconfig command, or the properties of the network adapter.

codeigniter question global variables

My system uses DHCP to retrieve ipaddress in configfile if i set my_system_ipaddress/codeigniter others cannot access my site if ip is changed.what is the solution for that
If you are working on an intranet, fix your IP, or ask your sysadmin that configure the DHCP server to give you a fixed address.
If you plan to work on a public net, you need to work with a domain name, that is what you will use in your config files.
It's not clear if, when you say DHCP it's from your ISP or you local Lan.

Launch Apache 2.2 on static IP

Is there any way to launch Apache server on my laptop with static IP address?
I need a remote access through web-interface to a local Oracle database from the internet.
Right now I have Zend Core installed which allowes me to connect to the database but I don't know how to make it from the internet.
Thank you in advance.
You can use a dynamic DNS server (no-ip, dyndns) to get a dynamic IP address mapped to a constant domain name (and updated automatically).
Apache doesn't assign IP addresses, your ISP does.

Resources