Title: duplicator, multisite, missing &#8220;/&#8221; at network
Last modified: October 24, 2016

---

# duplicator, multisite, missing “/” at network

 *  Resolved [abdesign_germany](https://wordpress.org/support/users/abdesign_germany/)
 * (@abdesign_germany)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/)
 * Greetings and thanks for that life saving plugin.
    I know you say, duplicator
   free doe not officially support multisite. But technically it’s working almost
   perfect with multisite, there’s just one thing:
 * When I am in the backend of the site and want to access the network-sites, I 
   can’t, because somehow all the network related controll pages are missing the
   finale “/” after the domain. So for example:
 * after login:
    [http://www.mysite.de/wp-admin/edit.php](http://www.mysite.de/wp-admin/edit.php)–
   accessible [http://www.mysite.de/wp-admin/plugins.php](http://www.mysite.de/wp-admin/plugins.php)–
   accessible
 * [http://www.mysite.de/wp-admin/my-sites.php](http://www.mysite.de/wp-admin/my-sites.php)–
   also accessible
 * BUT everything I want to access at the network fails:
    [http://www.mysite.dewp-admin/network/](http://www.mysite.dewp-admin/network/)–
   fails due to missing “/” after [http://www.mysite.de](http://www.mysite.de) [http://www.mysite.dewp-admin/network/plugins.php](http://www.mysite.dewp-admin/network/plugins.php)–
   fails due to missing “/” after [http://www.mysite.de](http://www.mysite.de)
 * What causes this? Is there a quick way to fix this? Everything else works fine
   as far as I can see.
 * Thanks for a quick reply.

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

 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/#post-8354862)
 * Hey [@abdesign_germany](https://wordpress.org/support/users/abdesign_germany/),
 * I believe it may be a combination of what is setup in your .htaccess file and
   the [DirectorySlash](https://httpd.apache.org/docs/current/mod/mod_dir.html#directoryslash)
   directive in Apache.
 * Let me know if that helps~
 *  Thread Starter [abdesign_germany](https://wordpress.org/support/users/abdesign_germany/)
 * (@abdesign_germany)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/#post-8354897)
 * Well, the local based .htaccess contains this:
 * [..]
    RewriteEngine On # Turn on the rewriting engine
 * RewriteEngine On
    RewriteBase / RewriteRule ^index\.php$ – [L]
 * **# add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin
   $ $1wp-admin/ [R=301,L]
 * RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d RewriteRule
   ^ – [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
   RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
 *  [TenyHarko](https://wordpress.org/support/users/tenyharko/)
 * (@tenyharko)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/#post-8357234)
 * Hi,
 * I’ve already experienced this problem but solved it.
 * I’ve realised that it came from the **wp-config.php** :
 * the var **PATH_CURRENT_SITE ** was like this :
    `define('PATH_CURRENT_SITE', '');`
   and it had to be : `define('PATH_CURRENT_SITE', '/');`
 * Not sure but I think it has resolved the prob.
 * Moreover you have to take a look to wp_site table if you still experience issues…
 * Hope it will help.
 * Regards,
 * Ten
    -  This reply was modified 9 years, 7 months ago by [TenyHarko](https://wordpress.org/support/users/tenyharko/).
      Reason: syntax
 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/#post-8359940)
 * Hey [@abdesign_germany](https://wordpress.org/support/users/abdesign_germany/)
 * Did the suggestion [@tenyharko](https://wordpress.org/support/users/tenyharko/)
   provide help out with your issue?
 *  Thread Starter [abdesign_germany](https://wordpress.org/support/users/abdesign_germany/)
 * (@abdesign_germany)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/#post-8360019)
 * Thanks A LOT [@tenyharko](https://wordpress.org/support/users/tenyharko/)!
    On
   my local wp-config.php the entry was fine with: `define('PATH_CURRENT_SITE', '/');`
 * After deploying with duplicator, the newly built wp-config.php on the server 
   had the trouble causing entry:
    `define('PATH_CURRENT_SITE', '');`
 * I just changed it back on the servers wp-config.php and now it’s fine again.
 * I don’t know, why duplicator is doing that, but at least I now have a solution
   for how to fix that problem. Of corse I’d appreciate to see a fix for that in
   a future update – but for now the issue can be marked as resolved.
    THANKS!
    -  This reply was modified 9 years, 7 months ago by [abdesign_germany](https://wordpress.org/support/users/abdesign_germany/).
      Reason: spelling issues
    -  This reply was modified 9 years, 7 months ago by [abdesign_germany](https://wordpress.org/support/users/abdesign_germany/).
      Reason: syntax and tags
 *  [TenyHarko](https://wordpress.org/support/users/tenyharko/)
 * (@tenyharko)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/#post-8361964)
 * You’re welcome ‘abdesign’,
 * happy to hear that it fix your problem.
 * I don’t know too why this problem occurs. But I’ve bought yesterday the pro version
   of this plugin and since it now deals with wp multisite stuff (the lite version
   of duplicator do it but with trouble – you know it now 🙂 ), I hope it will fix
   the problem. Did not try it already.
 * BR,
 * Teny
 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/#post-8364071)
 * Thanks for the updates guys! I’ll check and see why this causing issues in this
   code line…
 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/#post-8377801)
 * This should now be fixed in 1.1.20, please let me know if you run into anymore
   issues…
 * Thanks

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

The topic ‘duplicator, multisite, missing “/” at network’ is closed to new replies.

 * ![](https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985)
 * [Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More](https://wordpress.org/plugins/duplicator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/duplicator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/duplicator/)
 * [Active Topics](https://wordpress.org/support/plugin/duplicator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/duplicator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/duplicator/reviews/)

## Tags

 * [missing](https://wordpress.org/support/topic-tag/missing/)
 * [network](https://wordpress.org/support/topic-tag/network/)

 * 8 replies
 * 3 participants
 * Last reply from: [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/duplicator-multisite-missing-at-network/#post-8377801)
 * Status: resolved