This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
Common Questions
 Helicon Tech : Common Questions
Subject Topic: Simple Rewrite Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
jackub
Newbie
Newbie


Joined: 21 January 2010
Online Status: Offline
Posts: 4
Posted: 21 January 2010 at 4:06pm | IP Logged Quote jackub

I have page on my domain that changed from /file.htm to /location/location/file.aspx.

need to make sure that the links out there post to the file ... i have the following in my .htaccess file on an iis server.

RewriteEngine On

RewriteCond %{HTTP_HOST} ^socapie.com

RewriteRule (.*) http://www.socapie.com/$1 [R=301,L]

Redirect 301 /maureen.htm http://www.socapie.com/orange_county_personal_injury_attorney/attorneyatlaw_profile/lawyer_maureen_levine.aspx


the redirect from socapie.com to www.socapie.com works great .. but the 301 page redirect is not firing.

any suggestions would be greatly appreciated.





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


Joined: 01 October 2003
Online Status: Online
Posts: -149
Posted: 22 January 2010 at 2:53am | IP Logged Quote Guests

Why wouldn't you try replacing
Redirect 301 /maureen.htm http://www.socapie.com/orange_county_personal_injury_attorney/attorneyatlaw_profile/lawyer_maureen_levine.aspx
with
RewriteRule ^/maureen\.htm$ http://www.socapie.com/orange_county_personal_injury_attorney/attorneyatlaw_profile/lawyer_maureen_levine.aspx
[NC,R=301,L]
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