Jump to content

[SOLVED] htaccess rewrite rule - help needed


Recommended Posts

Hi everyone,

 

I recently switched to Prestashop, which has an entirely different structure my old website had. In order to avoid a flood of 404's I would like to redirect the main pages, but this creates a huge htaccess file. Currently there redirects look like this:

 

#NECKLACES
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces.html /6-gothic-necklaces
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces_01.html /6-gothic-necklaces
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces_02.html /6-gothic-necklaces
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces_03.html /6-gothic-necklaces
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces_04.html /6-gothic-necklaces
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces_05.html /6-gothic-necklaces
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces_06.html /6-gothic-necklaces
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces_07.html /6-gothic-necklaces
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces_08.html /6-gothic-necklaces
redirect 301 /contents/en-us/d356_gothic-shop-pendants-necklaces_09.html /6-gothic-necklaces

 

There has to be a better way to write this, no? Can someone help me with this? I am lousy at coding.

 

Your help is much appreciated!

 

Best regards,

 

Dan

Link to comment
Share on other sites

Hi tomerg,

 

many thanks for your help!

 

There are are multiple pages that have the same URL string, with juste one page variable in the end. Considering there sometimes are up to 10 pages, having a conditional rewrite might be better than having ten separate redirects.

 

But I have no clue on how to write it, as I am absolutely not familiar with this language.

 

If someone could give me an code snippet based on the above example, I would be able to rewrite all the other pages too.

 

Best regards,

 

Dan

Link to comment
Share on other sites

×
×
  • Create New...