Forum Moderators: open

Message Too Old, No Replies

Redirect question

         

nuevojefe

1:19 am on Oct 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If I have inbound links such as [example.com...] [example.com...] etc how can I redirect them all to my index page?

A simple 301 on [example.com...] makes them redirect to [example.com...] unfortunately, so what would get them all to go to just [example.com...]

Edit: to make it clearer, I want to strip phpfile/link.php?ID=### and have it just redirect to the homepage with no variable string.

jdMorgan

3:09 am on Oct 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you are hosted on an Apache server, see Apache RedirectMatch [httpd.apache.org].

Jim

nuevojefe

3:38 am on Oct 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks jdMorgan,

I was looking at that and I think it will work. Off to find out...