In computer networking, localhost (meaning this computer) is the standard hostname given to the address of the loopback network interface.

learn more… | top users | synonyms

1
vote
1answer
14 views

IE9 local filesystem security prevents js execution

I'm developing a local JavaScript webapp for demo purposes. The webapp consists of a single HTML page and a few JS files that are included into the app using <script> tags in <head>. When ...
0
votes
2answers
19 views

Wordpress Gets 404 Not Found Error When Entering Address

I ran into a 404 not found error when trying to access a local Wordpress installation. I am migrating a working Wordpress installation from my hosting account where I set up the WordPress site. After ...
0
votes
0answers
29 views

Testing Facebook Login on localhost server with hybridauth using Laravel 4

I am trying to follow the tutorial here to set up a Facebook login: http://www.mrcasual.com/on/coding/laravel4-package-management-with-composer/#additional_resources I running my site on a local ...
0
votes
0answers
13 views

Testing Facebook Authentication on Local Host (Laravel 4)

I am trying to set up Facebook authentication with hybridauth in Laravel 4. I would like to test the authentication on my localhost server. The domain where I would like the authentication to ...
0
votes
0answers
13 views

Accessing web service from another system using ipaddress

I have a website working. I run it and i see localhost/pagename.aspx up and running. I replace it with my ip address and the port number like this .. ://10.xxx.xxx.xx:12234/pagename.aspx and it does ...
0
votes
0answers
13 views

Why will Google Custom Search API not work from localhost (WAMP, XAMPP) but is OK on a University Server?

Basically I am working on a meta search engine and have BING and Blekko APIs working fine on localhost (WAMP and XAMPP) but Google Custom Search won't play ball. Now Google will work just fine on a ...
0
votes
1answer
13 views

.htaccess not working on localhost with XAMPP

i m using XAMPP but i m not able to use .htaccess file at local host. i m trying so many times.. Online working good. but local host showing [The requested URL was not found on this server] My root ...
-1
votes
1answer
10 views

Apache on Mac os 10.8: Able to Connect to Localhost, but not localhost/~username [closed]

When I access the localhost from a browser it displays: It works! but when I type localhost/~username (with username replaced as my username) I get Unable to connect error webpage. How do I fix ...
0
votes
0answers
27 views

Working locally with apache won't authenticate user

I'm using LAMP and Zend for server side web dev. In my sign up process I have one step the user must pass after submitting the sign up form and before he gets his private user page. After form ...
-2
votes
0answers
12 views

Difference between IISRESET and iisreset -start/iisreset -stop [closed]

what is difference between IISRESET and iisreset -start then iisreset -stop?
0
votes
1answer
23 views

How to have more processes listen on the same port of the same machine with QUdpSocket::ShareAddress?

I'm on Linux with QT 4.8. I would like that 2 or more processes on the same machine could listen on the same port for UDP datagrams. Qt documentation says that QUdpSocket::ShareAddress can do that. ...
0
votes
1answer
46 views

NOT your standard Curl error: WAMP/local copy of remote Magento site, curl_setopt() not defined

I have created a local copy of my remote store (Magento Community 1.6.2.0): Cleared entire Magento cache on remote site exported remote MySql database using phpMyAdmin tar'd up the entire remote ...
0
votes
0answers
10 views

Access Owncloud data files stored same server from php

I need to have access from php/html to files stored in my owncloud.org installation (same server diferent directory) Whe I try to image display using <img ... I only see a box without image. Any ...
0
votes
1answer
28 views

Magento Localhost Installation - LAN Works - WAN Issues?

Full disclosure: I’m new to home servers and Magento. Running Ubuntu Server 13.04 with LAMP and Magento Commerce 1.7.0.2 on a dedicated home server. I've already configured my server's static IP, ...
0
votes
1answer
33 views

mysql_connect warning, database host issue [closed]

I suddenly gοt this: Warning: mysql_connect(): in C:\xampp\htdocs\login.php on line 12 cannot connect to server A connection attempt failed because the connected party did not properly respond after ...
-1
votes
0answers
6 views

Pages automatically getting downloaded on localhost/xampp [closed]

I installed xampp in ubuntu. I have done this in past but this time when accessing localhost or localhost/xampp or other diretory, It is showing nothing rather downloads without request. What could ...
0
votes
1answer
19 views

