Redirect your homepage /+ URL to your Google + profile

While lot of people are stuggling getting into this new social network, I was among the lucky one who got very early access, thanks to a friend working with Google. I loved Google+. After so many failures in Social domain, Google has finally unleashed a product that can definitely take Facebook head on. While I follow closely all the stories about G+ on techmeme, techcrunch etc, overall people are liking this new service and are happy about it. While its not clear about the total number of users the service have attracted in this first few weeks, estimates are coming that around 10 million people have already signed in and are using it. This makes G+ fastest growing online entity ever. The integration of G+ with Google toolbar in all the Google properties makes it real accessible. You dont have to be on G+ to use G+. The notification bar is smoothly integrated with the UI. While people from tech world have started using G+ keenly, there are some like Kevin Rose who have actually forwarded their homepage () to their Google plus profile!! That inspire me to do something similar.. But I didnt want to forward viralpatel.net to my G+ profile.. So here is a simple trick: Forward viralpatel.net/+ to my G+ profile!! Isn’t that cool. It’s dead simple if you can edit your .htaccess file in your root folder of your website. Just copy paste following line of code in .htaccess file of your root folder.
Redirect /+ [your G+ profile url]
Code language: HTML, XML (xml)
For example, my .htaccess file would be:
Redirect /+ https://plus.google.com/112955634181863972829/
Code language: HTML, XML (xml)
That’s it!!! Now just type viralpatel.net/+ in your browser and you are automatically redirected to G+ profile.

View Comments

  • Hi Please help, i forget my password for my
    Gmail account, and i have very important
    information on it i dont want to open or creat
    a new one, can you please help me urgently,
    or even send me the resert code for my
    password on my cell phone number please my phone is +251917122593.

Share
Published by
Viral Patel
Tags: google htaccess tech stories

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago