From all the options-changing Listen Port 8080 worked! Thank you so much! Now when I type localhost:8080 xampp dashboard page shows up -just like before when i had localhost 300.
@yasirmandokhail9906 Жыл бұрын
How brother how did you do that plzz also solve my problem too 😔😔
@shantetorres718 Жыл бұрын
That xampp download was clutch! Port 80 wasn't being used but I changed it anyway and now I am connected! Thank you, I definitely liked and subscribed!
@HostingerAcademy Жыл бұрын
So glad it helped! And thank you for your support 💜
@exoltairior8 ай бұрын
My bittorrent client was using the same port I was trying to host a SQL server on! Thanks!
@pon045911 ай бұрын
Thank you so much! I was searching this solution for a long time. Great video !
@ahek_mt2 жыл бұрын
2:00 If you're using python like me and had this thing, you can simply use this code to check if the port is already in use instead of downloading some thing: import socket HOST = "localhost" PORT = 8080 # Creates a new socket sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) # Try to connect to the given host and port if sock.connect_ex((HOST, PORT)) == 0: print("Port " + str(PORT) + " is in use") # Connected successfully else: print("Port " + str(PORT) + " is not in use") # Failed to connect because port is in use (or bad host) # Close the connection sock.close()
@ahek_mt2 жыл бұрын
None of the solutions worked for me though. None of these things was wrong with my pc :(
@zaoher2556 Жыл бұрын
Thanks for the video! it was awesome. I'm really excited I learn a lots, thank you very much. See you next time.
@arghyaprotimhalder5592 Жыл бұрын
Nothing worked,
@HostingerAcademy Жыл бұрын
Hey there, if the steps in this video didn't work, consider checking other methods in the written version of this tutorial: www.hostinger.com/tutorials/localhost-refused-to-connect-error 😊
@Name-gt9lj Жыл бұрын
Or u didn’t make ur own hosting 😂
@err407110 ай бұрын
Hiya bud I had an advertising pop up on my desktop the other day I then went on to Google's privacy and security options and done a safety check the results showed I had a password breach on a site called Localhost but I don't have a password on this site I don't even know what it is. is this anything to worry about
@HostingerAcademy10 ай бұрын
Hi there! If you're receiving notifications about a password breach on a site you are not familiar with, it's essential to investigate further. Remember to keep your system, software, and antivirus tools up to date to enhance overall security 🙏
@err40719 ай бұрын
@@HostingerAcademy No probs bud thanks for the advice.
@HelloWorld-fh2ge2 жыл бұрын
The mine is about Spring application deployed in Heroku !
@msatyamounika11 ай бұрын
Thankyou for this video!
@eshvarbalaji39503 ай бұрын
am i trying to connect nextjs to flask. the input from nexts has to go to flask n then get embedded but i keep getting this error- localhost:5001/:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
@HostingerAcademy3 ай бұрын
Hey there 👋 The error you're encountering, "ERR_BLOCKED_BY_CLIENT," typically occurs due to a browser extension or ad blocker interfering with your connection. Try disabling any extensions or ad blockers and see if that resolves the issue.
@dannylindsey4142 жыл бұрын
Thanks, my problem was a self restarting Windows Firewall. Once disabled and a restart back to normal.
@HostingerAcademy2 жыл бұрын
Glad you found this video helpful! 💜
@yasirmandokhail9906 Жыл бұрын
After all that the localhost:80 is working in my laptop now what should i do how can i login to my local wordpress?
@HostingerAcademy Жыл бұрын
Hello! You can try opening localhost:80/wp-admin or localhost/wp-admin on your browser. Providing the website is accessible via either localhost:80 or localhost, /wp-admin should open the login page 💯
@nnamdichristian79810 ай бұрын
Nice video . Please, what is the solution when all the information I entered into the localhost page I created is not showing on mysql in Xampp. Once I entered the information and click on submit , I don't receive any successful or error message and the information does not reflect in mysql.
@HelloWorld-fh2ge2 жыл бұрын
Thank you my problem was about ip and port number from my server !
@HostingerAcademy2 жыл бұрын
Glad this video helped you solve the problem 😊
@ArunKumar-yo9jn Жыл бұрын
Hi thanks for the video , i tried the three steps but still not able to connect the server. i was installed the geo server 2 ways the first method is window installer(jdk jre) port 8080, not working. so i tried to install second way using the tomcat 9 with port 8085 that also not working. could you please assist me.
@riddhijayswal81835 ай бұрын
did you get another solution? i am having the same problem.
@abhieee_073 ай бұрын
Solved???@@riddhijayswal8183
@kyomdonalddogo5775 Жыл бұрын
How can I do it for localwp?
@bhagyashreegupta7338 Жыл бұрын
flushdns comaand, the command prompt doesn't recognise it
@astagfigg8146 ай бұрын
THANK YOU!
@vamshipatel5064 Жыл бұрын
Forbidden You don't have permission to access this resource. Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.1.10 Server at localhost Port 8080 how can solve this bro please suggest me anyone thankyou
@HostingerAcademy Жыл бұрын
The error message you received indicates that you don't have permission to access a specific resource on a server running Apache. Here are a few suggestions you can try to resolve the issue: ※ Check your URL: Make sure you have entered the correct URL in your browser's address bar. Double-check for any typos or errors in the URL. ※ Clear browser cache: Clear your browser's cache and cookies, then try accessing the resource again. Sometimes cached data can cause conflicts or outdated information. ※ Check server configuration: If you're trying to access a resource on your local machine (localhost), verify that the server configuration is correct. Ensure that the server is running, the necessary ports are open, and any required permissions are set correctly. If you're running Apache on XAMPP, make sure that XAMPP is running on the background and Apache is also running. ※ Contact the server administrator: If you're accessing a resource on a remote server, it's possible that you don't have the necessary permissions to access it. Reach out to the server administrator or the website owner and explain the issue you're facing. They may be able to assist you further. ※ Try a different browser or device: If the issue persists, try accessing the resource using a different browser or device. This can help determine if the problem is specific to your current setup. Hope this helps!
@minikaa.9151 Жыл бұрын
THANK U SO MUCH T.T
@haozheng53592 жыл бұрын
Nice tutorial and solutions
@HostingerAcademy2 жыл бұрын
Glad you think so!
@bishnupriyasahoo8063 Жыл бұрын
Thank uhh so much ❤
@emmanuelyao145110 ай бұрын
thanks you
@SWEbear021 Жыл бұрын
i needed to uninstall skype and discord for it to work if more people looking for a solution
@erickrl9 ай бұрын
how i put localhost:3000?doenst open here,,,
@timeknight26172 жыл бұрын
Pls make this one again but for (Mobile) Pls
@HostingerAcademy2 жыл бұрын
Hey there, we'll pass your request to our team 😊
@joblogs400110 ай бұрын
I tried all these steps and none of them worked.....any ideas
@HostingerAcademy10 ай бұрын
Hey there 👋 Drop us a message at support@hostinger.com, and we'll think of alternatives together 👀
@rohitrohilla4927 Жыл бұрын
''localhost is not supported '' not resolved please help me out with this
@HostingerAcademy Жыл бұрын
Hey Rohit! Here are a few possible solutions to this issue: 1. Use the IP address instead of "localhost." Instead of using "localhost" as the hostname, try using the IP address of your local machine. To find your IP address, you can open a command prompt or terminal window and type "ipconfig" (Windows) or "ifconfig" (Linux or macOS). Look for the IP address listed next to "IPv4 Address" or "inet". 2. Check the configuration of the application. If you're still seeing the "localhost is not supported" error, check the configuration of the application you're trying to access. It's possible that the application is configured to only accept requests from specific IP addresses or hostnames. 3. Update your hosts file. Another solution is to update your computer's hosts file to map "localhost" to your IP address. This will tell your computer to use your IP address when you access "localhost". We hope this helps! If you have any other questions, please write them here or send us an email at support@hostinger.com 🙏🏻
@sreeparnabanerjee5413 Жыл бұрын
How can I configure firefox
@HostingerAcademy Жыл бұрын
Hey there, Sreeparna! Take a look at Firefox options, preferences and settings as a reference to configure your Firefox browser: support.mozilla.org/en-US/kb/firefox-options-preferences-and-settings. If your Firefox browser refused to connect to localhost, you may need to review your local server settings. We got your back: www.hostinger.com/tutorials/localhost-refused-to-connect-error 😊
@adesoyemathew7752 Жыл бұрын
Thanks it worked
@HostingerAcademy Жыл бұрын
You're welcome! Glad it did 🚀
@jesselockwood5059 Жыл бұрын
Unfortunately none of this worked
@HostingerAcademy Жыл бұрын
Hey there, if the steps in this video didn't work, consider checking other methods in the written version of this tutorial: www.hostinger.com/tutorials/localhost-refused-to-connect-error 🙏🏻
@nuraenilianasari75582 жыл бұрын
thank u so much
@HostingerAcademy2 жыл бұрын
You're welcome!
@marutipatil63992 жыл бұрын
Thank you ❤️
@HostingerAcademy2 жыл бұрын
You’re welcome 😊
@sushbb7 ай бұрын
Still problem not cleared 😢
@RPT2020 Жыл бұрын
Sorry it's not work
@user-rn8hs1jd7s2 жыл бұрын
Thanks a lot ♥
@HostingerAcademy2 жыл бұрын
You're welcome 😊
@bingetrailer3003 Жыл бұрын
your good bro subcribe and liked super help !
@evonysquad Жыл бұрын
Not working 😔
@HostingerAcademy Жыл бұрын
Hey, try going over this tutorial -> www.hostinger.com/tutorials/localhost-refused-to-connect-error
@WuyuziYYDS Жыл бұрын
Did not work still unforunately
@abhieee_073 ай бұрын
Found any other way
@Who_702 жыл бұрын
thank u ¬!
@HostingerAcademy2 жыл бұрын
You're welcome! 💜
@umarusman9318 Жыл бұрын
Still not working
@HostingerAcademy Жыл бұрын
Hi there! I'm sorry to hear that you're still experiencing issues. Our Customer Success team is ready to assist you. Please get in touch with them, and they'll be more than happy to help resolve your problem!
@muditsrivastava5421 Жыл бұрын
nothing worked from these solutions
@HostingerAcademy Жыл бұрын
Hey there! Drop us a message at support@hostinger.com, we'll do our best to help you out! 🙏
@yasirmandokhail9906 Жыл бұрын
Nothing worked 😔
@HostingerAcademy Жыл бұрын
Hello, Yasir! If localhost is not working, here are a few steps you can take to troubleshoot the issue: 1. Check server and software: Ensure that your local server (such as Apache or Nginx) and relevant software (such as PHP or MySQL) are running properly. Restarting the server or software may help resolve any temporary issues. 2. Verify port availability: Make sure the port you are using for localhost (typically port 80 for HTTP or port 443 for HTTPS) is not being used by any other application. If there is a conflict, you can either change the port number or identify the conflicting application and stop it. 3. Clear cache and cookies: Sometimes, browser cache and cookies can cause issues with accessing localhost. Clear your browser cache and cookies, or try accessing localhost using a different browser to rule out any caching-related problems. 4. Check host file configuration: Verify that your host file (located at "C:\Windows\System32\drivers\etc\hosts" on Windows or "/etc/hosts" on macOS/Linux) has the correct mapping for localhost. The entry should typically be "127.0.0.1 localhost" or "::1 localhost". 5. Restart your computer: A simple restart of your computer can often resolve issues with localhost, as it helps reset network connections and refresh system settings. 6. Firewall and antivirus settings: Check if your firewall or antivirus software is blocking the localhost connection. Temporarily disable them or add an exception for your local server software to allow connections. 7. Reinstall local server software: If all else fails, you can try reinstalling the local server software you are using (e.g., XAMPP, WAMP, MAMP) to ensure a clean installation. Follow the installation instructions carefully and make sure to configure the server correctly. If you continue to experience issues with localhost, it can be helpful to search online forums or seek assistance from developer communities specific to the local server software you are using. They may provide more tailored guidance based on the specific error messages or symptoms you are encountering. Hope this helps! 🚀
@B1TC810 ай бұрын
nothing worked.
@HostingerAcademy10 ай бұрын
We're sorry to hear that. If the solutions provided in the video didn't work, consider the following troubleshooting steps. First, ensure that your local server is running correctly. Double-check the specified port number to ensure accuracy. Additionally, examine whether any firewall or antivirus software is blocking the connection. If the problem persists, it might be helpful to provide more specific details about your setup or seek assistance on relevant forums or support channels 😊
@itskristis Жыл бұрын
not working >:(
@HostingerAcademy Жыл бұрын
Hello! We are here for you 24/7/365 🥳 Please refer to our website: hostinger.com/contacts, where you will find all details to contact us!
@BasilMathew-vz3kg6 ай бұрын
still no hope for me
@HostingerAcademy6 ай бұрын
Hi there 👋 We're sorry to hear that you're still having trouble. Let's not give up just yet. Can you please provide more details about the issue you're facing?