How to have SQL query results returned and stored in localhost window variable, rather than the terminal, using Node.js?

I'm fairly new to Web Development and this is my first attempt at querying a DB and actually doing something with the data returned. I'm using Node.js to query a Database I have the following app.js ...
2
votes
5answers
82 views

how to access my 127.0.0.1:8000 from android tablet

I am developing a webpage in django (on my pc with windows 7) and now i need to test some pages in tablet pcs. suddenly the thought came if i can have an access to my localhost in windows from android ...
0
votes
1answer
12 views

Setting 127.0.0.1 as relying party trust

I am working on an application that is AD FS backended. I have created the controller to direct to the AD FS login page but when I sign in I am unable to browse to 127.0.0.1 How can I set up ...
0
votes
0answers
7 views

Terminate Local Apache Server on port 80

I am currently running Ubuntu and doing some symphony2 tutorials but when I tried to open a new server on port 80 with the command : php -S localhost:80 -t in the Symfony folder it was already ...
0
votes
0answers
9 views

Issues connecting to localhost on Mac Safari - Safari can't find the server

I am trying to access my site http://test-project.localhost on Mac Safari but keep getting the error message Safari can't fine the server, all my other browsers display my local page fine. I have ...
1
vote
0answers
23 views

How to solve the exception of type 'System.Net.WebException' occurred while running app?

I want to connect windows phone with remote server. I trying to connect that time the below error occurred. How to solve it. An exception of type 'System.Net.WebException' occurred in ...
1
vote
1answer
25 views

Specify path for cookie using jQuery on localhost

