Forum Moderators: phranque

Message Too Old, No Replies

Permanant 301 Redirect

         

woldie

3:24 pm on Aug 16, 2004 (gmt 0)

10+ Year Member



Hi,

I know there have been a few posts regarding this topic, but I just need some assistance on this. I have been scouring the web on this one, but just need the correct htaccess code.

What I am trying to achieve is when someone enters the following URL:

[mydomain.com...] it redirects to

[mydomain.com...]

Many Thanks

W

drbrain

3:28 pm on Aug 16, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Redirect permanent /list/submit.asp [example.com...]

You may also be interested in RedirectMatch:

RedirectMatch permanent (.*)\.asp$ [example.com...]

woldie

3:48 pm on Aug 16, 2004 (gmt 0)

10+ Year Member



Thanks drbrain,

Didn't realise it was that simple.

W :o)