Jump to content

Processwire move to local Xampp server


Frank Schneider
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...