localhost

How to share a site you've set up locally with the web

Hi, I've recently set up a new site that runs a database via MAMP. It's actually an expression engine site and I'm developing it at localhost:8888. I was wondering if there's an easy way to share the site with someone else over the web (like a client) via my IP address while my local server is running. Not sure if there are security is...

XAMPP: never made a PHPMyAdmin login

I installed XAMPP a couple of days ago. I uploaded a PHP file to C:/xampp/htdocs/ but the PHP isn't working. I went to the local host through Firefox and tried to use PHPMyAdmin to fix the problem, but I never made a login for that and I'm not given any option to sign up! I tried the username and password I gave when I set XAMPP up, but ...

XAMPP: can't get PHP to work.

I saved a .php file to file:///C:/xampp/htdocs/tester/tester.php, and though my XHTML and CSS are working, my PHP is not. I put <?php phpinfo(); ?> as the first line of the body, and <?php echo "<p>Hello World</p>"; ?> a couple of paragraphs in. But when I view the page, nothing for phpinfo() shows up at all, and the Hello World bit...

XAMPP: how to configure Apache for PHP

My XAMPP is not reading my PHP. Probably, there's a problem with my Apache configuration. My PHP book suggested that I open the httpd configuration file and add these lines: LoadModule php5_module c:/php/php5apache2_2.dll PHPIniDir "c:/php/" AddType application/x-httpd-php .php Which I did, but when I went back to the control panel to ...

Debugging localhost with fiddler

I've done a search and there appears to but a lot of information - but just not the answer. I want to be able to see the traffic going to and from my local ASP.NET debug session, hopefully in fiddler. Any idea on how to configure for this? ...

Serving GPS coordinates from Android localhost 10.0.2.2

Is it possible to set up a localhost server on Android so that a browser window can access the device's GPS coordinates? I'd like to be able to access the GPS coordinates in Javascript inside a browser window. Now I could simply send the GPS coords to the server and read from within the browser window by reading off the server, but I w...

Internet Explorer only browser not to connect to site on local network

I am using VMWare Fusion on my mac to test sites on a windows XP virtual machine (ie6). My mac has the Static IP 192.168.0.220 and the site is being hosted via django, using port 8000. Using both Bridged and NAT mode I can successfully access this site using either Chrome or Firefox (installed on the windows virtual machine) through ht...

can't login magento in local system in firefox

Hi I have installed magento in my local Xampp. After installing I have tried to login in Mozilla (both in front end and admin side). Does any one know how to login magento in fire fox. Thanks ...

Silverlight localhost problem

Hy people! Is there any option to connect from other computer ton my localhost(if i actually run a Visual Studio project --> a Silverlight web application)???? Because i want tu use my local as my own iis server, and i want to test(when actually run) from other computer!!! Please Help... ...

How can i put my WAMP online for someone to access?

I would like to briefly open up my computer and allow my business partener to see what I've been developing on the my localhost. I understand there are probably some security issues with this but I only want to open up my computer for a few minutes... What do i need to setup on the following interfaces to do this? my wireless router w...

PHP 5.3.3 mysql_connect doesn't work with localhost

Hi! This does not work with my PHP 5.3.3 installation on WAMP / Windows 7: mysql_connect('localhost', 'root', ''); After Maximum execution time, this error is presented: Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:...

weird aptana php debug redirecting localhost to www.localhost.com

Note: debug (using xdebug) has been working great on this machine for months. Using aptana to debug php app on local machine (win7). Webserver is wamp. Was working fine earlier today, now when I come to step thru app (configured for external firefox browser), shows 1st line of app, session_start. Singlestep that, and firefox comes up wi...

Accessing a file from URL resides somewhere on server

My website is aacessing a file resides on C: where my site is deployed. Server machine is windows machine. Tell me how can i access that file from another machine through URL. I need it to test it against my site. So no one else can access it. I have forgotten the name of this sort of hacking. ...

codeigniter localhost setup 404 page not found error

I have a localhost setup(i use apache's virtualhost setup) for a site I am working on with codeigniter. I use SVN for the site. I decided to change the localhost-domain name and the root-folder name(this is the folder from within which I check out SVN) to which the localhost-domain points. To show a better picture, I changed; sledge-...

localhost host not working on XAMPP

I am facing same problem to the thread. I've gone through all the suggestions provided in the solution. I've searched all possible solution but nothing gonna workout. "http://stackoverflow.com/questions/817745/localhost-not-working-on-xampp-both-service-apache-mysql-are-fine" I've ensured : 1. Xampp is successfully started (in log) bu...

http://localhost not working

i am using xampp 1.7.1 PHP 5.2.9 pinged localhost on cmd and it showed Reply from ::1: time<1ms Reply from ::1: time<1ms Reply from ::1: time<1ms Reply from ::1: time<1ms hosts file has 127.0.0.1 localhost 127.0.0.1 localhost.com 127.0.0.1 www.localhost.com any other ideas? http://127.0.0.1 and http://ipaddress works ...

test local websites with mamp on iphone?

hey guys, i wonder if it's possible to view my local test-environment set up with mamp on my iphone? e.g. i'm using mamp-pro and i set up a domain http://mydomain.com which shows /htdocs/mydomain.com in my browser. is there an easy way to view that page on my iphone as well. my iphone is in the same network - just my home network wher...