This is a discussion on Can PHP-Nuke be moved after testing? within the Purged Topics forums, part of the NM Staff category; I've set up PHP-Nuke in a directory of it's own for testing purposes. When I complete the site (filling it ...
Can PHP-Nuke be moved after testing? -
11-21-2002, 11:01 AM
I've set up PHP-Nuke in a directory of it's own for testing purposes. When I complete the site (filling it with content and such), can it be moved to the main directory without losing anything :?: I already planned ahead and made any picture links, that might be in a news story or content page, to a directory under the main site. Other than that, should I have any problems :?:
Others have reported problems moving their phpnuke sites from a subdirectory. Main problem. Loggin.
Do some extensive testing after your move to make sure everything works correctly. Make sure you change the paths of your site in your Forum Configuration(ADMIN) and Nuke Admin Preferences. Also change any hardcoded paths in your files that you have had to change...
example:
/subdirectory/modules.php?name=Your_Account
to
/modules/php?name=Your_Account
yes, all should change according to where youve moved it, as long as your config stays the same. now if youre switching from one database to another...thats a different story