Most voted "localhost" questions
78 questions
Sort by count of
-
5
votes0
answers1485
viewsI cannot access localhost on another network machine
I’m trying to access the localhost (ip: 192.168.0.11) via another network machine. Start Apache with 8080 port access (with Easyphp Devserver 16.1) and type in the browser of another network machine…
-
5
votes2
answers3911
viewsHow to create local domains to test my websites and apps?
For my tests I would like to create a redirect from any domain to localhost:porta on a local computer, in Windows. I thought it would be possible by the hosts file on…
-
4
votes1
answer555
viewsIs there a way to create a valid certificate for Apache localhost?
Look at my local development I have made use of https://localhost, created the certificate by apache openssl, works beauty. As it is not a certificate that is in an external source the browser says…
-
3
votes0
answers670
viewsHow to simulate https at http://localhost?
How can I simulate https in Xampp so that it returns me the url showing if everything is ok or there are security holes in the scripts used?
-
3
votes2
answers224
viewsIs there a paid localhost server?
I searched the internet and found nothing related. I want to set up a localhost server, to test my applications. I have tested Xampp, Wampserver Easyphp and others... Is there a system that gets…
-
3
votes2
answers5090
viewsError localhost Visual Studio
My VS was working perfectly, today I bought and installed the antivirus Kaspersky, when I went to run a site ASP.NET (MVC) the following error appeared: UNABLE TO START PROGRAM 'An operation is not…
asp.net asp.net-mvc-5 visual-studio entity-framework-6 localhostasked 7 years, 9 months ago Jefferson Souza 379 -
3
votes2
answers3004
viewsHow to open a local server using Node?
I want to open a local server to test my project on Reactjs, but I want to see it both locally on my machine and on another computer. I have to open some door? Edit: Both using the same network.…
-
2
votes1
answer1299
viewsConfiguring Tomcat with SSL
I followed the tutorial on the site Tomcat who basically tells you to do two things: Create a . Keystore with password changeit through Keytool.exe. I saved the resultate file in C: Users Vinicius…
-
2
votes1
answer724
viewsProblem with conflict between IIS and Xampp
I made the mistake of installing the IIS and now it is giving conflict in localhost:80, I uninstalled, disabled the components and did everything I found on the internet, but it remains in the…
-
2
votes0
answers45
viewsWhy is my localhost adding an extra bar?
trait Pagination{ private $totalRegistros; private $limite; private $offset; private $totalPaginas; private $segmentoUrl; private $links; private $explodeBarrasUrl; private $posicaoPaginaUrl; static…
-
2
votes3
answers76
viewsWordpress on Localhost
I own a Wordpress site online, and I need to put this site on my local machine. I have an environment with Wampserver. How can I move this site to my local machine? Just copying the files and…
-
2
votes0
answers110
viewsLocal Network Android App
I would like to know where to start studying to create an app that works on a local network. I have a version of this App that works using Firebase with my online database. I wanted now to do…
-
2
votes0
answers375
viewsConnection to external database
I created a database on 000webhost and created a PDO connection to access it from my localhost in vertrigo <?php //CONSTANTES define('HOST', 'databases.000webhost.com'); define('USUARIO',…
-
1
votes1
answer2304
viewsHow to access a local server from an Android device
I have a server in Django running on my computer "localhost:8000/posts", and I am creating an Android client to access it. Debugging my application on a real device, I tried to access by my Ipv4…
-
1
votes0
answers53
viewsConnect Java to Access (.accdb)
I’m trying to connect a desktop application that uses Java to a server. First I tried to use Acess, but I had problem with drivers, I tried to use Ucanaccess and more problems, anyway, I gave up, I…
-
1
votes1
answer290
viewsError installing script on localhost
I am trying to install a script on local host, but the following error appears: Internal Server Error The server encountered an Internal error or misconfiguration and was Unable to complete your…
-
1
votes2
answers4316
viewsProblem to run IIS Express on my network
Hello I’m trying to run the IIS do Visual Studio 2015 ASP.NET Empty Web website to work on my network so I changed this file ...\Documents Visual Studio 2015 Projects meuProjeto . vs config…
-
1
votes2
answers3657
viewsERR_CONNECTION_REFUSED - Why can’t your phone find the absolute path of files through localhost?
I’m developing a website with framework Bootstrap During development, I came across the problem related to path (path) of folders, images, pages and etc. I was using include to include the header…
-
1
votes1
answer641
viewsQR Code ZXING reader in HTML - WEBQR
I am trying to implement the reader in my web application as well as in the site "webqr.com", I copied the complete site from index.html to scripts(2). until then all right I access the server…
-
1
votes1
answer3821
viewsError "Uncaught Pdoexception: could not find driver" in Wordpress on localhost
I’m trying to put a Wordpress site in Xampp (localhost) but when running it appears the following error: My mistake: https://prnt.sc/gjytdc Fatal error: Uncaught Pdoexception: could not find driver…
-
1
votes2
answers161
viewsI can’t work with Uri(routes) using virtual hosts
I created a virtual host using apache, the problem is that I can access the site on my "localhost" as follows: site.com To access my site on localhost in this way I did the following in the file…
-
1
votes0
answers1811
viewslocalhost does not open in browser with XAMPP
I recently installed XAMPP and it worked perfectly, starta and everything. After a while I’d open up localhost and there was nothing, it was this web page cannot be displayed I’ve tried 127.0.0.1…
-
1
votes0
answers70
viewsLocalhost Cannot read Property 'route' of Undefined
I have an application that runs perfectly on herokuApp. But when it is in local application the build works but the dist folder has errors. The.log console shows the following 3 errors below. If…
-
1
votes0
answers310
viewsHow do I set up the SSL of a site that is localhost with IIS? (Self-signed Certificate)
I’d like to point out that I’m new to the IIS, so I apologize for the layman and amateur aspect. Well the problem is this, I created a self-signed certificate with the following user-friendly name :…
-
1
votes0
answers272
viewsError accessing Rstudio 127.0.0.1
I’m trying to access Rstudio and this error appears: 127.0.0.1 refused to connect. Try: Check the connection Check proxy and firewall ERR_CONNECTION_REFUSED if I go in cmd and der ping: C: Windows…
-
0
votes0
answers196
viewsGlassfish: Trying to access the server through HTTPS
I have Glassfish 4.0 running on my local machine. I then sought to add an http Listener, as follows: asadmin> create-http-listener --listeneraddress 127.0.0.1 --listenerport 80…
-
0
votes1
answer3263
viewsHow to change local URL on IIS
In the local environment of development I always used localhost to access the application, but would like to use friendlier Urls (for example: http://system analysis), I tried setting up on IIS, but…
-
0
votes0
answers1096
viewsPHP Access-Control-Allow-Origin - CORS - Localhost
I am trying to access a localhost application by another application that is also local, but on another IP and port and I can not at all. I have tried every way and always appears the same error:…
-
0
votes1
answer406
viewshow to allow access to the . htaccess file
My ". htaccess" is like this: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L] RewriteCond %{HTTP_HOST} !^$ RewriteCond…
-
0
votes1
answer746
viewsHow to call files on localhost
I installed a script made in codelgniter in localhost, but the site is entire without formatting and functions working, I believe that is not making the correct call of css files, js. <link…
-
0
votes1
answer995
viewsAtom editor, open php script in localhost (Test in Browse)
In Netbeans by clicking |> (play) I run my php project on localhost. Now I’m testing the Atom editor and wanted to know if there is a plugin / extension that enables this function. Open html…
-
0
votes0
answers154
viewsLocal server for remote server
I have a multi-user mobile application that I intend to put to test. Currently, I only have the server-side locally using MAMP(Apache, PHP and Mysql). I intend to rent a remote server (probably…
-
0
votes0
answers33
viewsSimulate slow connection with WAMP
I found this article which shows how to perform in the browser itself (in this case, Chrome), but does not work when Devtools is closed. Is there any way to do this directly in WAMP for localhost?…
-
0
votes1
answer92
viewsCould not read from remote Repository
I created a BARE repository in the folder: c://projetos/cliente1 this in the VMBOX ORACLE that is called (vmserver) then when time access from real pc, returns the following message: $ git clone…
-
0
votes1
answer362
viewsWhy is working locally slower?
Always when I climb a local server with PHP or NodeJs, I come across a slowness that in a lodging does not happen The same happens when I simulate a server with Ngrok That is, this is all because of…
-
0
votes2
answers2068
views -
0
votes0
answers490
viewsinsert into two tables at the same time with php
I’m in trouble. I have the tables usuario and aluno which are related by primary and foreign key. I want to make an insertion with php to insert data into the two tables, the idusuario table usuario…
-
0
votes1
answer389
viewsSlow page loading locally after configuring virtual hosts
Greetings, I’m having problems loading pages on my local server. This problem happened after I set up 3 virtual hosts and when I try to load my page through it, it takes A LOT to load. Could someone…
-
0
votes1
answer418
viewsCode only works on localhost
This PHP code with Javascript is for taking photos with the webcam. But it only works on the localhost. When you’re away does not open the webcam. <!DOCTYPE HTML> <html> <head>…
-
0
votes1
answer1051
viewsMysql error - phpmyadmin: Access denied!
I have this problem with phpmyadmin, it was working normal, but when I typed: "mysql" in the linux shell it did not open mysql, only when typing: mysql -h 127.0.0.1 -P 3306 -u root. Then I saw some…
-
0
votes0
answers120
viewsLaravel works on "localhost" but on production server does not work
I have a problem in my system so that when publishing it in Xamp on my server, accessing locally (on this same server) all the css and js are loaded correctly, but when accessing from another…
-
0
votes1
answer946
viewsRecaptcha v2 on local server!
First of all, in case that question doesn’t fit here, you don’t have to deny it just by saying I remove it. But anyway, I believe that everyone in the programmers has been through this problem, I…
-
0
votes1
answer2052
viewsHow to create a local network (intranet) with Django?
I’m racking my brain, I’ve tried several and several tutorials gringos and nothing works with excellence. I have a system made in Django on a common computer (windows 10) and I’m trying to leave the…
-
0
votes0
answers228
viewsHow to make a routine of sending certain data from one Mysql database to another
I’m a beginner and enthusiast in web programming. I try to develop a system that works basically like this: I have a contact log, only running on localhost (PHP and Mysql) - because I need a system…
-
0
votes1
answer30
viewsHow to run Taiga.io on my computer using Nginx
I’m trying to spin the Taiga. on my computer. All part of backend works normally, but when I try to access the URL exemplo.com, doesn’t work. I’m using:…
-
0
votes1
answer615
viewsPHP - Unknown: failed to open stream
Well, I created a basic program that returns two variables in PHP, however I am having some errors when trying to 'run' the program by Wampserver. How I’m using the Wampserver, created a folder…
-
0
votes1
answer192
viewsCharset setting difficulty in PHP
I tried to make a program that assigns a certain color sequence to all characters, but the result is not as expected and all indicates that it has to do with the definition of "charset". Then I’ll…
-
0
votes0
answers28
viewsLocal server does not open on external network
I took a domain in freenom and pointed it at my computer, but the site only opens when I am on my own network, the error is "ERR_CONNECTION_TIMED_OUT". I tried to configure my modem to point the…
-
0
votes0
answers16
viewsHow to get another computer to access my database
I have a system that uses Sqlalchemy and this one needs psycopg2 to connect to the database. I turned my system into executable, but I left in the database configuration file the "localhost"…
-
0
votes1
answer23
viewsHow to run WEP API Node and a Reactjs Project on the same machine?
I have running a Web API at the address localhost:3333 and a Reactjs Application at localhost:3000, however when I try to perform some request with fetch the browser returns Cors error. Is there any…