| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Jan 2007
Posts: 31
![]() | 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) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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 Join Date: Dec 2005 Location: Philippines - www.Nabaza.com
Posts: 19,785
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | just follow the instructions it will save you some money.
| ||||||||
| |
| | THREAD STARTER #4 (permalink) | ||||
| NamePros Member Join Date: Jan 2007
Posts: 31
![]() | 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.
| ||||
| |
| | #5 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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 |
| |