Skip to main content

Documentation

IMPORTANT

This is the outdated SI-documentation which will be adapted soon. A huge part may be obsolete!

Modifying Domain Name

Modifying Domain Name

Cronjob are used for scheduling tasks to run on the server. They're most commonly used for automating system maintenance or administration.

If your cron server is called from a web browser, like cron.php, you would need to edit this cron.php file from your site. Go to your EasyDiscuss files, and locate this file: /components/com_easydiscuss/cron.php and at line 18, you will find this code. You would need to change the host name site.com to your site respectively.

##################################################
######## Configuration options.
##################################################

// This should not contain http:// or https://
$host = 'site.com';

##################################################

Save this file and you may proceed with configuring your cronjob.

We use cookies
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience. You can decide whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.