• Hello

    I I’m running Multisite and in the Network admin area I am missing a slash after the main url and before ‘wp-admin’

    I have changel all instances of the url in thje database and set the correct path in .htaccess and wp-config.php.

    Anyone has experienced this?

    Greetings,

    Marcel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Marcel,

    See your .htaccess and see if there is this lines:

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    I think this is a old issue already corrected in the new .htaccess for multisite.

    Thread Starter Marceldesign

    (@marceldesign)

    Thank you,

    Was indeed fixed after I ran through all the tables and put the correct url in.

    Manually? :O

    Mark the topic as “Resolved” to give the hint to others 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Missing slash in WordPress multisite Network url’ is closed to new replies.