Jump to content

301 redirect .....


AlexDelierre

Recommended Posts

Hey guys,

 

 

Google's asking me to do a 301 redirect to my 404 errors ....

 

 

Here is the old url :

 

http://www.clickandshirts.com/fr/category.php?id_category=5

 

 

And the new is http://www.clickandshirts.com/fr/15-t-shirt

 

 

I've try several things, but i thing the problem is in the /fr/ .......

 

Redirect permanent http://www.clickandshirts.com/fr/category.php?id_category=5 http://www.clickandshirts.com/fr/11-hommes'>http://www.clickandshirts.com/fr/11-hommes : doesn't work

 

RewriteCond %{REQUEST_URI} ^(.*)/category.php?id_category=5(.*)$

RewriteRule ^(.*)$ http://www.clickandshirts.com/fr/11-homme [R=301]

 

Also this doesn't work ... Can someone help ?

 

 

Alex

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...