CodeIgniter 3 works without any specific tweaking. Just leave the base URL empty in config.php
or modify it like this:
$config[‘base_url’] = ‘https://heserver/’;
if you use HTTPS protocol as here:
A step-by-step guide will follow one day, but currently, we are working on a lot of projects and there is not enough time for that guide. Especially, we are also focused on CodeIgniter 4 for ExeOutput.