I bought an installation package of thinkphp3.2.2 and its configuration environment on the cloud market. By default, the server creates the thinkphp configuration file in the alidata/www/default folder, but my local project uses tp3.2.3 and phpstudy, Windows environment, I want to transplant the local one directly to the server. Can I directly delete the default file in the www folder, and then transfer the local folder to the www folder? But I tried it and it didn’t work. What should I do?
You can first place an index.php in the www directory and try outputting some content. Once you have access, you can proceed with other operations.