[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.1

301 redirects for multiple pages from web.config or global.aspx file (vb code)

Asked by universaltruth in Programming for ASP.NET

Tags: 301 redirect, web.config, global.aspx, seo, pagerank, asp.net, visual basic

I have hundreds of pages on my site which I am about to remove. However I would prefer to use a 301 redirect to re-direct all these pages to another page on my site (Not necessarily the home page) I dont want to have hundreds of missing pages and loose pagerank.

I know how to redirect one page to another. I would use the following code:

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        Response.Status = "301 Moved Permanently"
        Response.AddHeader("Location", "http://www.bargainsonsale.co.uk/watches/casio-watches.aspx")

    End Sub

However I dont want to re-code hundreds of pages by removing the old code and adding the above code. I would prefer to perform a 301 redirect for all these pages from a single page/file. Perhaps from the global.aspx or web.config page. That way I could keep the code for the 301 redirects all in one place and not have hundreds of pages.

Please provide the exact code to do the following:

How would I redirect the following pages:

http://www.bargainsonsale.co.uk/Productdetails.aspx?ProductID=50
http://www.bargainsonsale.co.uk/Productdetails.aspx?ProductID=98
http://www.bargainsonsale.co.uk/Productdetails.aspx?ProductID=99
http://www.bargainsonsale.co.uk/Productdetails.aspx?ProductID=100
http://www.bargainsonsale.co.uk/Productdetails.aspx?ProductID=105
http://www.bargainsonsale.co.uk/Productdetails.aspx?ProductID=107

to this page

http://www.bargainsonsale.co.uk/watches/casio-watches.aspx

from either the web.config or global.aspx page.

Also is there a risk I could be penalized by google for redirecting hundreds of pages to a single page using a 301 redirect.

I would really appreciate an answer.

Thanks

Ashley
[+][-]11/06/09 09:03 PM, ID: 25765059Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/06/09 11:39 PM, ID: 25765346Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/07/09 07:38 AM, ID: 25766615Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/07/09 08:04 AM, ID: 25766761Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/07/09 12:48 PM, ID: 25767974Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/07/09 01:21 PM, ID: 25768108Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/07/09 02:15 PM, ID: 25768305Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/07/09 03:22 PM, ID: 25768569Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/08/09 03:57 AM, ID: 25770201Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Programming for ASP.NET
Tags: 301 redirect, web.config, global.aspx, seo, pagerank, asp.net, visual basic
Sign Up Now!
Solution Provided By: non_zero
Participating Experts: 2
Solution Grade: A
 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625