Skip to content

Commit

Permalink
Fixed: Redirecting issue in subfolders installations
Browse files Browse the repository at this point in the history
  • Loading branch information
igmoweb committed Jul 16, 2015
1 parent 6f67d97 commit fa7449e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/cloner-admin-clone-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function sanitize_clone_form() {
$new_path = '';
}
else {
$new_path = $current_site->path . $new_domain . '/'; //$path = '/' . $domain; // Do NOT assume the root to be server root
$new_path = '/' . trailingslashit( $domain ); //$path = '/' . $domain; // Do NOT assume the root to be server root
}
}

Expand Down

0 comments on commit fa7449e

Please sign in to comment.