I am trying to implement a cookie to apply to all pages of my locally developed site (http://localhost888/develop). For some reason, I cannot get it to work by adding 'path /'. Below is the code I am ...
0
votes
0answers
19 views

Why does -Djava.net.preferIPv4Stack=true disables localhost callback to work?

We got weblogic running on a server and I am using localhost:port to do a jndi lookup. This has been working until they put on -Djava.net.preferIPv4Stack=true For some reason, there is nothing ...
1
vote
1answer
28 views

Using VMWare Fusion for local web dev, how to view local sites in the VM from the Mac

I'm using VMWare to build a .asp / NET site in a virtual machine running Windows 7 on my Mac, but I'd like to view this from the OSX side, or from other machines on the local network. On the virtual ...
0
votes
0answers
25 views

Hosting Web App Locally on Mac

I have written a simple chat web app using .net and it all works fine. Now I have written a small iphone app that is meant to interact with the web app. The problem is I dont know what to do in terms ...
1
vote
1answer
22 views

How do i provide a Console-Hosted WCF Service on localhost to the outside via my domain?

I have got the following problem: I host a WCF Service in a Console Application on a Server at localhost:72/service . This Port is reachable from the outside via e.g. mydomain.org:62345/service . ...
0
votes
0answers
20 views

Redirecting links to files with a slash on a local Apache server?

I've copied a web site to my local XAMPP server but it is displaying all links with a slash. eg "/style.css" or "/images/logo.png" when I in fact just need "style.css" or "images/logo.png". I don't ...
0
votes
1answer
16 views

How can I programmatically convert a loopback URL to an externally usable one?

I have a variable containing a URL. string url; It may contain loop-back host name. For example, its value could be the following: http://localhost/x I want to ensure that the URL will be usable ...
0
votes
1answer
32 views

How to see if a Flask app is being run on localhost?

I want my Flask app to have different behaviors when it is being run on localhost and when it is being hosted online. How can I detect from a flask app when it is on localhost and when it is deployed? ...
-7
votes
1answer
41 views

localhost stop working suddenly? [closed]

my localhost stop working suddenly, although i restarted it again and again but no use. browser showing the error "Oops! Google Chrome could not find localhost". please suggest how fix this error.
0
votes
2answers
32 views

Attempting to access page using IP address instead of localhost

I was working through the following tutorial: http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat-7-with-eclipse.html And I've managed to get it working. I can type in ...
1
vote
2answers
23 views

attempting to connect to my localhost via 127.0.0.1

My local server works well when I enter in my browser : http://localhost:8888/mysite. But when I launch http://127.0.0.1:8888/mysite, I am always redirected to a freenet page (i have installed ...
-1
votes
0answers
44 views

AJAX request works fine on server but not on localhost [closed]

I have to send an AJAX request. For some reason it works fine on my server but it doesn't on localhost. On localhost the output is: <br /> <font size='1'><table class='xdebug-error ...
0
votes
1answer
17 views

Facebook login button disabled on localhost

I'm testing the sample Run with Friends Google App Engine Facebook app. When running on localhost:8888, clicking the login button brings up a new small window, which disappears almost instantly, and ...
0
votes
0answers
32 views

When I type localhost in the address bar, webbrowser crashes

When I try the localhost address in the tool bar of the webbrowser (Chrome, Firefox or IE) the browser closes down with an error. The error is the standard message and doesnt give any clues on what ...
0
votes
0answers
12 views

how to configure the XAMPP pass without break NetBeans Tomcat Projects?

I was working on the localhost, my application works. But I decided (for security) to change the passes of XAMPP (actually, is LAMPP, I'm on Linux). As you can imagine, my project doesn't run anymore. ...
0
votes
1answer
19 views

ModRewrite on Localhost

I try to use ModRewrite on my Localhost but basically nothing happens. (Yes, everything in the httpd.conf is set right) My Dir structure is: htdocs/project/ this dir contains all files, also the ...
0
votes
1answer
51 views

How to run the localhost server for Dart Web Services (error finding local web service)

I'm following the dart web service tutorial here: http://www.dartlang.org/articles/json-web-service/ When I try to run the code from the associated git code ...
-1
votes
1answer
30 views

Cannot access database from Android application

I urgently and desperately need help. I want to connect my Android application to a local database with private static String loginURL = "localhost/android_login_api/"; private static String ...
0
votes
1answer
16 views

Access denied when accessing localhost/<folder-name>

this may be a newbie question but I urgently and desperately need help. I'm trying to access localhost/android_login_api from the browser but it says "Access Denied". I have put android_login_api in ...
0
votes
0answers
18 views

Access a Bootcamp Windows 7 localhost on iPad

I'm developing on Visual Studio 2012 which loads a site on localhost and I'm trying to access this through my iPad for testing purposes on the same network. Visual Studio is installed on Windows 7 ...
-2
votes
0answers
51 views

Browser is not able to access the localhost page

Currently i have a problem with wampserver while developing a joomla website. I am not able to fix it: When i turn on, it turns to green color icon. But when i put the cursor on it is showing the ...
0
votes
0answers
18 views

phpmyadmin not working on localhot wamp

i am trying to access phpmyadmin locally, but i get the following error message Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete ...
-7
votes
0answers
51 views

php storm help needed for running a php project in the ide browser [closed]

i have downloaded a php storm recently ..i dont know how to setup a phpstorm ide and i cant understand their information in their website regarding running the php project.. could anyone help me and ...
0
votes
3answers
39 views

Rails: PayPal Express Checkout Integration in Localhost

I don't know, where to start. I'm integrating PayPal Express Checkout in my RoR application in my Localhost server. Yes, I'm using a gem, merchant-sdk-ruby. In this integration, I'm trying to ...
0
votes
1answer
18 views

Apache 403 only appears on localhost, other hostnames are fine

On an installation of Apache via WAMPserver, http.conf is set to <Directory "c:/WAMP/www/"> Options Indexes FollowSymLinks AllowOverride all Order Deny,Allow Deny from all ...
0
votes
0answers
19 views

Error 500.0 - Internal Server Error An unknown FastCGI error occured

Module: FastCgiModule Notification: ExecuteRequestHandler Handler PHP_via_FastCGI Error Code: 0x8007010b Physical Path: C:\inetpub\wwwroot\Gallery\photos.php Logon Method: ...
0
votes
0answers
16 views

Calling localhost on a multidomain nginx server

I'm using nginx to run multiple (sub)domains on one server. One of them is domain.com, another api.domain.com. I want to use server-side calls to the API from the main domain. If I'd do an HTTP ...
-1
votes
0answers
15 views

Apache on Ubuntu index page [closed]

I have one problem, maybe is stupid but I am stuck. I get from my provider virtual machine (Ubuntu server) and when I install apache, my page still redirect on webHosting provider. I put my files in ...

1 2 3 4 5 42