localhost not showing any xampp server - php

I have installed xampp on Windows7(64bit).I want to work with PHP, Apache and MySql. The server Apache and the MySql services are running properly on the Xampp control panel. But when I run the localhost on my web browser it just shows object not found. what should i do

Related

My localhost is refusing to connect on MacOS

I am running XAMPP and trying to test my PHP but cant get my localhost to connect. I have tried directing it to different ports and nothing has improved, i have tried kill httpd and stop the apache control and restarted XAMPP, still no joy. Any advice?
You probably installed the virtual machine version of XAMPP (e.g. xampp-osx-7.4.4.0-vm.dmg). It does not run natively on your machine, but inside a box and with its own local network IP address. It cannot be reached via localhost or 127.0.0.1 by default, because they only refer to the host system. The guest system should be seen like another machine in the LAN.
You can find the IP address of the guest system in the General tab of the XAMPP app. In my case it is 192.168.64.2. If I enter that in a browser then I get redirected to the XAMPP dashboard (Welcome to XAMPP for 7.4.4-0).
You may enable port forwarding in the Network tab of the XAMPP app. Select localhost:8080 -> 80 (Over SSH) and click the Enable button. You should then be able to reach the XAMPP dashboard via localhost:8080.

Host Site With WAMP Server and Windows 2012 server

I want to host my site in windows server 2012 using WAMP.
I was able to install the WAMP server on windows servers. So far I am able to use the localhost to display the WAMP server configuration page on the local server machine, but am not able to display my site on the local machine.
The files for my personal site are located in the www folder of the WAMP server.
Any suggestions for me?

How to unbind the php built-in server from a directory?

I created a local WordPress site and in XAMPP set it up with Virtual Hosts so the address test-wp.dev was the home adress. All was working fine and then for some reason I decided to turn off apache, leave mysql on and try the build in server.
So I navigated to C:/xampp/htdocs/test/wordpress/ and ran php -S localhost:8080
It worked fine. However, today I went to go back to test-wp.dev using the Apache server and it keeps redirecting to localhost:8080. I don't want to use the built in server now. I want Apache.
Where do I "unbind this" or free up that port or whatever. I don't want to have to run the built in server for that folder anymore.
Thanks.
Windows 7
PHP 5.6

How do I get my old database back?

Yesterday i installed xampp in my local server. Now what i have both wamp ( c drive) and xampp(g drive) in my local PC.
while installing xampp mysql was not working so i had to uninstall mysql from my local server which was with the password 'abcd'.
Now both wamp and xampp i can run easily but i can not able to see my old wamp (phpmyadmin) database that i have created while i was working with wamp.
Now i want to see those databases when i connect to wamp localhost.
Is there any way to see those databases.
Thanks

XAMPP localhost shows nothing in browser

I am using windows 7 32bit. I have installed XAMPP and it's installed successful. When I browse localhost, browser shows nothing. It's not even in the state of connecting.
I even tried localhost/xampp but the result is same. I don't have skype installed in my computer. What's the problem?
This is output from browser.
And this is output from netstat.
This is my XAMPP control panel.
Maybe you have another application running on port 80. You could try to change the port(Unable to change Apache port number in Xampp). And check in your xampp options and see if the apache service is running successfully on selected port.
run (xampp control panel) from start menu, then start your apache

Categories