Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Marketing > Search Engines & SEO

Search Engines & SEO General search engines and search engine optimization discussion.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-02-2010, 05:57 AM
sodtechnologies sodtechnologies is offline
Junior Member
 
Join Date: Aug 2010
Posts: 5
sodtechnologies is on a distinguished road
Default 301 redirection

HOw can i do 301 redirection of old file page to new page in windows IIS server ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-02-2010, 10:30 AM
SexyTracey SexyTracey is offline
Senior Member
 
Join Date: Jul 2010
Location: Florida
Posts: 107
SexyTracey is on a distinguished road
IIS Redirect

* In internet services manager, right click on the file or folder you wish to redirect
* Select the radio titled "a redirection to a URL".
* Enter the redirection page
* Check "The exact url entered above" and the "A permanent redirection for this resource"
* Click on 'Apply'
__________________
Online Casino | Poker Girls
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-02-2010, 11:56 AM
Jagbani Jagbani is offline
Senior Member
 
Join Date: Jul 2010
Location: punjab
Posts: 109
Jagbani is on a distinguished road
Use 301 .htaccess redirection code.

RewriteCond %{HTTP_HOST} !^www\.\.com$
RewriteRule (.*) http://www.abc.com/$1 [R=301,L]
RewriteRule ^(.*)http://www.xuz.com$ http://www.abc.com/$1 [R=301,L]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-02-2010, 12:27 PM
ledlauzis ledlauzis is offline
Junior Member
 
Join Date: Aug 2010
Posts: 26
ledlauzis is on a distinguished road
Quote:
Originally Posted by Jagbani View Post
Use 301 .htaccess redirection code.

RewriteCond %{HTTP_HOST} !^www\.\.com$
RewriteRule (.*) abc.com/$1 [R=301,L]
RewriteRule ^(.*)xuz.com$ abc.com/$1 [R=301,L]
Thanks, this one helped!

Had some trouble till I found the .htaccess file on my server, but now everything works just fin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-06-2010, 07:45 AM
eyanharve eyanharve is offline
Senior Member
 
Join Date: Aug 2010
Posts: 102
eyanharve is on a distinguished road
you can do it by 301 .htaccess redirection code and that's permanent redirection.
__________________
TYPO3 Templates
TYPO3 India
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-07-2010, 07:14 AM
robinjackman robinjackman is offline
Senior Member
 
Join Date: Aug 2010
Posts: 157
robinjackman is on a distinguished road
you can do 301 redirection by just put redirection code into .htaccess file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-15-2010, 02:54 AM
Canonical Canonical is offline
Junior Member
 
Join Date: Sep 2010
Posts: 13
Canonical is on a distinguished road
IIS does NOT have .htaccess files people UNLESS they have purchased ISAPI Rewrite (an ISAPI filter written to emulate Mod_Rewrite).

If you have IIS 7.x, it now comes with a redirection utility similar to Mod_Rewrite, but instead of being based on .htaccess files, it's based on a web.conf type file.

As I mentioned before, you can also buy ISAPI rewrite to run on IIS 6 and IIS 7. It comes in 32 bit and 64 bit versions. It is about 99% compatible with Mod_Rewrite. The exact same commands (minus a few flags that don't work because the operating system is not Linux/Unix) work in the .htaccess files for ISAPI Rewrite as work for Mod_Rewrite.

Your other option if you're using a server-side scripting language like ASP, ASPX, C#, etc. is to just modify the code for the old page so that it sets the status in the header object to 404 Moved Permanently and the Location in the header object to the new URL. This is probably the LEAST desireable approach.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:04 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.