Forum Moderators: phranque

Message Too Old, No Replies

Yep another rewrite/redirectmatch issue - HELP

         

jbgilbert

2:49 am on Jan 7, 2006 (gmt 0)

10+ Year Member



using .htaccess, want to "redirect" all requests for:
[mydomain.com...]
TO
[mydomain.com...]

The following are not working as I thought they should.

RewriteEngine on
Options +FollowSymlinks
RewriteRule .*value=33 [mydomain.com...] [R=301,L]

OR

RedirectMatch 301 .*value=33 [mydomain.com...]

Help please

jdMorgan

3:46 am on Jan 7, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



We discussed that very subject fairly recently over here [webmasterworld.com].

That thread should get you going on the right track.

Jim

jbgilbert

5:36 am on Jan 7, 2006 (gmt 0)

10+ Year Member



excellent! worked like a charm