I am just re-installed a script in a different directory and need to reconfigure the old links to the new directory structure. I am having trouble figuring it out and would be more than greatful for someone to help me out with this hopefully simple fix. Thanks!
There’s a couple of ways to do this, but the one you probably want is a HTTP 301 Redirect (which means that the content has been permanently moved, and browsers will redirect to the new location).
The top link on a Google of the subject is: this one, which details how to do a 301 Redirect a variety of different ways - you could have index.php in the old location do the redirect, or a .htaccess file.
So in theory this should work by putting it in the root .htaccess file for my situation. I think I may still have something a little off because it doesn’t seem to be working quite yet. Any ideas?