I basically tried this mode_rewrite rule below. It works with a slash on the end but I want it to work whether it has a trailing slash on the end or not. Basically I want it
plain old regexes:
RewriteRule ^signup/register/?$ /signup/register.php [NC]