Jump to content

redirect URL "about-us" page to the new URL


Recommended Posts

Hi All,

 

I have two "about-us" page, one from the top and one from the bottom. I want to redirect the "about-us" page from the top to bottom.

 

Top "about-us" page url.

 

http://raveyoursite.com/RaveSite/category.php?id_category=48

 

Bottom "about-us" page url.

 

http://raveyourbeauty.com/RaveRouge/cms.php?id_cms=4

 

How can I redirect it thanks!

 

Please help!

Link to comment
Share on other sites

i checked your website

it looks like non default top module, am I right?

in this case try to configure the module in your back office (under the modules tab)

 

or check the module template (.tpl) file soruces.

 

it's hard to say what you have to change without more information (coz it's non default solution)

Link to comment
Share on other sites

Rewriterule ^(.*)\/your-old-page\.php$ $1 [R=301,L]
Rewriterule ^your-new-page\..php$ / [R=301,L]

 

but believe me it's better to change the url in the module than using rewrite functions for cases like this one...

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...