![]() | | ||||||||
| | #1 |
| Active Warrior Join Date: Apr 2011
Posts: 73
Thanks: 1
Thanked 9 Times in 8 Posts
|
Hello Experts, Hope all is gona well!! I have a query, how can I use 301 redirection on my website? What does its significance? Thank you all in advance ! Regards: Summer |
| | |
| | #2 |
| HyperActive Warrior Join Date: Aug 2011
Posts: 145
Thanks: 15
Thanked 10 Times in 10 Posts
|
use it on your .htaccess file...it is to maintain your search engine rankings. RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] For more information - read here: 301 Redirect - How to create Redirects Hope this helps. |
|
Amazing things waiting on your Cyprus Holidays | |
| | |
| | #3 |
| Warrior Member Join Date: May 2010
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
301 redirection is the most efficient method for webpage redirection.The code "301" is interpreted as moved permanently.A 301 redirection is used when a website is moved to a new domain name. It preserves the search engine rankings that the site had at previous domain.
|
| | |
| | |
| | #4 |
| I Spank Google War Room Member Join Date: Oct 2010 Location: SK, Canada
Posts: 501
Thanks: 33
Thanked 84 Times in 59 Posts
|
I use 301s any time I move a page to a different URL. Sometimes if I run into problems with a domain, I will 301 the entire site to a new domain that is similar to the first one. This is a good thing to do if you need to 'start fresh' with a new domain but don't want to lose all of the work you've put into building backlinks to the first domain. You can also use 301s from old high PR domains to push link juice to a new domain in a sneaky way, but I wouldn't recommend doing that too frequently as it's likely for Google to monitor this type of thing if they see dozens of high pr 301 redirects coming in to a new site. Especially if the 301'd urls are not related to the content it redirects to. |
| - A Link Building Service That Works Automated Backlink Networks For A Reasonable Price... Don't Miss Out! - | |
| | |
| | #5 |
| HyperActive Warrior Join Date: Nov 2009
Posts: 294
Thanks: 0
Thanked 23 Times in 22 Posts
|
You should have a strong reason of doing 301 redirection. As it will wipe out the old url from search indexes completely and will transfer its value (like PR) to the new url. It is only worth the effort if your old url has some significance and you want to preserve it while moving to a new url. For various redirection techniques you can refer to: How to 301 Redirect a Web Page - 301 Redirect Methods |
| | |
| | #6 |
| Active Warrior Join Date: Apr 2011
Posts: 73
Thanks: 1
Thanked 9 Times in 8 Posts
|
Can any body explain the process by coding???
|
| | |
| | #7 |
| Advanced Warrior War Room Member Join Date: Jun 2009 Location: INDIA
Posts: 587
Thanks: 96
Thanked 59 Times in 40 Posts
| Coding??? It's already provided above. You need to edit your .htaccess file and then add the code. You can edit this file through cPanel but be careful while editing it. Plus, if you are doing 301 for a wordpress blog, you can use 301 Redirect Plugin. You can do 301 as below: Old Domain Page -> 301 -> New Domain Page Old Domain -> 301 -> New Domain |
| [WSO] Dominate Google #1 Ranks With These POWERFUL but CHEAP Home Page Links [LIMITED] <<< >>>How To Make Money Online <<< Access The FREE and Step By Step Tutorials! | |
| | |
| | #9 |
| Warrior Member Join Date: Jun 2011 Location: in computer
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
|
May one please edit my htacees of script using in sub directory .here is default htacess of a script RewriteEngine on RewriteBase / # if you installed in a subdir use something like below and remove the line above # # RewriteBase /subdirectory/ RewriteRule ^admin/$ index.php/admin/login/ RewriteRule ^admin$ index.php/admin/login/ RewriteCond $1 !^(index\.php|application/images|application/scripts|application/css|application/content|application/settings|favicon.ico) RewriteRule ^(.*)$ index.php/$1 |
| | |
![]() |
|
| Tags |
| 301, redirection |
| Thread Tools | |
| |
![]() |