Mike, It's simple to implement. Just create a directory "+" off your site's root directory and then add this code (php but anything will work) as index.php in the "+" directory.
<? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: https://plus.google.com/<your unique string of digits>/posts" ); ?> There are a couple of ways to do this but I thought this one was simple and impacted the server the least. -John Coryat -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/android-discuss/-/habt7jCIzcUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
