Redirect your home-page/+ URL to your Google+
Google+ is becoming very much popular these days. Being an webmaster it is very useful to encourage our readers to follow on Google+.
Redirecting homepage/+ to Google+ :
Instead of remembering following long URL we can make URL bit simple.
1 |
https://plus.google.com/u/0/+PriteshTaral/posts |
We can make the above lengthy URL to shorter version like -
1 |
www.c4learn.com/+ |
Lets see how to write code for above requirement.
Steps to perform Redirection :
- Firstly login to your cPanel and launch the file manager.
- After launching the file manager you need to open the .htaccess file from your root directory.
- Add below code in the .htaccess file in order to redirect the user from homepage/+ to Google+ profile.
1 |
Redirect /+ [your Google+ profile url] |
Example :
1 |
Redirect /+ https://plus.google.com/+C4learncom/posts |
There are many advantages of the above redirection, We can use this simple,short and sweet URL in the mails,newsletter and on the social networks.