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
votes
0answers
6 views

Database Not Insert in Mysql and Successfull Message Show

Pls Try to answer my Post instead of Unliking it . its my Project Hammad here I Created a Form and want to Enter Form Details in mySql Database but When i Click on Submit Button Successfully Message ...
0
votes
0answers
10 views

Google Map DistanceMatrix API

I feel like there's something simple I'm missing from reading the Google docs. In a nutshell, I'm testing Javascript in Web browser calls to distance matrix which should get me driving distance from ...
0
votes
0answers
6 views

Apache; Is it possible to have 1 same Alias for 2 different directories?

Using Wampserver on a windows machine; Is it possible to setup an Apache alias to serve 2 different directories? Currently I can access d:/apps/myapp/app/ from http://localhost/app/ using this alias ...
0
votes
1answer
17 views

How to redirect localhost/dir to localhost?

I am testing my Android apps and I want to check all layers in my system. I have server on my macbook and I want to redirect all requests from my Android device to macbook. I installed hosts on ...
0
votes
0answers
13 views

WAMP: Missing http://localhost/ in urls , wrong wamp projects links

I have a problem with Wamp which never happened to me before, cannot find what's wrong. I have a few projects located in my www folder ( running windows 7 ). My hostfile has the line 127.0.0.1 ...
0
votes
0answers
3 views

MAMP Pro 3 “The installation failed.”

I have just purchased an upgrade to MAMP Pro 3, downloaded the file ( MAMP_MAMP_PRO_3.0.5.pkg) and continued on to the Install. Unfortunately after three attempts I'm unable to complete the instal, ...
0
votes
0answers
6 views

Ruby Using Telnet Net::Telnet or win32ole

So basically I am trying to launch telnet and get a new identity from tor. So from a command window telnet localhost 9051 authenticate "" (since no password) SIGNAL NEWNYM quit So my first attemt ...
0
votes
1answer
12 views

Getting to ruby on rails local server on iPad

I have a ruby on rails server running on my macbook (osx 10.9.3) on port 3000. I am trying to get to it on my iPad to test how it looks on an iPad. I've tried using my local ip address ...
2
votes
1answer
25 views

How to know (or specify) the localhost port used by R shiny (when running in local)

I would like to know what port R shiny will use to display the app. I can see on some forums that the port should be 8100, but when I run the app, the chosen posrt changes every time R is restarted. ...
-1
votes
0answers
11 views

Wampserver path is not working

I just install WampServer 2. I have few projects and when I click on Project1, in the address bar there is only Project1, and it needs to be localhost/Project1/ to make to work. I made only install, ...
-2
votes
0answers
22 views

Server with own asp.net web form application [on hold]

What should i look for when creating a server (C#) with its own localhost web form application? When the server is running. It should be possible to access it from a webpage(localhosted) and change ...
0
votes
0answers
14 views

Running proxy server through localhost

I've been looking everywhere but I can't seem to figure out how to configure localhost and a proxy ip. Basically I have localhost at 127.0.0.1, and I mapped it to myserver.local. I want to be able ...
0
votes
1answer
31 views

MVC5 Web app using ADFS On-Premises Organizational Auth and Visual Studio 2013 localhost development

I am trying to create an MVC5 Web Application configured to use the On-Premises Organizational Authenticated Option (ADFS) as described Here by Vittorio Bertocci First, I create new MVC project. Then ...
2
votes
0answers
25 views

c# X509Certificate2 add certificate how mark as exportable

I have a .NET 4.0 program which is running localhost on port 9000. I want to support SSL and have a .pfx certificate to import. Because the program is running at multiple computers the programm ...
-1
votes
0answers
8 views

CREATE CONNECTION BETWEEN TWO APACHE SERVER USING FEDORA OS

I have fedora install in my main machine and same OS in my virtual machine.LAMP is install in my both the Machine. i want to connect database of virtual machine with code of my main machine . please ...
0
votes
0answers
10 views

Sending Email from Local/LAN Client to Client

I have some PC connected via LAN/WAN. I have a local server. A WordPress site is deployed locally accessible only through local PCs. Now i need to sent emails to only the people withing this Local ...
0
votes
1answer
23 views

can not receive emails by mail function of php?

I want to send email on my localhost via mail function of php,I have a file which includes html and php within it,the .html file is loaded by xampp on my localhost,and when clicking on "send mail" ...
-2
votes
0answers
12 views

Can't connect to localhost:8080 on Eclipse/Tomcat [on hold]

I can't connect to localhost:8080 on my browser. I'm trying to connect it via Apache Tomcat. Whenever I try to connect (with and without connection to my LAN) this error appears: Oops! Google Chrome ...
-1
votes
1answer
22 views

ubuntu 14.04 LTS apache 2.4 - 403 access forbidden

hey there i just made a website (more like a file manager) and hosted it on apache 2.4 on ubuntu 14.04 LTS but i can't seem to access the icons folder in var/www/html/icons, what i get is a 403 access ...
0
votes
2answers
17 views

facebook register localhost fail

I'm trying to use facebook registration plugin on my localhost. But the problem is that the registration box won't show up. Here are some screenshots: https://dyp.im/FXwee52OJC ...
0
votes
0answers
21 views

Changes to model taking effect in console but not at localhost:3000 (server restart required??)

I'm writing validations for a model in my Rails 4 app and for some reason the changes aren't taking effect when I access the page at localhost:3000. For example, I wrote several presence: :true ...
0
votes
1answer
47 views

Self-Host SignalR and Local Http Server on the same port

I want to host a Self-Host SignalR process locally on port 80 and having a local http directory hosted on the same port (serving files from a certain directory, mapping the directory structure to HTTP ...
0
votes
0answers
23 views

Google App Engine Null Pointer Exception when trying to insert

It seems as if the method from the endpoint class itself is not being called as none of the print statements I put in to debug gave any output RELEVANT CODE accessing the TransLogEndpoint class ...
0
votes
0answers
7 views

how to send mail from localhost in ruby on rails with smtp?

I am working on Ruby on Rails 4.0.1 framework and want to use active mailer to mail newly registered users on localhost:3000 using smtp.gmail.com, I had set up everything . Mail is processed in logs ...
0
votes
1answer
12 views

Localhost on Windows 7

Quick question, I want to enable a localhost on Windows 7 to be able to build websites with Chrome without a distant server. I would like to not install anything, and be able to, for example, navigate ...
0
votes
0answers
5 views

genymotion unable to load json data from localhost

i'm working on login system on android. When I'm testing on Android Virtual Device. It's OK, but when I'm testing on Genymotion the application crash. It said Buffer error error converting result ...
0
votes
1answer
18 views

Localhost on Mac and view on Android

I have PHP web on Mac and I want to see it on Android. Mac OSX: 10.9.3 IP: 192.168.1.107 server: nginx/1.4.7 If i write to Android browser IP my Mac, then browser show It works. But my project is ...
-1
votes
0answers
13 views

is it possible to give a lunix Desktop an external Domain from a DNS? [on hold]

Is it possible to give an external domain name to a "at home desktop" that runs Ubuntu from a DNS like goDaddy? Lets say cs.wchap.edu and make it public that way my server is a @home server? if so ...
-1
votes
0answers
13 views

Send mail in localhost via mail() in PHP with Xampp server [closed]

I read many topics about that in this forum and the others but neither works correctly. How can I send emails in localhost via mail() in PHP with Xampp server PS: I know the way of use mail function. ...
1
vote
0answers
21 views

Hosting a java made webservice

So I have been working on a web service which communicates between the client and server. It fully works on my computer and am able to send requests from client to server while not in the same ...
0
votes
2answers
31 views

Magento 1.8 is painfully slow on my wamp localhost

Magento 1.8 is painfully slow on my wamp localhost. I have increased the memory in php.ini, following this answer, max_execution_time = 1800 memory_limit = 512M But it is still very very slow. ...
0
votes
0answers
31 views

Cannot get correct devise login path for multiple devise models

I spent all day trying to figure this out and cannot seem to correct the error. I have generated 2 different models for the different groups looking to use my app. I have users and employers. I ...
0
votes
0answers
7 views

How can i access changed host(vhost) on mobile

Hi i created a virtual host for my website that is website.local. Now i want to to access my website on my mobile device. I used the following ways after connecting to the same wi-fi: Changed the IP ...
-3
votes
0answers
13 views

Error 28000 Access Denied for user @ pool 173.60.127.2

Where do I fix this error 28000 Access Denied for user @ pool 173.60.127.2
-2
votes
0answers
15 views

How to connect from VMware (win7) to host's localhost (host win8)? [closed]

How to connect from VMware Virtual Machine (win7) to host's localhost (host win8)? My host ip is 192.168.0.102. I used it to connect from VMware Windows 7, but this does not work. I use openserver ...
0
votes
0answers
6 views

MsDeploy web deployment failed: “Could not connect to 'http'”, trying to publish to localhost

I'm trying to write an MsBuild script to install a website locally with iis. I have a Visual Studio solution, and I've tested publishing it from Visual Studio to "http: //localhost" and it works. ...
-3
votes
0answers
18 views

need some help for redirect page content to local server [closed]

hello my question is about how to make the links to images on a local server. For example, when you browse google you see the big logo in the center and the link for logo is ...
0
votes
1answer
22 views

How to access different sites in wamp configured for multiple sites using ip

I'm developing locally using wamp and i've configured the enviroment to handle more than one site, but i want to access a specific site using an ip address, i don't know if i have to add a port after ...
-2
votes
0answers
11 views

Cannot modify header information warning when using localhost with xampp on mac [duplicate]

Im trying to run a testing server on my computer with php. But I have some redirects and it keeps coming up with an error. I know that this has been answered before but none of those answers worked ...
0
votes
0answers
15 views

I get {“error”:“unauthorized”} when trying to run .php file on Apache server

php file that I need to run on my localhost server. I have downloaded MAMP and changed the Apache port to 80. I also added my file to the htdocs folder and when I run the server and go to localhost I ...
-3
votes
0answers
18 views

Fatal error: Call to undefined function get_header() in index.php on line 1 for wordpress theme on localhost but works when installed in wordpress

I know this question has been asked a million times and i have tried to understand the answers, but i am just a beginner web developer and I still do not understand technical terms so please help me ...
0
votes
0answers
13 views

Apache does not reflect php changes

Whenever I edit a php file on my localhost and save it, the change does not get refleted. The previous version of the php file still prevails, until I restart the apache ? I am new to this any help ...
0
votes
0answers
6 views

Aviary local development

Is it possible to test Aviary in a local development machine? I'm currently testing it from my local development machine but I don't have always a public domain to point to Aviary to post my image. ...
0
votes
1answer
17 views

Parse error: syntax error, unexpected end of file tested on localhost (wordpress theme)

i'm trying to create a wordpress theme from scratch and then test it on localhost. this code is from front-page.php i keep getting this error: Parse error: syntax error, unexpected end of file in ...
0
votes
0answers
5 views

JQuery Cookie with localhost domain and port how to get

On localhost:57 and localhost:56 I have different version of the product running. Now I want to set same name different cookies for both different urls. var testDomain = top.window.location.host // ...
0
votes
1answer
17 views

localhost:3000 won't update after saving changes in sublime

I'm new to programming and trying to make changes to a Rails app. I downloaded a forked repo from Github and got it up and running on my local computer after running rake db:migrate (originally got ...
-1
votes
0answers
37 views

Jquery Validate plugin not working on any IE version, however it works on localhost

I'm not sure how to tackle this problem. I have a live site: http://testmillman.herobo.com/maintenance.php The form validation and ajax works fine on firefox and chrome, but not on any version of ...
-3
votes
0answers
32 views

500 internal server error on web api

I create a MVC web api controller class. and try to access the default GET method. http://localhost/api/values But it plainly throws a 500 internal server error. Where am I going wrong. I get the ...
0
votes
2answers
10 views

Page served locally cannot find assets in parent folders of root

I'm using a local webserver to serve a simple, static html page. The project has the following folder structure: /site /build index.html /bower_components Index.html is accessible on ...
0
votes
0answers
9 views

OperationalError at / attempt to write a readonly database

I configured Apache with Django. For that I had to move my django app to the server root directory. Now, I'm getting an error that my database is read only. I checked permissions and they didn't ...