I added a rewrite rule to the .htaccess file:
RewriteRule ^wp-signup.php(.*)$ wp-content/themes/divi-child/wp-signup.php$1
and after copying over the wp-signup.php to the child theme, made a few edits, but that was just to text on the page no code.
I added a rewrite rule to the .htaccess file:
RewriteRule ^wp-signup.php(.*)$ wp-content/themes/divi-child/wp-signup.php$1
and after copying over the wp-signup.php to the child theme, made a few edits, but that was just to text on the page no code.