Using WordPress Multisite locally
-
I have installed the official Docker image of WordPress locally on my computer running Ubuntu to get familiar with the use of WordPress. It is accessed via the localhost on port 8080.
My intended WordPress website on the Internet should have subdomains. I came across WordPress Multisite, which apparently allows you to use a single WordPress installation for multiple subdomains. That’s exactly what I want. I have edited the file
wp-config.phpas described in the WordPress handbook. After that, I deactivated all plugins.Activation of the Multisite feature subsequently fails with the following error message.

The server address of my local WordPress installation is http://localhost:8080
The topic ‘Using WordPress Multisite locally’ is closed to new replies.