sampoyigi wrote
Here :)
https://raw.githubusercontent.com/tastyigniter/TastyIgniter/master/.htaccess
Thks
by the way I changed line 14 on /admin/controllers/Extensions.php
$this->user->restrict('Admin.Extensions');
for this:
$this->user->restrict('Admin.Modules');
just to stop getting 500 error when I tried to access to extensions on admin
I try to find a solution for multilanguages just to help you. I saw in another treat it is a couple of bugs there. If I make this work I share my solution with you
Thanks for your awesome work