·
Added a discussion

What would be the recommended way to copy a site?  I would like to copy an existing cloud app and modify it locally.  I exported the cloud app and copied the files, ran the sql dump, and modified the variables in the header.inc.php.  It's still not running properly, and I'm not sure if there is something I'm missing or a better way to do this?

  • 481
Comments
    • Hello practical-app !

      The mentioned steps look fine, so please specify what is wrong with your setup copy of your UNA site?

      • Thank you LeonidS!

        The url appears to get mangled a bit (slashes added) and I get a 403 forbidden page when I attempt to go to any UNA page.

        • The first trouble may be connected with the old caches, just try to clear the content of the cache and cache_public folders (leave only .htaccess files there). The second problem usually means the missing root .htaccess file or non-installed modrewrite module in your server.

          • Thank you!

            I uninstalled and reinstalled XAMPP, then put the copied UNA files and a brand new install in subfolders. Then I ran the new install so I could get the right paths for the header.inc.  I made the changes to the header.inc on the copied install, ran the sql dump, and made sure only htaccess was in the cache directories.

            All is well now. Thanks for your help!

            Login or Join to comment.