Need Homepage to Redirect to wp-signup.php
-
I want users to get the wp-signup.php page as the home page. Right now, I only get redirected to it when I log out of the dashboard.
I have tried using plugins such as members-only, peter’s login redirect, etc but no luck. When someone goes to https://www.mysite.com, they get the regular homepage which is set to a static page I created and titled Home.
I tried modifying the htaccess file and removed all the rewrite rules and inserted the following:
RewriteRule ^wp-signup\.php(.*)$ wp-content/themes/default/wp-signup.php$1
That didn’t work either. Any suggestions is greatly appreciated. Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Need Homepage to Redirect to wp-signup.php’ is closed to new replies.