What is Base URL?
- By Bdtask --
- Monday, 24 Feb, 2020

Base URL is Codeigniter's required configuration and is the URL where your system will be installed.
- If you are installing on a subdomain with name bdtask, then you have to set http://www.bdtask.domain.com/
- If you are installing on subfolder with name bdtask, then you have to set http://www.domain.com/bdtask/
- If you are installing on the main domain, then you have to set just http://www.domain.com/
When installing the system will auto try to guess your base URL however you can adjust to your needs.
Keep in mind that the base URL must end with a trailing slash (/)
For SSL use https://www.yourdomain.com/bdtask/