Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,045
- How-to & Troubleshooting
- 129,739
- Creating & Extending
- 25,802
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Nice easy way to do it via .htaccess.
This can even allow you to have specific site testers also who can use the site.
V
# redirect all visitors to alternate site but retain full access for you
ErrorDocument 403 http://www.yoursite.com.au/alternate-page
Order deny,allow
Deny from all
Allow from ip.address.of.user