|
|
|
|
|
by lyricalpolymath
4600 days ago
|
|
We hacked this nonsense by creating a simple redirect on our website: http://eyevel.com/G+ ;)
You can too! It's a simple htaccess line or a router on your app put this into the .htaccess of your host and change where appropriate
(yourdomain, extension and G+ long userID) RewriteEngine on RewriteCond %{HTTP_HOST} ^yourDomain\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.yourDomain\.com$ RewriteRule ^B\@G\+$ "https\:\/\/plus\.google\.com\/103815970554408703928\/posts" [R=301,L] |
|