Forum Moderators: phranque

Message Too Old, No Replies

Redirect Questions

Two 301 redirect questions

         

seofeed

2:48 pm on Jul 21, 2006 (gmt 0)

10+ Year Member



Hi Everybody,

I have two issues I am trying to fix.

First:

I need to redirect http://www.example.co.uk/index.php to http://www.example.com

When I tried using solutions like:
RewriteCond %{HTTP_HOST} ^example.co.uk/index.php [NC]
RewriteRule ^(.*)$ http://www.example.co.uk/$1 [L,R=301]

Or

Redirect 301 /index.php http://www.example.co.uk

Neither solution seemed to work. Any Ideas?

Second:

I need to redirect http://www.example.co.uk/products_form.php?action=24 to http://www.example.co.uk/keyword/keyword/

I tried a couple of solutions that I tracked down and found the post on this forum below:
[webmasterworld.com...]

I couldn't get anything to work.

Thank you very much for any help.

Brandon

jdMorgan

8:26 pm on Jul 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The 12th post in this thread [webmasterworld.com] will help you with the index page redirect.

We'll need much more specific information on your problem with dynamic URLs to be of any help with that.

JIm