Questions tagged as 'localhost'

2
answers

How do I create local domains to test my sites and applications?

For my tests, I'd like to create a redirection of any domain to localhost:porta on a local computer under Windows. I thought it would be possible for the hosts file in C:\Windows\System32\drivers\etc\hosts doing something like:...
asked by 10.12.2016 / 16:19
0
answers

Is there a way to create a valid certificate for localhost Apache?

Just look at my local development, I've made use of link , created the apache openssl certificate, it works beauty. It turns out that since it is not a certificate that is in an external source the browser says that it is not safe and places...
asked by 20.04.2018 / 17:31
0
answers

I can not access localhost on another machine on the network

I'm trying to access localhost (ip: 192.168.0.11) through another machine on the network. Start Apache with access on port 8080 (with EasyPHP Devserver 16.1) and type in the browser of another network machine (ip: 192.168.0.15) the address " . T...
asked by 10.05.2016 / 15:17
2
answers

Error localhost Visual Studio

My VS was working perfectly, today I bought and installed the kaspersky antivirus, when I was running an ASP.NET site (MVC) the following error appeared:    UNABLE TO START PROGRAM '' An operation is not   valid in the current state.  ...
asked by 23.02.2017 / 22:38
2
answers

Is there a paid localhost server? [closed]

I searched the internet and found nothing related. I want to set up a localhost server to test my applications. I have already tested Xampp, Wampserver EasyPHP and others ... Is there a paid system? The correct way to speak is "Local...
asked by 30.12.2015 / 13:22
0
answers

How to simulate https in http: // localhost? [closed]

How can I simulate link in Xampp so that it returns me to the url showing if everything is ok or is there security holes in the scripts used?     
asked by 31.10.2015 / 14:21
0
answers

Android application on local network

I'd like to know where to start studying to create an App that works on the local network. I have a version of this App that works using Firebase with my online database. I wanted to now do something similar but locally, with Wifi only Wireless...
asked by 27.03.2018 / 09:43
3
answers

Wordpress on Localhost

I have a Wordpress website online, and I need to put that site on my local machine. I have an environment with WampServer. How can I get this site to my local machine? Just copying the files and backing up the bank can I develop this situation?...
asked by 04.10.2017 / 13:30
0
answers

Connection to external database [closed]

I created a database on 000webhost and I created a connection with PDO to access it from my localhost on vertrigo <?php //CONSTANTES define('HOST', 'databases.000webhost.com'); define('USUARIO', 'meuusuario'); define('SENHA', 'minhasenha');...
asked by 09.10.2017 / 05:47
0
answers

Why is my localhost adding an extra toolbar?

trait Pagination{ private $totalRegistros; private $limite; private $offset; private $totalPaginas; private $segmentoUrl; private $links; private $explodeBarrasUrl; private $posicaoPaginaUrl; static $nextLabe...
asked by 15.03.2017 / 02:19