Custom Google Plus URL

Hey!

If you want a custom Google+ URL with your own domain,like http://www.vivekv.com/+/about/ , all you have to do is to append this line in your .htaccess file. If you do not have a .htaccess file placed in your root directory ( mostly in public_html ) create one.  Please note that this is applicable only if you are using Apache webserver ( or LiteSpeed Webserver which has .htaccess support ). Not applicable for other webservers such as Nginx or Lighttpd.

[html]

RedirectMatch ^/+(.*)$ https://plus.google.com/PROFILE_ID$1

[/html]

Where PROFILE_ID is you Google+ profile id. To get i , just click on your profile picture and see the address bar

For example, if the address bar is

https://plus.google.com/u/0/112321846169565090748/posts

then your profile id is “112321846169565090748”

Try it !

Courtesy ( Originally Posted by ) : Motyar D


Leave a Reply

Your email address will not be published.