I have a problem changing the base_url
of CodeIgniter
, what I did was replace localhost/Taller/
with my ip and the xxx.xxx.x.xx/Taller/
on my own laptop if I accept it but I want to see it from another laptop and I can not , it does not load, but I have another error if I put localhost/Taller/
in the browser, it keeps accepting me when it should not because the base_url
already changes it.
Configuring CodeIgniter config.php
$config['base_url'] = 'http://xxx.xxx.x.xx/Taller/';
$config['index_page'] = 'index.php';
$config['encryption_key'] = '$%·%&/&(()/()/(¿?=¿=';
These are the only lines of code that you modify