That doesn't seem to work, I must be missing some logic somewhere..
COntroller:
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class Testimonials_model extends Base_module_model { public $required = array('name',…
test.php is just a view file
MY_fuel.php
$config['fuel_mode'] = 'auto';
$config['admin_enabled'] = TRUE;
Lance: i've tried changing RewriteBase unsuccessfully..
The site is under my home, Sites > barbaraolive which is why I'm using the tilde
I'm not using mamp or anything... i'm on mac osx lion using apache2
as far as i can tell it should be working! i've managed to get mod_rewrite to work on another site i was working on, which was just code igniter, whereas the one I'm having problem…