trying to move an installation [message #17743] |
Thu, 15 April 2004 04:41 |
arakune
Messages: 10 Registered: April 2004
Karma:
|
Junior Member |
|
|
I have a a current installation of FUDforum, which I recently tried to relocate on the file system. The original location of the web files was in my web root, with a URL of www.domain.com; the new location is a subdirectory of the web root, with a URL of www.domain.com/forums
I've gone through the code, looking for all references to both URL and file system paths, and have updated them accordingly. Everything in FUDForum seems to work properly now, with the exception of the password reset form. When a user tries to have their password reset and emailed to them, the form processes the request, I can verify that the password stored in MySQL is reset, and a link is emailed to the user. However, after the form's action is completed, the user is redirected to a page at the original location. Likewise, the reset URL which is sent to users by email also redirects to a page at the original location. Obviously, I've missed something somewhere, but I can't for the life of me find it.
Any suggestion as to where I might look would be greatly appreciated. Conversely, if there's an easy way to reinstall without losing all of my table data, that would also do the trick. I suppose I could do a MySQLdump of the data, reinstall, and then import it all. It just seems like there should be a better way, though....
TIA!
arakune
|
|
|