Skip to main content
Inspiring
February 14, 2023
解決済み

Localhost problem with xampp

  • February 14, 2023
  • 返信数 2.
  • 661 ビュー

I recently had to reinstall xampp on my computer and now my Preview function in Dreamweaver CC is not working, When I try to use it I her this message:

It looks like the webpage at https://localhost/newMHMGC/Secure-Signup-Sheet4.php might be having issues, or it may have moved permanently to a new web address.

I have not moved anything. I configures xampp to load as a service on system boot and it is running.

 

Any ideas?

    このトピックへの返信は締め切られました。
    解決に役立った回答 xxxVoodoo

    Turns out that in my locat testing site in Dreamweaver on the advanced tab I had selecte PHP MySQL. Wrong! Needs to be "None". That fixed it.

     

    Thanks all for the comments!

    返信数 2

    Jon Fritz
    Community Expert
    Community Expert
    February 14, 2023

    I know mine has all kinds of problems if I don't start it with Run As Administrator, even though my user account has full Admin rights, something doesn't get run correctly if I don't right click and make the selection. 

    xxxVoodoo作成者解決!
    Inspiring
    February 14, 2023

    Turns out that in my locat testing site in Dreamweaver on the advanced tab I had selecte PHP MySQL. Wrong! Needs to be "None". That fixed it.

     

    Thanks all for the comments!

    Legend
    February 14, 2023

    Have you checked what port number Xampp is using? Normally its 80 l think, so try localhost:80/ or localhost:8080/

     

    You can find what port is being used by opening the Xampp application, of course your issue might be something different.

    xxxVoodoo作成者
    Inspiring
    February 14, 2023

    If I open the control panel for xampp for Apache it says 80,443 and for MySQL it says 3306

    Legend
    February 14, 2023

    MySql 3306 default sounds right, not sure about Apache, never seen it as 80,443 before