In computer networking, localhost (meaning this computer) is the standard hostname given to the address of the loopback network interface.
0
votes
0answers
12 views
localhost Error code: ERR_EMPTY_RESPONSE across all browsers
I know this error is as generic as it gets, but I have no idea how to even begin trying to troubleshoot this. Just yesterday I was tinkering with 2 separate websites, one from html and another php, ...
0
votes
6answers
23 views
Safe way to write URLs that transfer across environments
I am currently developing some software on my local machine. For the sake of this question, lets call the software StackOverflow. I have the below pages
C:\sites\StackOverflow\index.php
...
0
votes
1answer
9 views
android 4 emulator cannot connect with localhost
I want to connect with my web API, its URL is http://localhost:55154/, with android emulator.
AsyncHttpClient client = new AsyncHttpClient();
client.get("http://10.0.2.2:55154/api/values", new ...
0
votes
1answer
7 views
xampp virtual host - always loading htdocs
I am trying to create a virtual host on my localhost (XAMPP). Tried every combination out there, but I always get htdocs loaded instead of the specific folder
Here is the hosts file:
127.0.0.1 ...
1
vote
0answers
18 views
How to run a symfony project well on my localhost
I have just downloaded a symfony web project from git to my windows 7 machine. I set it up in my c://xampp/htdocs/projectx
On my C:\Windows\System32\drivers\etc\hosts I added the line:
127.0.0.1 ...
0
votes
1answer
13 views
Subdomain routing to main domain
I'm using sub-domains within my Padrino configuration. I've created multiple A records in AWS Route 53 to route to things like api.myapp.com & admin.myapp.com, myapp.com, www.myapp.com. This is ...
0
votes
0answers
10 views
MySQL Access Denied/ No such file or directory
I'm trying to access my MAMP mySQL server.
Status: green
Apache Port: 80
MySQL Port: 3306
Document Root: /Users/msmith/Documents/dj/summertime
but I can't access it. Preferably in the command line.
...
-3
votes
0answers
8 views
how I use Tor as system VPN for run localhost:8888 for easyphp [on hold]
I am using the Tor as system vpn, then I entered it settings in Firefox and it works fine.
But when I am using it on the root of the easyphp address localhost:8888 but easyphp does not pass from.
...
0
votes
1answer
15 views
How to change the URL from “localhost” to something else, on a local system using wampserver?
On a Windows machine, there's a system running on the local wampserver, but while the application is running on localhost, the URL says otherwise.
While I would expect the URL to be like this based ...
0
votes
3answers
32 views
PHP script not returning json data
I have downloaded this script from web in order to get json format data from my localhost database. I use this json data in my java code. The truth is I don't have any experience in php, so please ...
0
votes
1answer
22 views
Why do I get error SQLSTATE42000 in PHP/MySQL
I am working on a project using PHP and MySQL.
I have an HTML table that has 3 columns into which I load data from my "Tasks" table in MySQL. The columns are: id, taskname and a button column that ...
-1
votes
2answers
42 views
Java tomcat localhost doesn't run [on hold]
I installed tomcat and I also looked at my
server.xml
for port(8080).When I try to open local host on my browser it gives me error like this;
Oops! Google Chrome could not connect to ...
0
votes
2answers
41 views
Magento is automatically redirecting to localhost on live server
I have uploaded my website on live server from localhost in magento
and when i m writing the url e.g: http://unbeatablewatches.com it is redirecting to localhost/unbeatable-watches..
how to solve ...
-1
votes
0answers
45 views
Installation of Joomla 3.1 on Wamp 2.4 gets stuck [on hold]
I'm trying to install Joomla 3.1 on Wampserver 2.4. Server is working (also MySQL), I've already installed WordPress, but whenever I proceed to install Joomla, installation process gets stuck at ...
1
vote
1answer
45 views
I'm unable to run Google App Engine: no consistent port localhost
I'm attempting to run Google App Engine just to get a hello world app up but have been failing. I'm on Windows 7 and have tried to use the GUI launcher as well as the Cygwin terminal. Having ...
0
votes
1answer
12 views
Local wordpress install only shows home page, all other pages Not Found
I am working on a local install of a live wordpress site, all links from the main page show Not Found errors. all .htaccess files are all present.
The problem is that every page except for the home ...
0
votes
0answers
10 views
how can establish a localhost pop3 mail service?
I have installed appserv because i want to run wordpress localy. now I want to send my notes from Evernote application environment via Email as post.( i mean some kind of remote publishing.because in ...
1
vote
0answers
35 views
Initialization of Jmol applet
I have a java applet that I need to embed in a web page. And I have a local host set up to view the web page. When I open the web page from the server using localhost:8080 , the applet gives an error ...
-2
votes
0answers
11 views
Set up a localhost for multiple organizations [on hold]
I got a project which will allow up to 15 schools to complete an exam via intranet so the kids can't access the internet to search the answers, and I was wondering how to set up a localhost on one ...
0
votes
0answers
6 views
What is a proxyhttp to a localhost? And does port 19495 have any significance?
I have a program called "everything" which is basically a 3rd party file search application for windows. I had this program list all the files on my computer by "date modified". This basically had ...
0
votes
2answers
27 views
Wamp Server not working in Windows XP
My wamp server works good even with Skype also because i remove this "use port 80 and 443 as alternatives for incoming connections" tick in Skype tool menu. but once my pc restart because of light ...
-2
votes
0answers
12 views
Running localhost or localserver in smartphone or mobile [on hold]
What should I do to run localhost or localserver in my smartphone ?? When I run localhost in my machine or PC and if my wifi is ON then we can able to run localhost in mobile. But I don't know how to ...
0
votes
0answers
5 views
Request Aborted localhost
So I'm having problems getting my localhost to display files at all. The html is served up perfectly though.
The idea normally, RewriteCond -> dispatch.php and then routing through this file. This ...
-1
votes
0answers
11 views
Shrink Apache Conf for simple Localhost usage
I am using the standard Apache 2.4.3 installation for Win7.
I only use it for small web interface applications on localhost that I create with perl.
So my only requirements for Apache are:
use the ...
0
votes
0answers
7 views
access IIS from mac virtualbox
I'm running a virtual machine of Mac OSX, everything works fine (sound, etc) on a Windows 7 machine.
I have IIS server running, and after putzing around I can't get it to access anything on it.
...
0
votes
1answer
17 views
Connection to 172.0.0.1 from an App on an Android Device fails with Timeout
i want to develop a app that enables two Android phones to exchange data over the Wifi Network. Since im not having two phones at the moment i thought i can try this by using 1 App that acts as a ...
0
votes
1answer
36 views
localhost db hostname for codeigniter app
I am a rails developer working with a client who absolutely demands that I fix their old codeigniter site, then port it into rails (don't ask why, that's a whole different question). Anyway, they seem ...
0
votes
1answer
18 views
Web Service and Javascript request on the same localhost port
I've got a very simple Axis web service on an Apache Tomcat server (e.g. localhost:9999). I created and run everything with Eclipse Java EE.
I want to invoke that web service on a HTML page with ...
-1
votes
0answers
7 views
is there memcache download compiled version? [closed]
is there a compiled version of memcache out there? I am trying to install on my localhost
All I see here is uncompiled versions http://pecl.php.net/package/memcache
Thanks.
1
vote
1answer
34 views
MySQL Workbench Will not connect to localhost. “Database server instance is unknown”
My MySQL Workbench is not connecting to my local host, and I cannot figure out why exactly it is reacting like this. It just started doing this one day, and randomly it will give me access although it ...
0
votes
0answers
10 views
multiple local domains with dnsmasq?
So I'm using dnsmasq for my local dev environment & I need to set it up to use multiple domains ex. (.dev, .test, .somethingelse) how can this be done?
currently It's working with .dev only
this ...
0
votes
0answers
25 views
i've accidentally edited my wp-config.php now i can't remember my infos
when i trying to upload my files to server i've accidentally changed my wp-config.php details according to my server. Now i think i have to export my settings from localhost for import to server. But ...
-2
votes
1answer
21 views
Public localhost - possible? [closed]
Is it possible to make my localhost to be available to everyone?, under a certain domain?
(Without external ip)
I will be grateful if someone describe it step by step!
0
votes
2answers
21 views
NodeJS: Use environment variables in front end scripts
I'm writing a socket.io app, and I'm getting annoyed at having to chance a line in my frontend scripts.js file every time I push to heroku, from
var socket = io.connect('http://localhost');
to
var ...
0
votes
1answer
23 views
Run ASP.NET application in a sub-folder of localhost
Is it possible to run ASP.NET application in a subfolder of localhost ? E.g. "localhost:61778/subfolder/" instead of "localhost:61778/"?
I will publish my web application into sub-folder on real host ...
0
votes
2answers
26 views
Install XAMP with PHP switch
I am looking to download WAMP a friend of mine said with WAMP you can switch PHP versions. I went to the WAMP download page http://www.wampserver.com/en/ and clicked on PHP addons and there is a list ...
0
votes
0answers
4 views
How start & stop MAMP PRO using command line?
I am trying to find a way by which I can start and stop MAMP PRO's Apache and mysql using command line.
So far whatever I have search has only helped me start MAMP PRO.
Thanks.
0
votes
1answer
26 views
localhost UIWebview loads on Simulator but not on Iphone device
I have a UIWebview that loads a local asp website, it works properly on the Simulator but not on the device. I don't know where is the problem ?
Here is my code :
- (void)viewDidLoad
{
[super ...
-2
votes
1answer
28 views
Node.js web server on local machine [on hold]
I need to test some of site's aspects in real web with my friend. Web site is on Node.js.
Obviously I'm testing it right now on localhost, but I know nothing about how can I bring it online without ...
0
votes
0answers
11 views
Removing router login from localhost?
I have an Technicolor TG789vn v3 modem and it have built in router, which I don't need at all.
So by going to my localhost I see router login page.
Using xampp on windows 7 btw.
And since it's nice ...
0
votes
0answers
10 views
amcharts not getting displayed when run on tomcat server(localhost)
I'm trying out examples of Amchart from their website. When I open the html file on the browser(without running it on a server) the chart is getting displayed properly. But then when I run the same ...
0
votes
0answers
20 views
how to synchronize MySQL database that runs locally?
I'm working on a web application (based on PHP & MySQL). I work on 2 PC locally.PC's are not part of network.
is there an easy way to synchronize data bases over internet?
my application runs ...
0
votes
0answers
31 views
XAMPP localhost issue with mysql
I am getting this warning in my localhost using XAMPP
Warning: mysql_connect(): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset ...
0
votes
0answers
23 views
Get the “real” inet adress of raspberry pi with java
I'm using the following line of code to receive the ip adress of the raspberry pi:
InetAddress.getLocalHost().getAddress().toString();
THe IP address is used to be stored in a web service. THe web ...
0
votes
0answers
11 views
Accessing apache solr search result on apache server
I have gone through the tutorial here. They work perfectly on localhost, but when I am trying to do the same on my linode server. The terminal says
Started [email protected]:8983
But, ...
-1
votes
0answers
9 views
How to make developer copy of Wordpress blog on local host
I develop Wordpress sites,called as techcloud7 and I have a local XAMPP But every time when I post anything I personally need to update Live database for the every post.tell me something how can get a ...
0
votes
0answers
19 views
Can “localhost” be changed to “something” in terms of apache usage via web browsers? [closed]
I think Firefox would likely automatically consider it to be a non-local deal and try to use the internet or google search it ? ( if it is : something.xx )
but better yet can it be simply
...
0
votes
1answer
9 views
.htaccess file causing error on localhost
this is my .htaccess file code wich is located in the root of localhost, without it works fine, so there's something wrong with it:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
...
1
vote
1answer
30 views
I can't play .mp3 files on localhost
Im making a music player using HTML, jQuery and XML. The XML file contains the names of all the songs with their paths. I can't access the XML file locally because Chrome doesn't allow that, so I ...
0
votes
2answers
35 views
Unable to connect to local host when running PHP
I am trying to learn PHP and use Netbeans as my IDE along with a PHP plug-in, but the problem is that when I run the script, my browser (Firefox) couldn't connect to localhost.
My code is a simple ...