Frank Schneider Posted October 25, 2021 Posted October 25, 2021 Hello, everyone I moved my website with Processwire to a local Xampp server 7.4.23. The port is 8080 and 3307. I have adjusted the changes to the database access in site \ config.php. $ config-> dbHost = 'localhost'; $ config-> dbName = 'DB1234567'; $ config-> dbUser = 'root'; $ config-> dbPass = ''; $ config-> dbPort = '3307'; The call is made with http: // localhost: 8080 / <mySite> /. Still it doesn't work, I get "The website cannot be reached" Can someone help me?
monchu Posted October 27, 2021 Posted October 27, 2021 On 10/26/2021 at 6:58 AM, Frank Schneider said: The call is made with http: // localhost: 8080 / <mySite> /. Try localhost only first without port number, http://localhost/ Is it working?
Frank Schneider Posted October 27, 2021 Author Posted October 27, 2021 no, my Xampp works on Port 8080
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now