Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
Common Questions
 Helicon Tech : Common Questions
Subject Topic: Need Help for 301 redirection on IIS7 Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
eagle
Newbie
Newbie


Joined: 25 July 2009
Online Status: Offline
Posts: 6
Posted: 19 August 2010 at 11:24am | IP Logged Quote eagle

Hi Sir,

       DO we need to change any thing when we move from IIS6 to IIS7.Previously I am using IIS6 and 301 redirection is working fine i write rule in .htaccess file i am using helicon.Now i copy same on my new server usin IIS7 and windows 2008 server.On IIS6 every thing is working Fine but here nothing is working.Please help.

Thanks & Regards

Eagle

    

Back to Top View eagle's Profile Search for other posts by eagle
 
Guests
Guest
Guest


Joined: 01 October 2003
Online Status: Online
Posts: -112
Posted: 20 August 2010 at 7:17am | IP Logged Quote Guests

Hello,

probably this is not the migrating problem.
Please clarify what product you use: Helicon Ape OR ISAPI_Rewrite (what build is it).
Make sure you have all needed permissions set for the user that runs application pool of a site.
Is there any software installed like PLESK or ColdFusion(usually permission issues)?
What are the rules?

Regards
Andrew
Back to Top View Guests's Profile Search for other posts by Guests
 
eagle
Newbie
Newbie


Joined: 25 July 2009
Online Status: Offline
Posts: 6
Posted: 23 August 2010 at 12:48pm | IP Logged Quote eagle

Hi ,

     We are using ISAPI_Rewrite (Version 3.1.0.64).All the permission are ok and my application is .net application.

I want this type 301 redirection:

http://www.abc.com/xyz-pqr to http://www.abc.com/main/xyz-pqr

and I write the rule for this as:

^xyz-pqr  http://www.abc.com/main/xyz-pqr [R=301,L]

Pleas suggest

Thanks & Regards

Eagle

Back to Top View eagle's Profile Search for other posts by eagle
 
Guests
Guest
Guest


Joined: 01 October 2003
Online Status: Online
Posts: -112
Posted: 25 August 2010 at 3:12am | IP Logged Quote Guests

Hello Eagle,

I'd write something more definite like(is not functional for URLs with querystring):

Code:
RewriteEngine on
RewriteBase /
RewriteRule ^xyz-pqr$ http://www.abc.com/main/xyz-pqr [NC,R=301,L]


where
Code:
RewriteBase / - strips the input URL from '/'
^....$        - defines beginning and the end of the URL
[NC]           - makes rule case-non-sensitive


If still no luck, please see FAQ.
There's a description how to make sure ISAPI_Rewrite is working at all.

Regards
Andrew
Back to Top View Guests's Profile Search for other posts by Guests
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum