.htaccess for multiple application in Kohana V3
- by khairil
Hi I have setup multiple application in Kohana v3, it works normally without enabling .htaccess (to remove index.php or admin.php)
my setup
+ system/
+ modules/
+ applications/
+ public/
+ bootstrap.php
+ ...
+ admin/
+ bootstrap.php
+ ...
+ index.php (for 'public' application)
+ admin.php (for 'admin' application)
so to…