How to find the IP address in Xampp 7.4.29-1? - xampp

enter image description here
enter image description here
I don't have the main page of Xampp which shows the IP address directly. So how can get the IP address?

Related

Can't access htdocs with static IP address from browser

I created a Joomla instance using Lightsail. Using FileZilla I transferred my html files in /opt/bitnami/apache2/htdocs.
However when I enter my static IP address in my browser I always end up on this home page.
And if I try to redirect towards a file in my htdoc I end up on this one.
What am I doing wrong?
FIXED:
So it appears the directory I was using wasn't the right one.
You need to use: /opt/bitnami/apps/joomla/htdocs.

How can i set heroku dns target to whogohost

I have a domain name from whogohost. Iam currently hosting my app on heroku. The url of the website is rhemagist.herokuapp.com. I have tried to set the DNS target from heroku to whogohost. It is however giving me error. So i need some help to fix the error. Thanks in advance.
Login to your client area and Click on Domains >>> Manage DNS.
Click on Add new Zone Input your domain name without www in the field for Zone Name.
Input this IP address (174.129.25.170) in the IP address field.
Click on the Edit Icon. On the row that begins with WWW, replace your domain name with your Heroku DNS target and save.
Scroll up and click on add record. Copy and paste the shorter CNAME in the Name Field. Select CNAME in the dropdown. Then add your Heroku DNS target in the RDATA field
You can refer to this endpoint: https://www.whogohost.com/host/knowledgebase/121/How-do-I-map-my-domain-to-my-Blogspot-account.html
NB: Make sure that on Heroku, when adding your domain name, add it like this: www.domain.com and not just domain.com

Viewing html file on local network

As title says, I have html file, which I would like to allow access with some IPs on my Wi-Fi.
I changed my hosts file.
192.168.0.162 Ntb
I also needed to add exception to firewall.
Now I can ping this IP.
But how can I show this user with this IP adress my html file?
Which is located:
C:\Users\patri\Desktop\bc4\f_end\login.html
Thank you for your help

codeigniter accessing through IP address in subfolder

I have a backoffice module in codeigniter. ive uploaded it to a.setver.into backoffice/ folder. the server can be accessed only by IP address like http:// IP ADDRESS /~user/backoffice/ but its not working.
ive uploaded it onto another server which can be accesses like www.domainname.com/backoffice/ and it works fine there.
i have to make it work on the first server without editing the hosts file.
i guess there must be a problem with segments order in the urls.
I opened the error log which sais file not found usr/local/apache/htdocs/home .
the home is the default controller.
the config bse url is set fine.

Hosts file Redirect website to about:blank

I was just curious, how do I redirect a webaddress to a blank page using the windows Hosts file? All I know now is this 127.0.0.1 googleads.g.doubleclick.net. So how do I redirect the address to a Blank page?
thanks
You can't.
The HOSTS file assists in name resolution—converting a hostname to an IP address.
about:blank is a special URI that has nothing to do with name resolution.
You could run a webserver that sends 301 redirects to about:blank (or just sends blank pages), then add that server's IP address to the HOSTS file.

Resources