- Open the .htaccess file of your Magento website.
- Search for the field “enable rewrites” in that file.
# Redirect [CODE] [OLD PATH] [NEW PATH] Redirect 301 /my-page.html /my-new-page.html
# Redirect [CODE] [OLD PATH] [NEW PATH] Redirect 301 /my-page.html /my-new-page.html
0 Comments