Forum Moderators: phranque
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
We'll need much more specific information on your problem with dynamic URLs to be of any help with that.
JIm