CPanel shared hosting with multiple domains |
You can test how domains work on your hosting provider by creating a subdomain. Usually the cpanel will have an option for creating it where you can specify which will be its public_html (and its respective name) directory. You could then place your codeigniter directories within/alongside it and place your vendor/, composer.json and composer.lck one directory higher, producing the following structure:
/php /public_ftp /public_html /main-domain /ssl /subdomain.yourdomain.com/app /subdomain.yourdomain.com/public /subdomain.yourdomain.com/writable /subdomain.yourdomain.com/spark /subdomain.yourdomain.com/.env /vendor /composer.json /composer.lck More information in the docs:
|
Messages In This Thread |
CPanel shared hosting with multiple domains - by raydoucetjr - 02-10-2025, 12:44 AM
RE: CPanel shared hosting with multiple domains - by grimpirate - 02-10-2025, 06:20 AM
RE: CPanel shared hosting with multiple domains - by raydoucetjr - 02-10-2025, 06:34 AM
RE: CPanel shared hosting with multiple domains - by captain-sensible - 02-10-2025, 10:04 AM
RE: CPanel shared hosting with multiple domains - by grimpirate - 02-10-2025, 08:00 PM
RE: CPanel shared hosting with multiple domains - by captain-sensible - 02-11-2025, 10:13 AM
RE: CPanel shared hosting with multiple domains - by grimpirate - 02-12-2025, 05:23 PM
|