Does anyone have an idea on where is it best to upload a PHP framework such as Yii, or CodeIgniter? Should I upload the files into a sub-directory within my website, or right into a root directory like the server’s main public directory or public_html?
Share
Personally, I like to create folder within my main directory to place the web application. Then point your domain name at the folder. This allows you to potentially host other web applications on the same hosting or have subdomains with seperate code.