Viewing 1 replies (of 1 total)
  • The best thing to do here is to use .htaccess if you can, and not use the plugin. Search Google or Bing for something like ‘.htaccess redirect old subfolder to new subfolder’ – and see what you get.

    It would look something like this:
    RewriteRule ^nggallery/(.*)$ /galerie/$1 [R=301,NC,L]

    With the .htaccess file method, you need to have access to the file manager or FTP for your host and you should always back up the .htaccess file that is there prior to making changes.

    The search engines will also pick up this type of change and eventually update their indexed links accordingly.

    Best of luck!
    Don

Viewing 1 replies (of 1 total)
  • The topic ‘Redirect old path to new path?’ is closed to new replies.