| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| NamePros Member | redirect index.asp to / with IIS I'm looking to hire someone who knows how to do a se friendly 301 redirect from my index.asp file to /. It appears as if Google sees these pages as two. I'm willing to pay to have someone do it. Please note that it is a windows server and not as easy to do as other types. Please reply with your quoted price and how you plan to do it. Thanks |
| |
| | #2 (permalink) |
| Senior Member | Do you have admin rightson the server? Does it have the IIS equivalent module for mod_rewrite installed? If you do not you will need to create a conditional statement within index.asp to check if index.asp is within the path the user is veiwing. If it is then do a redirect using something like what is in the following page http://www.seoconsultants.com/tips/asp/301.asp
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |
| | #3 (permalink) | ||
| NamePros Legend | just follow the instructions it will save you some money. Quote:
Quote:
| ||
| |
| | #4 (permalink) | |
| NamePros Member | The above seems to cause a loop since it's going from page a to page a (not a to b) index.asp and / are the same page. Google is seeing them as different/duplicated pages. Quote:
| |
| |
| | #5 (permalink) |
| Senior Member | you need to run through an if case and check to see if the url the user has used includes index.asp if so do te redirect if not continue as normal. I can do this in PHP easily but not overly familiar with asp.
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |