FAQ - Full Site Domain

Full Site Domain

05.11.2015 8207


Design or website is not working correctly when pointing to the admin/operators panel! Please define your url in the include/db.php:

// Define your site url, for example: www.jakweb.com
define('FULL_SITE_DOMAIN', 'your_full_site_domain_goes_here');

It is important you only set the domain and not any subfolders or http/https.

For example:

  • www.yourdomain.com (if installed in the main domain and calling your website with www.)
  • yourdomain.com (if installed in the main domain and calling your website without www.)
  • sub.yourdomain.com (if installed in a subdomain)

Important: Do not mix www. and none www, this are two different domains. Should you access your website with www. always access your website with www. and make sure you use a redirection to the correct location for your visitors as well. You also won't need to add any folders to the full site domain as this is handled by our software automatically.