Jump to content

redirect my page from new page. htaccess is not working.


Recommended Posts

You just open the htaccess, add that line of code and then save it. Thats all you need to do. If you regenerate your urls or the htaccess from the back office you will need to add that line again.

 

You may need to put the document path within the old url location first. It all depends how your site is set up and configured

Edited by cocothecat (see edit history)
Link to comment
Share on other sites

It seems its not working,

 

beauty.com/RaveRouge/en/48-about-us (header page)

these URL above is my header page and I want to redirect it to footer page which it has the original content.

 

beauty.com/RaveRouge/en/content/4-about-us (footer page)

 

These two URL exist in my main page,

 

 

I tried this code below and its not working,

# Permanent URL

Redirect 301 /RaveRouge/en/content/4-about-us Rave Rouge/en/content/4-about-us

 

did I miss something?

Link to comment
Share on other sites

<div>Hi,</div>

<div> </div>

<div>I erase the friendly name,</div>

<div> </div>

<div>so this is the real URL,</div>

<div> </div>

<div>top header "about us" page</div>

<div>yourbeauty.com/RaveRouge/category.php?id_category=48</div>

<div> </div>

<div> </div>

<div>footer "about us" page</div>

<div>yourbeauty.com/RaveRouge/cms.php?id_cms</div>

<div> </div>

<div>I want to redirect the top header page to the footer page.</div>

<div> </div>

<div>Please help.</div>

<div> </div>

 

Link to comment
Share on other sites

<div> Hi,   I erase the friendly name, </div>

<div>   </div>

<div> so this is the real URL, </div>

<div>   </div>

<div> top header "about us" page </div>

<div> yourbeauty.com/RaveRouge/category.php?id_category=48 </div>

<div>   </div>

<div>   </div>

<div> footer "about us" page </div>

<div> yourbeauty.com/RaveRouge/cms.php?id_cms </div>

<div>   </div>

<div> I want to redirect the top header page to the footer page. </div>

<div>   </div>

<div> Please help. </div>

 

 

<div>" Hi, </div>

<div>   </div>

<div> I erase the friendly name, </div>

<div>   </div>

<div> so this is the real URL, </div>

<div>   </div>

<div> top header "about us" page </div>

<div> yourbeauty.com/RaveRouge/category.php?id_category=48 </div>

<div>   </div>

<div>   </div>

<div> footer "about us" page </div>

<div> yourbeauty.com/RaveRouge/cms.php?id_cms </div>

<div>   </div>

<div> I want to redirect the top header page to the footer page. </div>

<div>   </div>

<div> Please help. "</div>

<div>   </div>

 

Link to comment
Share on other sites

×
×
  • Create New...