What Is Base URL?


Base URL is Codeigniter required configuration and is the URL where your system will be installed.

  • Eq. If you are installing on a subdomain with name crm, you will set http://www.crm.domain.com/
  • Eq. If you are installing on subfolder  with name crm, you will set http://www.domain.com/crm/
  • Eq. If you are installing on the main domain you need 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 eq. https://www.yourdomain.com/crm/


Did you find this article useful?



  • Email Templates

    To set up email templates navigate to Setup -> Email templates and change the content according to your needs.You can set up a ...

  • Email/SMTP Configuration

    You will need to configure SMTP settings for Perfex CRM if you want to send e.q. invoices, estimates, overdue reminders etc… the SMTP config wil...

  • Setup cPanel Cron Job

    Cron is required to be set up for PowerfulCRM if you want all features to works as expected. Setup cPanel Cron Job Login to your cPanel and navigate ...