How do I access XAMPP localhost?


Configurazione di XAMPP in Italiano

Entra nel tuo XAMPP Control Panel. Clicca su Configurazione Apache (httpd.conf). Cerca Listen 80 e sostituiscila con Listen 8080. Successivamente, utilizzando la comando cmd, chiamato ipconfig, per verificare la tua ip locale.

Utilizzo di localhost in Chrome

In XAMPP, cerca il nome del server localhost:80 e sostituiscilo con il tuo IP locale:8080, ad esempio 192.168.1.156:8080. Local host is a local web server for development and testing.

Apertura di XAMPP in Chrome

Aprire Chrome sul tuo Android device e accedere al port localhost che hai specificato nel campo Device port per visualizzare i contenuti. For instance, if you entered 5000 in the field, you would then navigate to localhost:5000.

Per accedere al server da soli, utilizzare i seguenti URL: http://localhost/ o http://127.0.0.1/.

By using hostname -I, it is possible to locate the sever’s local IP address, assumendo che il sistema operativo sia Linux.

Utilizzando la tastiera Windows e la tastiera R, apri il dialogo Run function e digita cmd. Clicca su Enter. You can also type cmd in the Taskbar Search box and choose Command Prompt from the list. È consigliato lavorare come amministratore. Cerca 127.0. 0.1 e premi Enter.

Lascia un commento